Shades of Gamboge #DC9008
Tints of Gamboge #DC9008
RGB
CMYK
RGB Variations
Color information
#DC9008 (or 0xDC9008) is known color: Gamboge. HEX triplet: DC, 90 and 08. RGB value is (220,144,8). Sum of RGB (Red+Green+Blue) = 220+144+8=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 8 (3.52% from 255 or 2.15% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9008 is #236FF7. Grayscale: #979797. Windows color (decimal): -2322424 or 561372. OLE color: 561372.
HSL color Cylindrical-coordinate representation of color #DC9008: hue angle of 38.49º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC9008 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 8 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.14 |
| HSL | 38.49º | 0.93% | 0.45% | - |
| HSV(B) | 38.49º | 0.96% | 0.86% | - |
| XYZ | 39.53 | 35.18 | 4.94 | - |
| YUV | 151.22 | 47.18 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 8 | 0 | 0.35 | 0.96 | 0.14 | 38.49 | 0.93 | 0.45 |
| Hex | DC | 90 | 8 | 0 | 23 | 60 | E | 26 | 5D | 2D |
| Octal | 334 | 220 | 10 | 0 | 43 | 140 | 16 | 46 | 135 | 55 |
| Binary | 11011100 | 10010000 | 1000 | 0 | 100011 | 1100000 | 1110 | 100110 | 1011101 | 101101 |
Color Harmonies of #DC9008
Complementary color
Monochromatic Colors of #DC9008
Black with #DC9008
Text Example
Text Example
White with #DC9008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9008; }
p { color: rgb(220,144,8); }
H1.HeaderClassName
{
color: #DC9008;
}
.AnyTagClassName
{
color: #DC9008;
}
</style>
background-color css
<style>
a { background-color: #DC9008; }
a { background-color: rgb(220,144,8); }
div.DivClassName
{
background-color: #DC9008;
}
.BgClassName
{
background-color: #DC9008;
}
</style>
border-color css
<style>
span { border-color: #DC9008; }
span { border-color: rgb(220,144,8); }
td.TdClassName
{
border-color: #DC9008;
}
.TagClassName
{
border-color: #DC9008;
}
</style>