Programmers Palettes

DawnBringer16 color palette for programmers
optimized fixed index palette
 
01234567
89101112131415
 
values : main : hex : names : palettes
 
NOTES: fbterm256 decimal values, xterm256 hexidecimal values
NOTES: color names are approx. only
 
You can (also using an editor) select and copy entire columns
#
No.
html
color
official
name
comma+space
values
comma
values
fbterm
colors
CSS
rgb()
C/C++
array
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
_
#4e4a4e
#442434
#30346d
#854c30
#346524
#757161
#d04648
#597dce
#d27d2c
#6daa2c
#8595a1
#d2aa99
#6dc2ca
#dad45e
#140c1c
#deeed6
_
emperor
livid brown
rhino
mule fawn
woodland
pablo
flush mahogany
danube
brandy punch
olive drab
regent gray
eunry
downy
tacha
ebony
zanah
_
78, 74, 78
68, 36, 52
48, 52, 109
133, 76, 48
52, 101, 36
117, 113, 97
208, 70, 72
89, 125, 206
210, 125, 44
109, 170, 44
133, 149, 161
210, 170, 153
109, 194, 202
218, 212, 94
20, 12, 28
222, 238, 214
_
78,74,78
68,36,52
48,52,109
133,76,48
52,101,36
117,113,97
208,70,72
89,125,206
210,125,44
109,170,44
133,149,161
210,170,153
109,194,202
218,212,94
20,12,28
222,238,214
_
78;74;78
68;36;52
48;52;109
133;76;48
52;101;36
117;113;97
208;70;72
89;125;206
210;125;44
109;170;44
133;149;161
210;170;153
109;194;202
218;212;94
20;12;28
222;238;214
_
rgb(78,74,78);
rgb(68,36,52);
rgb(48,52,109);
rgb(133,76,48);
rgb(52,101,36);
rgb(117,113,97);
rgb(208,70,72);
rgb(89,125,206);
rgb(210,125,44);
rgb(109,170,44);
rgb(133,149,161);
rgb(210,170,153);
rgb(109,194,202);
rgb(218,212,94);
rgb(20,12,28);
rgb(222,238,214);
_
char colors[][3] = { { 78, 74, 78 },
{ 68, 36, 52 },
{ 48, 52, 109 },
{ 133, 76, 48 },
{ 52, 101, 36 },
{ 117, 113, 97 },
{ 208, 70, 72 },
{ 89, 125, 206 },
{ 210, 125, 44 },
{ 109, 170, 44 },
{ 133, 149, 161 },
{ 210, 170, 153 },
{ 109, 194, 202 },
{ 218, 212, 94 },
{ 20, 12, 28 },
{ 222, 238, 214 } };
_
 
(in ./DawnBringer16/): ls *dec* | grep -v "\.html"
DawnBringer16-C-dec-RGB-array.h
DawnBringer16-C-names-dec-RGB-arrays.h
DawnBringer16-dec-24-space.lst
DawnBringer16-dec-24-space.txt
DawnBringer16-dec-24-space-comma.txt
DawnBringer16-dec-24-comma-space.txt
DawnBringer16-dec-24-comma.txt
DawnBringer16-dec-24-semi-colon.txt
DawnBringer16-dec-24-space-BGR888.txt
DawnBringer16-dec-32-space-BGRA8888.txt
DawnBringer16-dec-24-space-BRG888.txt
DawnBringer16.fbterm.16colors.sh