Shades of Gamboge #D29E03
Tints of Gamboge #D29E03
RGB
CMYK
RGB Variations
Color information
#D29E03 (or 0xD29E03) is known color: Gamboge. HEX triplet: D2, 9E and 03. RGB value is (210,158,3). Sum of RGB (Red+Green+Blue) = 210+158+3=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29E03 is #2D61FC. Grayscale: #9C9C9C. Windows color (decimal): -2974205 or 237266. OLE color: 237266.
HSL color Cylindrical-coordinate representation of color #D29E03: hue angle of 44.93º degrees, saturation: 0.97, 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 #D29E03 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 3 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.18 |
| HSL | 44.93º | 0.97% | 0.42% | - |
| HSV(B) | 44.93º | 0.99% | 0.82% | - |
| XYZ | 38.82 | 38.16 | 5.41 | - |
| YUV | 155.88 | 41.73 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 3 | 0 | 0.25 | 0.99 | 0.18 | 44.93 | 0.97 | 0.42 |
| Hex | D2 | 9E | 3 | 0 | 19 | 63 | 12 | 2D | 61 | 2A |
| Octal | 322 | 236 | 3 | 0 | 31 | 143 | 22 | 55 | 141 | 52 |
| Binary | 11010010 | 10011110 | 11 | 0 | 11001 | 1100011 | 10010 | 101101 | 1100001 | 101010 |
Color Harmonies of #D29E03
Complementary color
Monochromatic Colors of #D29E03
Black with #D29E03
Text Example
Text Example
White with #D29E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29E03; }
p { color: rgb(210,158,3); }
H1.HeaderClassName
{
color: #D29E03;
}
.AnyTagClassName
{
color: #D29E03;
}
</style>
background-color css
<style>
a { background-color: #D29E03; }
a { background-color: rgb(210,158,3); }
div.DivClassName
{
background-color: #D29E03;
}
.BgClassName
{
background-color: #D29E03;
}
</style>
border-color css
<style>
span { border-color: #D29E03; }
span { border-color: rgb(210,158,3); }
td.TdClassName
{
border-color: #D29E03;
}
.TagClassName
{
border-color: #D29E03;
}
</style>