Shades of Gamboge #D9AA0C
Tints of Gamboge #D9AA0C
RGB
CMYK
RGB Variations
Color information
#D9AA0C (or 0xD9AA0C) is known color: Gamboge. HEX triplet: D9, AA and 0C. RGB value is (217,170,12). Sum of RGB (Red+Green+Blue) = 217+170+12=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AA0C is #2655F3. Grayscale: #A6A6A6. Windows color (decimal): -2512372 or 830169. OLE color: 830169.
HSL color Cylindrical-coordinate representation of color #D9AA0C: hue angle of 46.24º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9AA0C is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 170 | 12 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.15 |
| HSL | 46.24º | 0.9% | 0.45% | - |
| HSV(B) | 46.24º | 0.94% | 0.85% | - |
| XYZ | 43.06 | 43.53 | 6.48 | - |
| YUV | 166.04 | 41.07 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 12 | 0 | 0.22 | 0.94 | 0.15 | 46.24 | 0.9 | 0.45 |
| Hex | D9 | AA | C | 0 | 16 | 5E | F | 2E | 5A | 2D |
| Octal | 331 | 252 | 14 | 0 | 26 | 136 | 17 | 56 | 132 | 55 |
| Binary | 11011001 | 10101010 | 1100 | 0 | 10110 | 1011110 | 1111 | 101110 | 1011010 | 101101 |
Color Harmonies of #D9AA0C
Complementary color
Monochromatic Colors of #D9AA0C
Black with #D9AA0C
Text Example
Text Example
White with #D9AA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AA0C; }
p { color: rgb(217,170,12); }
H1.HeaderClassName
{
color: #D9AA0C;
}
.AnyTagClassName
{
color: #D9AA0C;
}
</style>
background-color css
<style>
a { background-color: #D9AA0C; }
a { background-color: rgb(217,170,12); }
div.DivClassName
{
background-color: #D9AA0C;
}
.BgClassName
{
background-color: #D9AA0C;
}
</style>
border-color css
<style>
span { border-color: #D9AA0C; }
span { border-color: rgb(217,170,12); }
td.TdClassName
{
border-color: #D9AA0C;
}
.TagClassName
{
border-color: #D9AA0C;
}
</style>