Shades of Gamboge #D9A10B
Tints of Gamboge #D9A10B
RGB
CMYK
RGB Variations
Color information
#D9A10B (or 0xD9A10B) is known color: Gamboge. HEX triplet: D9, A1 and 0B. RGB value is (217,161,11). Sum of RGB (Red+Green+Blue) = 217+161+11=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A10B is #265EF4. Grayscale: #A1A1A1. Windows color (decimal): -2514677 or 762329. OLE color: 762329.
HSL color Cylindrical-coordinate representation of color #D9A10B: hue angle of 43.69º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D9A10B is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 11 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.15 |
| HSL | 43.69º | 0.9% | 0.45% | - |
| HSV(B) | 43.69º | 0.95% | 0.85% | - |
| XYZ | 41.42 | 40.27 | 5.91 | - |
| YUV | 160.64 | 43.55 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 11 | 0 | 0.26 | 0.95 | 0.15 | 43.69 | 0.9 | 0.45 |
| Hex | D9 | A1 | B | 0 | 1A | 5F | F | 2C | 5A | 2D |
| Octal | 331 | 241 | 13 | 0 | 32 | 137 | 17 | 54 | 132 | 55 |
| Binary | 11011001 | 10100001 | 1011 | 0 | 11010 | 1011111 | 1111 | 101100 | 1011010 | 101101 |
Color Harmonies of #D9A10B
Complementary color
Monochromatic Colors of #D9A10B
Black with #D9A10B
Text Example
Text Example
White with #D9A10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A10B; }
p { color: rgb(217,161,11); }
H1.HeaderClassName
{
color: #D9A10B;
}
.AnyTagClassName
{
color: #D9A10B;
}
</style>
background-color css
<style>
a { background-color: #D9A10B; }
a { background-color: rgb(217,161,11); }
div.DivClassName
{
background-color: #D9A10B;
}
.BgClassName
{
background-color: #D9A10B;
}
</style>
border-color css
<style>
span { border-color: #D9A10B; }
span { border-color: rgb(217,161,11); }
td.TdClassName
{
border-color: #D9A10B;
}
.TagClassName
{
border-color: #D9A10B;
}
</style>