Shades of Gamboge #D09804
Tints of Gamboge #D09804
RGB
CMYK
RGB Variations
Color information
#D09804 (or 0xD09804) is known color: Gamboge. HEX triplet: D0, 98 and 04. RGB value is (208,152,4). Sum of RGB (Red+Green+Blue) = 208+152+4=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 4 (1.95% from 255 or 1.10% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D09804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09804 is #2F67FB. Grayscale: #989898. Windows color (decimal): -3106812 or 301264. OLE color: 301264.
HSL color Cylindrical-coordinate representation of color #D09804: hue angle of 43.53º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D09804 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 4 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.18 |
| HSL | 43.53º | 0.96% | 0.42% | - |
| HSV(B) | 43.53º | 0.98% | 0.82% | - |
| XYZ | 37.26 | 35.88 | 5.08 | - |
| YUV | 151.87 | 44.55 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 4 | 0 | 0.27 | 0.98 | 0.18 | 43.53 | 0.96 | 0.42 |
| Hex | D0 | 98 | 4 | 0 | 1B | 62 | 12 | 2C | 60 | 2A |
| Octal | 320 | 230 | 4 | 0 | 33 | 142 | 22 | 54 | 140 | 52 |
| Binary | 11010000 | 10011000 | 100 | 0 | 11011 | 1100010 | 10010 | 101100 | 1100000 | 101010 |
Color Harmonies of #D09804
Complementary color
Monochromatic Colors of #D09804
Black with #D09804
Text Example
Text Example
White with #D09804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09804; }
p { color: rgb(208,152,4); }
H1.HeaderClassName
{
color: #D09804;
}
.AnyTagClassName
{
color: #D09804;
}
</style>
background-color css
<style>
a { background-color: #D09804; }
a { background-color: rgb(208,152,4); }
div.DivClassName
{
background-color: #D09804;
}
.BgClassName
{
background-color: #D09804;
}
</style>
border-color css
<style>
span { border-color: #D09804; }
span { border-color: rgb(208,152,4); }
td.TdClassName
{
border-color: #D09804;
}
.TagClassName
{
border-color: #D09804;
}
</style>