Shades of Gamboge #D9AB00
Tints of Gamboge #D9AB00
RGB
CMYK
RGB Variations
Color information
#D9AB00 (or 0xD9AB00) is known color: Gamboge. HEX triplet: D9, AB and 00. RGB value is (217,171,0). Sum of RGB (Red+Green+Blue) = 217+171+0=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AB00 is #2654FF. Grayscale: #A5A5A5. Windows color (decimal): -2512128 or 43993. OLE color: 43993.
HSL color Cylindrical-coordinate representation of color #D9AB00: hue angle of 47.28º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9AB00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.15 |
| HSL | 47.28º | 1% | 0.43% | - |
| HSV(B) | 47.28º | 1% | 0.85% | - |
| XYZ | 43.18 | 43.88 | 6.19 | - |
| YUV | 165.26 | 34.74 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 0 | 0 | 0.21 | 1 | 0.15 | 47.28 | 1 | 0.43 |
| Hex | D9 | AB | 0 | 0 | 15 | 64 | F | 2F | 64 | 2B |
| Octal | 331 | 253 | 0 | 0 | 25 | 144 | 17 | 57 | 144 | 53 |
| Binary | 11011001 | 10101011 | 0 | 0 | 10101 | 1100100 | 1111 | 101111 | 1100100 | 101011 |
Color Harmonies of #D9AB00
Complementary color
Monochromatic Colors of #D9AB00
Black with #D9AB00
Text Example
Text Example
White with #D9AB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AB00; }
p { color: rgb(217,171,0); }
H1.HeaderClassName
{
color: #D9AB00;
}
.AnyTagClassName
{
color: #D9AB00;
}
</style>
background-color css
<style>
a { background-color: #D9AB00; }
a { background-color: rgb(217,171,0); }
div.DivClassName
{
background-color: #D9AB00;
}
.BgClassName
{
background-color: #D9AB00;
}
</style>
border-color css
<style>
span { border-color: #D9AB00; }
span { border-color: rgb(217,171,0); }
td.TdClassName
{
border-color: #D9AB00;
}
.TagClassName
{
border-color: #D9AB00;
}
</style>