Shades of Gamboge #D9A115
Tints of Gamboge #D9A115
RGB
CMYK
RGB Variations
Color information
#D9A115 (or 0xD9A115) is known color: Gamboge. HEX triplet: D9, A1 and 15. RGB value is (217,161,21). Sum of RGB (Red+Green+Blue) = 217+161+21=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A115 is #265EEA. Grayscale: #A2A2A2. Windows color (decimal): -2514667 or 1417689. OLE color: 1417689.
HSL color Cylindrical-coordinate representation of color #D9A115: hue angle of 42.86º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9A115 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 21 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.15 |
| HSL | 42.86º | 0.82% | 0.47% | - |
| HSV(B) | 42.86º | 0.9% | 0.85% | - |
| XYZ | 41.5 | 40.3 | 6.3 | - |
| YUV | 161.78 | 48.55 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 21 | 0 | 0.26 | 0.90 | 0.15 | 42.86 | 0.82 | 0.47 |
| Hex | D9 | A1 | 15 | 0 | 1A | 5A | F | 2B | 52 | 2F |
| Octal | 331 | 241 | 25 | 0 | 32 | 132 | 17 | 53 | 122 | 57 |
| Binary | 11011001 | 10100001 | 10101 | 0 | 11010 | 1011010 | 1111 | 101011 | 1010010 | 101111 |
Color Harmonies of #D9A115
Complementary color
Monochromatic Colors of #D9A115
Black with #D9A115
Text Example
Text Example
White with #D9A115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A115; }
p { color: rgb(217,161,21); }
H1.HeaderClassName
{
color: #D9A115;
}
.AnyTagClassName
{
color: #D9A115;
}
</style>
background-color css
<style>
a { background-color: #D9A115; }
a { background-color: rgb(217,161,21); }
div.DivClassName
{
background-color: #D9A115;
}
.BgClassName
{
background-color: #D9A115;
}
</style>
border-color css
<style>
span { border-color: #D9A115; }
span { border-color: rgb(217,161,21); }
td.TdClassName
{
border-color: #D9A115;
}
.TagClassName
{
border-color: #D9A115;
}
</style>