Shades of Gamboge #D29F0E
Tints of Gamboge #D29F0E
RGB
CMYK
RGB Variations
Color information
#D29F0E (or 0xD29F0E) is known color: Gamboge. HEX triplet: D2, 9F and 0E. RGB value is (210,159,14). Sum of RGB (Red+Green+Blue) = 210+159+14=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29F0E is #2D60F1. Grayscale: #9E9E9E. Windows color (decimal): -2973938 or 958418. OLE color: 958418.
HSL color Cylindrical-coordinate representation of color #D29F0E: hue angle of 44.39º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D29F0E is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 14 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.18 |
| HSL | 44.39º | 0.88% | 0.44% | - |
| HSV(B) | 44.39º | 0.93% | 0.82% | - |
| XYZ | 39.06 | 38.53 | 5.79 | - |
| YUV | 157.72 | 46.9 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 14 | 0 | 0.24 | 0.93 | 0.18 | 44.39 | 0.88 | 0.44 |
| Hex | D2 | 9F | E | 0 | 18 | 5D | 12 | 2C | 58 | 2C |
| Octal | 322 | 237 | 16 | 0 | 30 | 135 | 22 | 54 | 130 | 54 |
| Binary | 11010010 | 10011111 | 1110 | 0 | 11000 | 1011101 | 10010 | 101100 | 1011000 | 101100 |
Color Harmonies of #D29F0E
Complementary color
Monochromatic Colors of #D29F0E
Black with #D29F0E
Text Example
Text Example
White with #D29F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29F0E; }
p { color: rgb(210,159,14); }
H1.HeaderClassName
{
color: #D29F0E;
}
.AnyTagClassName
{
color: #D29F0E;
}
</style>
background-color css
<style>
a { background-color: #D29F0E; }
a { background-color: rgb(210,159,14); }
div.DivClassName
{
background-color: #D29F0E;
}
.BgClassName
{
background-color: #D29F0E;
}
</style>
border-color css
<style>
span { border-color: #D29F0E; }
span { border-color: rgb(210,159,14); }
td.TdClassName
{
border-color: #D29F0E;
}
.TagClassName
{
border-color: #D29F0E;
}
</style>