Shades of Gamboge #D9A40C
Tints of Gamboge #D9A40C
RGB
CMYK
RGB Variations
Color information
#D9A40C (or 0xD9A40C) is known color: Gamboge. HEX triplet: D9, A4 and 0C. RGB value is (217,164,12). Sum of RGB (Red+Green+Blue) = 217+164+12=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A40C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A40C is #265BF3. Grayscale: #A3A3A3. Windows color (decimal): -2513908 or 828633. OLE color: 828633.
HSL color Cylindrical-coordinate representation of color #D9A40C: hue angle of 44.49º 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 #D9A40C is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 164 | 12 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.15 |
| HSL | 44.49º | 0.9% | 0.45% | - |
| HSV(B) | 44.49º | 0.94% | 0.85% | - |
| XYZ | 41.96 | 41.33 | 6.11 | - |
| YUV | 162.52 | 43.06 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 164 | 12 | 0 | 0.24 | 0.94 | 0.15 | 44.49 | 0.9 | 0.45 |
| Hex | D9 | A4 | C | 0 | 18 | 5E | F | 2C | 5A | 2D |
| Octal | 331 | 244 | 14 | 0 | 30 | 136 | 17 | 54 | 132 | 55 |
| Binary | 11011001 | 10100100 | 1100 | 0 | 11000 | 1011110 | 1111 | 101100 | 1011010 | 101101 |
Color Harmonies of #D9A40C
Complementary color
Monochromatic Colors of #D9A40C
Black with #D9A40C
Text Example
Text Example
White with #D9A40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A40C; }
p { color: rgb(217,164,12); }
H1.HeaderClassName
{
color: #D9A40C;
}
.AnyTagClassName
{
color: #D9A40C;
}
</style>
background-color css
<style>
a { background-color: #D9A40C; }
a { background-color: rgb(217,164,12); }
div.DivClassName
{
background-color: #D9A40C;
}
.BgClassName
{
background-color: #D9A40C;
}
</style>
border-color css
<style>
span { border-color: #D9A40C; }
span { border-color: rgb(217,164,12); }
td.TdClassName
{
border-color: #D9A40C;
}
.TagClassName
{
border-color: #D9A40C;
}
</style>