Shades of Gamboge #D29F07
Tints of Gamboge #D29F07
RGB
CMYK
RGB Variations
Color information
#D29F07 (or 0xD29F07) is known color: Gamboge. HEX triplet: D2, 9F and 07. RGB value is (210,159,7). Sum of RGB (Red+Green+Blue) = 210+159+7=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 7 (3.12% from 255 or 1.86% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29F07 is #2D60F8. Grayscale: #9D9D9D. Windows color (decimal): -2973945 or 499666. OLE color: 499666.
HSL color Cylindrical-coordinate representation of color #D29F07: hue angle of 44.93º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D29F07 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 7 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.18 |
| HSL | 44.93º | 0.94% | 0.43% | - |
| HSV(B) | 44.93º | 0.97% | 0.82% | - |
| XYZ | 39.01 | 38.51 | 5.58 | - |
| YUV | 156.92 | 43.4 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 7 | 0 | 0.24 | 0.97 | 0.18 | 44.93 | 0.94 | 0.43 |
| Hex | D2 | 9F | 7 | 0 | 18 | 61 | 12 | 2D | 5E | 2B |
| Octal | 322 | 237 | 7 | 0 | 30 | 141 | 22 | 55 | 136 | 53 |
| Binary | 11010010 | 10011111 | 111 | 0 | 11000 | 1100001 | 10010 | 101101 | 1011110 | 101011 |
Color Harmonies of #D29F07
Complementary color
Monochromatic Colors of #D29F07
Black with #D29F07
Text Example
Text Example
White with #D29F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29F07; }
p { color: rgb(210,159,7); }
H1.HeaderClassName
{
color: #D29F07;
}
.AnyTagClassName
{
color: #D29F07;
}
</style>
background-color css
<style>
a { background-color: #D29F07; }
a { background-color: rgb(210,159,7); }
div.DivClassName
{
background-color: #D29F07;
}
.BgClassName
{
background-color: #D29F07;
}
</style>
border-color css
<style>
span { border-color: #D29F07; }
span { border-color: rgb(210,159,7); }
td.TdClassName
{
border-color: #D29F07;
}
.TagClassName
{
border-color: #D29F07;
}
</style>