Shades of Gamboge #D29B0C
Tints of Gamboge #D29B0C
RGB
CMYK
RGB Variations
Color information
#D29B0C (or 0xD29B0C) is known color: Gamboge. HEX triplet: D2, 9B and 0C. RGB value is (210,155,12). Sum of RGB (Red+Green+Blue) = 210+155+12=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29B0C is #2D64F3. Grayscale: #9B9B9B. Windows color (decimal): -2974964 or 826322. OLE color: 826322.
HSL color Cylindrical-coordinate representation of color #D29B0C: hue angle of 43.33º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D29B0C is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 12 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.18 |
| HSL | 43.33º | 0.89% | 0.44% | - |
| HSV(B) | 43.33º | 0.94% | 0.82% | - |
| XYZ | 38.37 | 37.17 | 5.5 | - |
| YUV | 155.14 | 47.22 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 12 | 0 | 0.26 | 0.94 | 0.18 | 43.33 | 0.89 | 0.44 |
| Hex | D2 | 9B | C | 0 | 1A | 5E | 12 | 2B | 59 | 2C |
| Octal | 322 | 233 | 14 | 0 | 32 | 136 | 22 | 53 | 131 | 54 |
| Binary | 11010010 | 10011011 | 1100 | 0 | 11010 | 1011110 | 10010 | 101011 | 1011001 | 101100 |
Color Harmonies of #D29B0C
Complementary color
Monochromatic Colors of #D29B0C
Black with #D29B0C
Text Example
Text Example
White with #D29B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29B0C; }
p { color: rgb(210,155,12); }
H1.HeaderClassName
{
color: #D29B0C;
}
.AnyTagClassName
{
color: #D29B0C;
}
</style>
background-color css
<style>
a { background-color: #D29B0C; }
a { background-color: rgb(210,155,12); }
div.DivClassName
{
background-color: #D29B0C;
}
.BgClassName
{
background-color: #D29B0C;
}
</style>
border-color css
<style>
span { border-color: #D29B0C; }
span { border-color: rgb(210,155,12); }
td.TdClassName
{
border-color: #D29B0C;
}
.TagClassName
{
border-color: #D29B0C;
}
</style>