Shades of Gamboge #D9A00C
Tints of Gamboge #D9A00C
RGB
CMYK
RGB Variations
Color information
#D9A00C (or 0xD9A00C) is known color: Gamboge. HEX triplet: D9, A0 and 0C. RGB value is (217,160,12). Sum of RGB (Red+Green+Blue) = 217+160+12=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A00C is #265FF3. Grayscale: #A0A0A0. Windows color (decimal): -2514932 or 827609. OLE color: 827609.
HSL color Cylindrical-coordinate representation of color #D9A00C: hue angle of 43.32º 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 #D9A00C is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 12 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.15 |
| HSL | 43.32º | 0.9% | 0.45% | - |
| HSV(B) | 43.32º | 0.94% | 0.85% | - |
| XYZ | 41.25 | 39.92 | 5.88 | - |
| YUV | 160.17 | 44.38 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 12 | 0 | 0.26 | 0.94 | 0.15 | 43.32 | 0.9 | 0.45 |
| Hex | D9 | A0 | C | 0 | 1A | 5E | F | 2B | 5A | 2D |
| Octal | 331 | 240 | 14 | 0 | 32 | 136 | 17 | 53 | 132 | 55 |
| Binary | 11011001 | 10100000 | 1100 | 0 | 11010 | 1011110 | 1111 | 101011 | 1011010 | 101101 |
Color Harmonies of #D9A00C
Complementary color
Monochromatic Colors of #D9A00C
Black with #D9A00C
Text Example
Text Example
White with #D9A00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A00C; }
p { color: rgb(217,160,12); }
H1.HeaderClassName
{
color: #D9A00C;
}
.AnyTagClassName
{
color: #D9A00C;
}
</style>
background-color css
<style>
a { background-color: #D9A00C; }
a { background-color: rgb(217,160,12); }
div.DivClassName
{
background-color: #D9A00C;
}
.BgClassName
{
background-color: #D9A00C;
}
</style>
border-color css
<style>
span { border-color: #D9A00C; }
span { border-color: rgb(217,160,12); }
td.TdClassName
{
border-color: #D9A00C;
}
.TagClassName
{
border-color: #D9A00C;
}
</style>