Shades of Gamboge #D09A04
Tints of Gamboge #D09A04
RGB
CMYK
RGB Variations
Color information
#D09A04 (or 0xD09A04) is known color: Gamboge. HEX triplet: D0, 9A and 04. RGB value is (208,154,4). Sum of RGB (Red+Green+Blue) = 208+154+4=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 4 (1.95% from 255 or 1.09% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09A04 is #2F65FB. Grayscale: #999999. Windows color (decimal): -3106300 or 301776. OLE color: 301776.
HSL color Cylindrical-coordinate representation of color #D09A04: hue angle of 44.12º 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 #D09A04 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 4 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.18 |
| HSL | 44.12º | 0.96% | 0.42% | - |
| HSV(B) | 44.12º | 0.98% | 0.82% | - |
| XYZ | 37.59 | 36.53 | 5.18 | - |
| YUV | 153.05 | 43.89 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 4 | 0 | 0.26 | 0.98 | 0.18 | 44.12 | 0.96 | 0.42 |
| Hex | D0 | 9A | 4 | 0 | 1A | 62 | 12 | 2C | 60 | 2A |
| Octal | 320 | 232 | 4 | 0 | 32 | 142 | 22 | 54 | 140 | 52 |
| Binary | 11010000 | 10011010 | 100 | 0 | 11010 | 1100010 | 10010 | 101100 | 1100000 | 101010 |
Color Harmonies of #D09A04
Complementary color
Monochromatic Colors of #D09A04
Black with #D09A04
Text Example
Text Example
White with #D09A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09A04; }
p { color: rgb(208,154,4); }
H1.HeaderClassName
{
color: #D09A04;
}
.AnyTagClassName
{
color: #D09A04;
}
</style>
background-color css
<style>
a { background-color: #D09A04; }
a { background-color: rgb(208,154,4); }
div.DivClassName
{
background-color: #D09A04;
}
.BgClassName
{
background-color: #D09A04;
}
</style>
border-color css
<style>
span { border-color: #D09A04; }
span { border-color: rgb(208,154,4); }
td.TdClassName
{
border-color: #D09A04;
}
.TagClassName
{
border-color: #D09A04;
}
</style>