Shades of Gamboge #D29909
Tints of Gamboge #D29909
RGB
CMYK
RGB Variations
Color information
#D29909 (or 0xD29909) is known color: Gamboge. HEX triplet: D2, 99 and 09. RGB value is (210,153,9). Sum of RGB (Red+Green+Blue) = 210+153+9=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 9 (3.91% from 255 or 2.42% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D29909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29909 is #2D66F6. Grayscale: #9A9A9A. Windows color (decimal): -2975479 or 629202. OLE color: 629202.
HSL color Cylindrical-coordinate representation of color #D29909: hue angle of 42.99º 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 #D29909 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 9 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.18 |
| HSL | 42.99º | 0.92% | 0.43% | - |
| HSV(B) | 42.99º | 0.96% | 0.82% | - |
| XYZ | 38.02 | 36.5 | 5.3 | - |
| YUV | 153.63 | 46.38 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 9 | 0 | 0.27 | 0.96 | 0.18 | 42.99 | 0.92 | 0.43 |
| Hex | D2 | 99 | 9 | 0 | 1B | 60 | 12 | 2B | 5C | 2B |
| Octal | 322 | 231 | 11 | 0 | 33 | 140 | 22 | 53 | 134 | 53 |
| Binary | 11010010 | 10011001 | 1001 | 0 | 11011 | 1100000 | 10010 | 101011 | 1011100 | 101011 |
Color Harmonies of #D29909
Complementary color
Monochromatic Colors of #D29909
Black with #D29909
Text Example
Text Example
White with #D29909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29909; }
p { color: rgb(210,153,9); }
H1.HeaderClassName
{
color: #D29909;
}
.AnyTagClassName
{
color: #D29909;
}
</style>
background-color css
<style>
a { background-color: #D29909; }
a { background-color: rgb(210,153,9); }
div.DivClassName
{
background-color: #D29909;
}
.BgClassName
{
background-color: #D29909;
}
</style>
border-color css
<style>
span { border-color: #D29909; }
span { border-color: rgb(210,153,9); }
td.TdClassName
{
border-color: #D29909;
}
.TagClassName
{
border-color: #D29909;
}
</style>