Shades of Gamboge #D9A40A
Tints of Gamboge #D9A40A
RGB
CMYK
RGB Variations
Color information
#D9A40A (or 0xD9A40A) is known color: Gamboge. HEX triplet: D9, A4 and 0A. RGB value is (217,164,10). Sum of RGB (Red+Green+Blue) = 217+164+10=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 10 (4.30% from 255 or 2.56% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A40A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A40A is #265BF5. Grayscale: #A2A2A2. Windows color (decimal): -2513910 or 697561. OLE color: 697561.
HSL color Cylindrical-coordinate representation of color #D9A40A: hue angle of 44.64º 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 #D9A40A is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 164 | 10 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.15 |
| HSL | 44.64º | 0.91% | 0.45% | - |
| HSV(B) | 44.64º | 0.95% | 0.85% | - |
| XYZ | 41.95 | 41.32 | 6.05 | - |
| YUV | 162.29 | 42.06 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 164 | 10 | 0 | 0.24 | 0.95 | 0.15 | 44.64 | 0.91 | 0.45 |
| Hex | D9 | A4 | A | 0 | 18 | 5F | F | 2D | 5B | 2D |
| Octal | 331 | 244 | 12 | 0 | 30 | 137 | 17 | 55 | 133 | 55 |
| Binary | 11011001 | 10100100 | 1010 | 0 | 11000 | 1011111 | 1111 | 101101 | 1011011 | 101101 |
Color Harmonies of #D9A40A
Complementary color
Monochromatic Colors of #D9A40A
Black with #D9A40A
Text Example
Text Example
White with #D9A40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A40A; }
p { color: rgb(217,164,10); }
H1.HeaderClassName
{
color: #D9A40A;
}
.AnyTagClassName
{
color: #D9A40A;
}
</style>
background-color css
<style>
a { background-color: #D9A40A; }
a { background-color: rgb(217,164,10); }
div.DivClassName
{
background-color: #D9A40A;
}
.BgClassName
{
background-color: #D9A40A;
}
</style>
border-color css
<style>
span { border-color: #D9A40A; }
span { border-color: rgb(217,164,10); }
td.TdClassName
{
border-color: #D9A40A;
}
.TagClassName
{
border-color: #D9A40A;
}
</style>