Shades of Gamboge #D29F05
Tints of Gamboge #D29F05
RGB
CMYK
RGB Variations
Color information
#D29F05 (or 0xD29F05) is known color: Gamboge. HEX triplet: D2, 9F and 05. RGB value is (210,159,5). Sum of RGB (Red+Green+Blue) = 210+159+5=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 5 (2.34% from 255 or 1.34% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29F05 is #2D60FA. Grayscale: #9D9D9D. Windows color (decimal): -2973947 or 368594. OLE color: 368594.
HSL color Cylindrical-coordinate representation of color #D29F05: hue angle of 45.07º degrees, saturation: 0.95, 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 #D29F05 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 5 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.18 |
| HSL | 45.07º | 0.95% | 0.42% | - |
| HSV(B) | 45.07º | 0.98% | 0.82% | - |
| XYZ | 39 | 38.51 | 5.52 | - |
| YUV | 156.69 | 42.4 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 5 | 0 | 0.24 | 0.98 | 0.18 | 45.07 | 0.95 | 0.42 |
| Hex | D2 | 9F | 5 | 0 | 18 | 62 | 12 | 2D | 5F | 2A |
| Octal | 322 | 237 | 5 | 0 | 30 | 142 | 22 | 55 | 137 | 52 |
| Binary | 11010010 | 10011111 | 101 | 0 | 11000 | 1100010 | 10010 | 101101 | 1011111 | 101010 |
Color Harmonies of #D29F05
Complementary color
Monochromatic Colors of #D29F05
Black with #D29F05
Text Example
Text Example
White with #D29F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29F05; }
p { color: rgb(210,159,5); }
H1.HeaderClassName
{
color: #D29F05;
}
.AnyTagClassName
{
color: #D29F05;
}
</style>
background-color css
<style>
a { background-color: #D29F05; }
a { background-color: rgb(210,159,5); }
div.DivClassName
{
background-color: #D29F05;
}
.BgClassName
{
background-color: #D29F05;
}
</style>
border-color css
<style>
span { border-color: #D29F05; }
span { border-color: rgb(210,159,5); }
td.TdClassName
{
border-color: #D29F05;
}
.TagClassName
{
border-color: #D29F05;
}
</style>