Shades of Gamboge #D29D05
Tints of Gamboge #D29D05
RGB
CMYK
RGB Variations
Color information
#D29D05 (or 0xD29D05) is known color: Gamboge. HEX triplet: D2, 9D and 05. RGB value is (210,157,5). Sum of RGB (Red+Green+Blue) = 210+157+5=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 5 (2.34% from 255 or 1.34% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29D05 is #2D62FA. Grayscale: #9C9C9C. Windows color (decimal): -2974459 or 368082. OLE color: 368082.
HSL color Cylindrical-coordinate representation of color #D29D05: hue angle of 44.49º 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 #D29D05 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 157 | 5 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.18 |
| HSL | 44.49º | 0.95% | 0.42% | - |
| HSV(B) | 44.49º | 0.98% | 0.82% | - |
| XYZ | 38.66 | 37.83 | 5.41 | - |
| YUV | 155.52 | 43.06 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 5 | 0 | 0.25 | 0.98 | 0.18 | 44.49 | 0.95 | 0.42 |
| Hex | D2 | 9D | 5 | 0 | 19 | 62 | 12 | 2C | 5F | 2A |
| Octal | 322 | 235 | 5 | 0 | 31 | 142 | 22 | 54 | 137 | 52 |
| Binary | 11010010 | 10011101 | 101 | 0 | 11001 | 1100010 | 10010 | 101100 | 1011111 | 101010 |
Color Harmonies of #D29D05
Complementary color
Monochromatic Colors of #D29D05
Black with #D29D05
Text Example
Text Example
White with #D29D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29D05; }
p { color: rgb(210,157,5); }
H1.HeaderClassName
{
color: #D29D05;
}
.AnyTagClassName
{
color: #D29D05;
}
</style>
background-color css
<style>
a { background-color: #D29D05; }
a { background-color: rgb(210,157,5); }
div.DivClassName
{
background-color: #D29D05;
}
.BgClassName
{
background-color: #D29D05;
}
</style>
border-color css
<style>
span { border-color: #D29D05; }
span { border-color: rgb(210,157,5); }
td.TdClassName
{
border-color: #D29D05;
}
.TagClassName
{
border-color: #D29D05;
}
</style>