Shades of Gamboge #D19815
Tints of Gamboge #D19815
RGB
CMYK
RGB Variations
Color information
#D19815 (or 0xD19815) is known color: Gamboge. HEX triplet: D1, 98 and 15. RGB value is (209,152,21). Sum of RGB (Red+Green+Blue) = 209+152+21=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 21 (8.59% from 255 or 5.50% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D19815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19815 is #2E67EA. Grayscale: #9A9A9A. Windows color (decimal): -3041259 or 1415377. OLE color: 1415377.
HSL color Cylindrical-coordinate representation of color #D19815: hue angle of 41.81º 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 #D19815 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 21 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.18 |
| HSL | 41.81º | 0.82% | 0.45% | - |
| HSV(B) | 41.81º | 0.9% | 0.82% | - |
| XYZ | 37.66 | 36.07 | 5.69 | - |
| YUV | 154.11 | 52.88 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 21 | 0 | 0.27 | 0.90 | 0.18 | 41.81 | 0.82 | 0.45 |
| Hex | D1 | 98 | 15 | 0 | 1B | 5A | 12 | 2A | 52 | 2D |
| Octal | 321 | 230 | 25 | 0 | 33 | 132 | 22 | 52 | 122 | 55 |
| Binary | 11010001 | 10011000 | 10101 | 0 | 11011 | 1011010 | 10010 | 101010 | 1010010 | 101101 |
Color Harmonies of #D19815
Complementary color
Monochromatic Colors of #D19815
Black with #D19815
Text Example
Text Example
White with #D19815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19815; }
p { color: rgb(209,152,21); }
H1.HeaderClassName
{
color: #D19815;
}
.AnyTagClassName
{
color: #D19815;
}
</style>
background-color css
<style>
a { background-color: #D19815; }
a { background-color: rgb(209,152,21); }
div.DivClassName
{
background-color: #D19815;
}
.BgClassName
{
background-color: #D19815;
}
</style>
border-color css
<style>
span { border-color: #D19815; }
span { border-color: rgb(209,152,21); }
td.TdClassName
{
border-color: #D19815;
}
.TagClassName
{
border-color: #D19815;
}
</style>