Shades of Gamboge #DC8E08
Tints of Gamboge #DC8E08
RGB
CMYK
RGB Variations
Color information
#DC8E08 (or 0xDC8E08) is known color: Gamboge. HEX triplet: DC, 8E and 08. RGB value is (220,142,8). Sum of RGB (Red+Green+Blue) = 220+142+8=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8E08 is #2371F7. Grayscale: #969696. Windows color (decimal): -2322936 or 560860. OLE color: 560860.
HSL color Cylindrical-coordinate representation of color #DC8E08: hue angle of 37.92º 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 #DC8E08 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 142 | 8 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.14 |
| HSL | 37.92º | 0.93% | 0.45% | - |
| HSV(B) | 37.92º | 0.96% | 0.86% | - |
| XYZ | 39.23 | 34.58 | 4.84 | - |
| YUV | 150.05 | 47.84 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 142 | 8 | 0 | 0.35 | 0.96 | 0.14 | 37.92 | 0.93 | 0.45 |
| Hex | DC | 8E | 8 | 0 | 23 | 60 | E | 26 | 5D | 2D |
| Octal | 334 | 216 | 10 | 0 | 43 | 140 | 16 | 46 | 135 | 55 |
| Binary | 11011100 | 10001110 | 1000 | 0 | 100011 | 1100000 | 1110 | 100110 | 1011101 | 101101 |
Color Harmonies of #DC8E08
Complementary color
Monochromatic Colors of #DC8E08
Black with #DC8E08
Text Example
Text Example
White with #DC8E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8E08; }
p { color: rgb(220,142,8); }
H1.HeaderClassName
{
color: #DC8E08;
}
.AnyTagClassName
{
color: #DC8E08;
}
</style>
background-color css
<style>
a { background-color: #DC8E08; }
a { background-color: rgb(220,142,8); }
div.DivClassName
{
background-color: #DC8E08;
}
.BgClassName
{
background-color: #DC8E08;
}
</style>
border-color css
<style>
span { border-color: #DC8E08; }
span { border-color: rgb(220,142,8); }
td.TdClassName
{
border-color: #DC8E08;
}
.TagClassName
{
border-color: #DC8E08;
}
</style>