Shades of Gamboge #D9A50C
Tints of Gamboge #D9A50C
RGB
CMYK
RGB Variations
Color information
#D9A50C (or 0xD9A50C) is known color: Gamboge. HEX triplet: D9, A5 and 0C. RGB value is (217,165,12). Sum of RGB (Red+Green+Blue) = 217+165+12=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A50C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A50C is #265AF3. Grayscale: #A3A3A3. Windows color (decimal): -2513652 or 828889. OLE color: 828889.
HSL color Cylindrical-coordinate representation of color #D9A50C: hue angle of 44.78º 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 #D9A50C is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 165 | 12 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.15 |
| HSL | 44.78º | 0.9% | 0.45% | - |
| HSV(B) | 44.78º | 0.94% | 0.85% | - |
| XYZ | 42.14 | 41.69 | 6.17 | - |
| YUV | 163.11 | 42.73 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 165 | 12 | 0 | 0.24 | 0.94 | 0.15 | 44.78 | 0.9 | 0.45 |
| Hex | D9 | A5 | C | 0 | 18 | 5E | F | 2D | 5A | 2D |
| Octal | 331 | 245 | 14 | 0 | 30 | 136 | 17 | 55 | 132 | 55 |
| Binary | 11011001 | 10100101 | 1100 | 0 | 11000 | 1011110 | 1111 | 101101 | 1011010 | 101101 |
Color Harmonies of #D9A50C
Complementary color
Monochromatic Colors of #D9A50C
Black with #D9A50C
Text Example
Text Example
White with #D9A50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A50C; }
p { color: rgb(217,165,12); }
H1.HeaderClassName
{
color: #D9A50C;
}
.AnyTagClassName
{
color: #D9A50C;
}
</style>
background-color css
<style>
a { background-color: #D9A50C; }
a { background-color: rgb(217,165,12); }
div.DivClassName
{
background-color: #D9A50C;
}
.BgClassName
{
background-color: #D9A50C;
}
</style>
border-color css
<style>
span { border-color: #D9A50C; }
span { border-color: rgb(217,165,12); }
td.TdClassName
{
border-color: #D9A50C;
}
.TagClassName
{
border-color: #D9A50C;
}
</style>