Shades of Gamboge #D29210
Tints of Gamboge #D29210
RGB
CMYK
RGB Variations
Color information
#D29210 (or 0xD29210) is known color: Gamboge. HEX triplet: D2, 92 and 10. RGB value is (210,146,16). Sum of RGB (Red+Green+Blue) = 210+146+16=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D29210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29210 is #2D6DEF. Grayscale: #969696. Windows color (decimal): -2977264 or 1086162. OLE color: 1086162.
HSL color Cylindrical-coordinate representation of color #D29210: hue angle of 40.21º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D29210 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 16 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.18 |
| HSL | 40.21º | 0.86% | 0.44% | - |
| HSV(B) | 40.21º | 0.92% | 0.82% | - |
| XYZ | 36.95 | 34.3 | 5.16 | - |
| YUV | 150.32 | 52.2 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 16 | 0 | 0.30 | 0.92 | 0.18 | 40.21 | 0.86 | 0.44 |
| Hex | D2 | 92 | 10 | 0 | 1E | 5C | 12 | 28 | 56 | 2C |
| Octal | 322 | 222 | 20 | 0 | 36 | 134 | 22 | 50 | 126 | 54 |
| Binary | 11010010 | 10010010 | 10000 | 0 | 11110 | 1011100 | 10010 | 101000 | 1010110 | 101100 |
Color Harmonies of #D29210
Complementary color
Monochromatic Colors of #D29210
Black with #D29210
Text Example
Text Example
White with #D29210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29210; }
p { color: rgb(210,146,16); }
H1.HeaderClassName
{
color: #D29210;
}
.AnyTagClassName
{
color: #D29210;
}
</style>
background-color css
<style>
a { background-color: #D29210; }
a { background-color: rgb(210,146,16); }
div.DivClassName
{
background-color: #D29210;
}
.BgClassName
{
background-color: #D29210;
}
</style>
border-color css
<style>
span { border-color: #D29210; }
span { border-color: rgb(210,146,16); }
td.TdClassName
{
border-color: #D29210;
}
.TagClassName
{
border-color: #D29210;
}
</style>