Shades of Gamboge #D29E09
Tints of Gamboge #D29E09
RGB
CMYK
RGB Variations
Color information
#D29E09 (or 0xD29E09) is known color: Gamboge. HEX triplet: D2, 9E and 09. RGB value is (210,158,9). Sum of RGB (Red+Green+Blue) = 210+158+9=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 9 (3.91% from 255 or 2.39% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29E09 is #2D61F6. Grayscale: #9D9D9D. Windows color (decimal): -2974199 or 630482. OLE color: 630482.
HSL color Cylindrical-coordinate representation of color #D29E09: hue angle of 44.48º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D29E09 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 9 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.18 |
| HSL | 44.48º | 0.92% | 0.43% | - |
| HSV(B) | 44.48º | 0.96% | 0.82% | - |
| XYZ | 38.85 | 38.18 | 5.58 | - |
| YUV | 156.56 | 44.73 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 9 | 0 | 0.25 | 0.96 | 0.18 | 44.48 | 0.92 | 0.43 |
| Hex | D2 | 9E | 9 | 0 | 19 | 60 | 12 | 2C | 5C | 2B |
| Octal | 322 | 236 | 11 | 0 | 31 | 140 | 22 | 54 | 134 | 53 |
| Binary | 11010010 | 10011110 | 1001 | 0 | 11001 | 1100000 | 10010 | 101100 | 1011100 | 101011 |
Color Harmonies of #D29E09
Complementary color
Monochromatic Colors of #D29E09
Black with #D29E09
Text Example
Text Example
White with #D29E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29E09; }
p { color: rgb(210,158,9); }
H1.HeaderClassName
{
color: #D29E09;
}
.AnyTagClassName
{
color: #D29E09;
}
</style>
background-color css
<style>
a { background-color: #D29E09; }
a { background-color: rgb(210,158,9); }
div.DivClassName
{
background-color: #D29E09;
}
.BgClassName
{
background-color: #D29E09;
}
</style>
border-color css
<style>
span { border-color: #D29E09; }
span { border-color: rgb(210,158,9); }
td.TdClassName
{
border-color: #D29E09;
}
.TagClassName
{
border-color: #D29E09;
}
</style>