Shades of Gamboge #D29E02
Tints of Gamboge #D29E02
RGB
CMYK
RGB Variations
Color information
#D29E02 (or 0xD29E02) is known color: Gamboge. HEX triplet: D2, 9E and 02. RGB value is (210,158,2). Sum of RGB (Red+Green+Blue) = 210+158+2=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29E02 is #2D61FD. Grayscale: #9C9C9C. Windows color (decimal): -2974206 or 171730. OLE color: 171730.
HSL color Cylindrical-coordinate representation of color #D29E02: hue angle of 45º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D29E02 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 2 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.18 |
| HSL | 45º | 0.98% | 0.42% | - |
| HSV(B) | 45º | 0.99% | 0.82% | - |
| XYZ | 38.82 | 38.16 | 5.38 | - |
| YUV | 155.76 | 41.23 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 2 | 0 | 0.25 | 0.99 | 0.18 | 45 | 0.98 | 0.42 |
| Hex | D2 | 9E | 2 | 0 | 19 | 63 | 12 | 2D | 62 | 2A |
| Octal | 322 | 236 | 2 | 0 | 31 | 143 | 22 | 55 | 142 | 52 |
| Binary | 11010010 | 10011110 | 10 | 0 | 11001 | 1100011 | 10010 | 101101 | 1100010 | 101010 |
Color Harmonies of #D29E02
Complementary color
Monochromatic Colors of #D29E02
Black with #D29E02
Text Example
Text Example
White with #D29E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29E02; }
p { color: rgb(210,158,2); }
H1.HeaderClassName
{
color: #D29E02;
}
.AnyTagClassName
{
color: #D29E02;
}
</style>
background-color css
<style>
a { background-color: #D29E02; }
a { background-color: rgb(210,158,2); }
div.DivClassName
{
background-color: #D29E02;
}
.BgClassName
{
background-color: #D29E02;
}
</style>
border-color css
<style>
span { border-color: #D29E02; }
span { border-color: rgb(210,158,2); }
td.TdClassName
{
border-color: #D29E02;
}
.TagClassName
{
border-color: #D29E02;
}
</style>