Shades of Gamboge #D08E08
Tints of Gamboge #D08E08
RGB
CMYK
RGB Variations
Color information
#D08E08 (or 0xD08E08) is known color: Gamboge. HEX triplet: D0, 8E and 08. RGB value is (208,142,8). Sum of RGB (Red+Green+Blue) = 208+142+8=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 8 (3.52% from 255 or 2.23% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08E08 is #2F71F7. Grayscale: #939393. Windows color (decimal): -3109368 or 560848. OLE color: 560848.
HSL color Cylindrical-coordinate representation of color #D08E08: hue angle of 40.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D08E08 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 142 | 8 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.18 |
| HSL | 40.2º | 0.93% | 0.42% | - |
| HSV(B) | 40.2º | 0.96% | 0.82% | - |
| XYZ | 35.73 | 32.77 | 4.67 | - |
| YUV | 146.46 | 49.87 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 142 | 8 | 0 | 0.32 | 0.96 | 0.18 | 40.2 | 0.93 | 0.42 |
| Hex | D0 | 8E | 8 | 0 | 20 | 60 | 12 | 28 | 5D | 2A |
| Octal | 320 | 216 | 10 | 0 | 40 | 140 | 22 | 50 | 135 | 52 |
| Binary | 11010000 | 10001110 | 1000 | 0 | 100000 | 1100000 | 10010 | 101000 | 1011101 | 101010 |
Color Harmonies of #D08E08
Complementary color
Monochromatic Colors of #D08E08
Black with #D08E08
Text Example
Text Example
White with #D08E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08E08; }
p { color: rgb(208,142,8); }
H1.HeaderClassName
{
color: #D08E08;
}
.AnyTagClassName
{
color: #D08E08;
}
</style>
background-color css
<style>
a { background-color: #D08E08; }
a { background-color: rgb(208,142,8); }
div.DivClassName
{
background-color: #D08E08;
}
.BgClassName
{
background-color: #D08E08;
}
</style>
border-color css
<style>
span { border-color: #D08E08; }
span { border-color: rgb(208,142,8); }
td.TdClassName
{
border-color: #D08E08;
}
.TagClassName
{
border-color: #D08E08;
}
</style>