Shades of Gamboge #D9AB0B
Tints of Gamboge #D9AB0B
RGB
CMYK
RGB Variations
Color information
#D9AB0B (or 0xD9AB0B) is known color: Gamboge. HEX triplet: D9, AB and 0B. RGB value is (217,171,11). Sum of RGB (Red+Green+Blue) = 217+171+11=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 11 (4.69% from 255 or 2.76% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AB0B is #2654F4. Grayscale: #A7A7A7. Windows color (decimal): -2512117 or 764889. OLE color: 764889.
HSL color Cylindrical-coordinate representation of color #D9AB0B: hue angle of 46.6º 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 #D9AB0B is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 11 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.15 |
| HSL | 46.6º | 0.9% | 0.45% | - |
| HSV(B) | 46.6º | 0.95% | 0.85% | - |
| XYZ | 43.24 | 43.9 | 6.51 | - |
| YUV | 166.51 | 40.24 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 11 | 0 | 0.21 | 0.95 | 0.15 | 46.6 | 0.9 | 0.45 |
| Hex | D9 | AB | B | 0 | 15 | 5F | F | 2F | 5A | 2D |
| Octal | 331 | 253 | 13 | 0 | 25 | 137 | 17 | 57 | 132 | 55 |
| Binary | 11011001 | 10101011 | 1011 | 0 | 10101 | 1011111 | 1111 | 101111 | 1011010 | 101101 |
Color Harmonies of #D9AB0B
Complementary color
Monochromatic Colors of #D9AB0B
Black with #D9AB0B
Text Example
Text Example
White with #D9AB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AB0B; }
p { color: rgb(217,171,11); }
H1.HeaderClassName
{
color: #D9AB0B;
}
.AnyTagClassName
{
color: #D9AB0B;
}
</style>
background-color css
<style>
a { background-color: #D9AB0B; }
a { background-color: rgb(217,171,11); }
div.DivClassName
{
background-color: #D9AB0B;
}
.BgClassName
{
background-color: #D9AB0B;
}
</style>
border-color css
<style>
span { border-color: #D9AB0B; }
span { border-color: rgb(217,171,11); }
td.TdClassName
{
border-color: #D9AB0B;
}
.TagClassName
{
border-color: #D9AB0B;
}
</style>