Shades of Gamboge #D9A70A
Tints of Gamboge #D9A70A
RGB
CMYK
RGB Variations
Color information
#D9A70A (or 0xD9A70A) is known color: Gamboge. HEX triplet: D9, A7 and 0A. RGB value is (217,167,10). Sum of RGB (Red+Green+Blue) = 217+167+10=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 167 (65.62% from 255 or 42.39% from 394); Blue value is 10 (4.30% from 255 or 2.54% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A70A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A70A is #2658F5. Grayscale: #A4A4A4. Windows color (decimal): -2513142 or 698329. OLE color: 698329.
HSL color Cylindrical-coordinate representation of color #D9A70A: hue angle of 45.51º 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 #D9A70A is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 167 | 10 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.15 |
| HSL | 45.51º | 0.91% | 0.45% | - |
| HSV(B) | 45.51º | 0.95% | 0.85% | - |
| XYZ | 42.49 | 42.41 | 6.23 | - |
| YUV | 164.05 | 41.07 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 167 | 10 | 0 | 0.23 | 0.95 | 0.15 | 45.51 | 0.91 | 0.45 |
| Hex | D9 | A7 | A | 0 | 17 | 5F | F | 2E | 5B | 2D |
| Octal | 331 | 247 | 12 | 0 | 27 | 137 | 17 | 56 | 133 | 55 |
| Binary | 11011001 | 10100111 | 1010 | 0 | 10111 | 1011111 | 1111 | 101110 | 1011011 | 101101 |
Color Harmonies of #D9A70A
Complementary color
Monochromatic Colors of #D9A70A
Black with #D9A70A
Text Example
Text Example
White with #D9A70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A70A; }
p { color: rgb(217,167,10); }
H1.HeaderClassName
{
color: #D9A70A;
}
.AnyTagClassName
{
color: #D9A70A;
}
</style>
background-color css
<style>
a { background-color: #D9A70A; }
a { background-color: rgb(217,167,10); }
div.DivClassName
{
background-color: #D9A70A;
}
.BgClassName
{
background-color: #D9A70A;
}
</style>
border-color css
<style>
span { border-color: #D9A70A; }
span { border-color: rgb(217,167,10); }
td.TdClassName
{
border-color: #D9A70A;
}
.TagClassName
{
border-color: #D9A70A;
}
</style>