Shades of Gamboge #D29215
Tints of Gamboge #D29215
RGB
CMYK
RGB Variations
Color information
#D29215 (or 0xD29215) is known color: Gamboge. HEX triplet: D2, 92 and 15. RGB value is (210,146,21). Sum of RGB (Red+Green+Blue) = 210+146+21=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D29215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29215 is #2D6DEA. Grayscale: #979797. Windows color (decimal): -2977259 or 1413842. OLE color: 1413842.
HSL color Cylindrical-coordinate representation of color #D29215: hue angle of 39.68º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D29215 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 21 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.18 |
| HSL | 39.68º | 0.82% | 0.45% | - |
| HSV(B) | 39.68º | 0.9% | 0.82% | - |
| XYZ | 36.99 | 34.31 | 5.38 | - |
| YUV | 150.89 | 54.7 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 21 | 0 | 0.30 | 0.90 | 0.18 | 39.68 | 0.82 | 0.45 |
| Hex | D2 | 92 | 15 | 0 | 1E | 5A | 12 | 28 | 52 | 2D |
| Octal | 322 | 222 | 25 | 0 | 36 | 132 | 22 | 50 | 122 | 55 |
| Binary | 11010010 | 10010010 | 10101 | 0 | 11110 | 1011010 | 10010 | 101000 | 1010010 | 101101 |
Color Harmonies of #D29215
Complementary color
Monochromatic Colors of #D29215
Black with #D29215
Text Example
Text Example
White with #D29215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29215; }
p { color: rgb(210,146,21); }
H1.HeaderClassName
{
color: #D29215;
}
.AnyTagClassName
{
color: #D29215;
}
</style>
background-color css
<style>
a { background-color: #D29215; }
a { background-color: rgb(210,146,21); }
div.DivClassName
{
background-color: #D29215;
}
.BgClassName
{
background-color: #D29215;
}
</style>
border-color css
<style>
span { border-color: #D29215; }
span { border-color: rgb(210,146,21); }
td.TdClassName
{
border-color: #D29215;
}
.TagClassName
{
border-color: #D29215;
}
</style>