Shades of Gamboge #D29115
Tints of Gamboge #D29115
RGB
CMYK
RGB Variations
Color information
#D29115 (or 0xD29115) is known color: Gamboge. HEX triplet: D2, 91 and 15. RGB value is (210,145,21). Sum of RGB (Red+Green+Blue) = 210+145+21=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D29115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29115 is #2D6EEA. Grayscale: #969696. Windows color (decimal): -2977515 or 1413586. OLE color: 1413586.
HSL color Cylindrical-coordinate representation of color #D29115: hue angle of 39.37º 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 #D29115 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 21 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.18 |
| HSL | 39.37º | 0.82% | 0.45% | - |
| HSV(B) | 39.37º | 0.9% | 0.82% | - |
| XYZ | 36.84 | 34.01 | 5.33 | - |
| YUV | 150.3 | 55.03 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 21 | 0 | 0.31 | 0.90 | 0.18 | 39.37 | 0.82 | 0.45 |
| Hex | D2 | 91 | 15 | 0 | 1F | 5A | 12 | 27 | 52 | 2D |
| Octal | 322 | 221 | 25 | 0 | 37 | 132 | 22 | 47 | 122 | 55 |
| Binary | 11010010 | 10010001 | 10101 | 0 | 11111 | 1011010 | 10010 | 100111 | 1010010 | 101101 |
Color Harmonies of #D29115
Complementary color
Monochromatic Colors of #D29115
Black with #D29115
Text Example
Text Example
White with #D29115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29115; }
p { color: rgb(210,145,21); }
H1.HeaderClassName
{
color: #D29115;
}
.AnyTagClassName
{
color: #D29115;
}
</style>
background-color css
<style>
a { background-color: #D29115; }
a { background-color: rgb(210,145,21); }
div.DivClassName
{
background-color: #D29115;
}
.BgClassName
{
background-color: #D29115;
}
</style>
border-color css
<style>
span { border-color: #D29115; }
span { border-color: rgb(210,145,21); }
td.TdClassName
{
border-color: #D29115;
}
.TagClassName
{
border-color: #D29115;
}
</style>