Shades of Gamboge #D9A20A
Tints of Gamboge #D9A20A
RGB
CMYK
RGB Variations
Color information
#D9A20A (or 0xD9A20A) is known color: Gamboge. HEX triplet: D9, A2 and 0A. RGB value is (217,162,10). Sum of RGB (Red+Green+Blue) = 217+162+10=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 10 (4.30% from 255 or 2.57% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A20A is #265DF5. Grayscale: #A1A1A1. Windows color (decimal): -2514422 or 697049. OLE color: 697049.
HSL color Cylindrical-coordinate representation of color #D9A20A: hue angle of 44.06º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D9A20A is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 162 | 10 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.15 |
| HSL | 44.06º | 0.91% | 0.45% | - |
| HSV(B) | 44.06º | 0.95% | 0.85% | - |
| XYZ | 41.59 | 40.61 | 5.93 | - |
| YUV | 161.12 | 42.72 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 162 | 10 | 0 | 0.25 | 0.95 | 0.15 | 44.06 | 0.91 | 0.45 |
| Hex | D9 | A2 | A | 0 | 19 | 5F | F | 2C | 5B | 2D |
| Octal | 331 | 242 | 12 | 0 | 31 | 137 | 17 | 54 | 133 | 55 |
| Binary | 11011001 | 10100010 | 1010 | 0 | 11001 | 1011111 | 1111 | 101100 | 1011011 | 101101 |
Color Harmonies of #D9A20A
Complementary color
Monochromatic Colors of #D9A20A
Black with #D9A20A
Text Example
Text Example
White with #D9A20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A20A; }
p { color: rgb(217,162,10); }
H1.HeaderClassName
{
color: #D9A20A;
}
.AnyTagClassName
{
color: #D9A20A;
}
</style>
background-color css
<style>
a { background-color: #D9A20A; }
a { background-color: rgb(217,162,10); }
div.DivClassName
{
background-color: #D9A20A;
}
.BgClassName
{
background-color: #D9A20A;
}
</style>
border-color css
<style>
span { border-color: #D9A20A; }
span { border-color: rgb(217,162,10); }
td.TdClassName
{
border-color: #D9A20A;
}
.TagClassName
{
border-color: #D9A20A;
}
</style>