Shades of Gamboge #D9AD0A
Tints of Gamboge #D9AD0A
RGB
CMYK
RGB Variations
Color information
#D9AD0A (or 0xD9AD0A) is known color: Gamboge. HEX triplet: D9, AD and 0A. RGB value is (217,173,10). Sum of RGB (Red+Green+Blue) = 217+173+10=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 10 (4.30% from 255 or 2.5% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AD0A is #2652F5. Grayscale: #A8A8A8. Windows color (decimal): -2511606 or 699865. OLE color: 699865.
HSL color Cylindrical-coordinate representation of color #D9AD0A: hue angle of 47.25º 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 #D9AD0A is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 10 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.15 |
| HSL | 47.25º | 0.91% | 0.45% | - |
| HSV(B) | 47.25º | 0.95% | 0.85% | - |
| XYZ | 43.61 | 44.66 | 6.61 | - |
| YUV | 167.57 | 39.08 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 10 | 0 | 0.20 | 0.95 | 0.15 | 47.25 | 0.91 | 0.45 |
| Hex | D9 | AD | A | 0 | 14 | 5F | F | 2F | 5B | 2D |
| Octal | 331 | 255 | 12 | 0 | 24 | 137 | 17 | 57 | 133 | 55 |
| Binary | 11011001 | 10101101 | 1010 | 0 | 10100 | 1011111 | 1111 | 101111 | 1011011 | 101101 |
Color Harmonies of #D9AD0A
Complementary color
Monochromatic Colors of #D9AD0A
Black with #D9AD0A
Text Example
Text Example
White with #D9AD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD0A; }
p { color: rgb(217,173,10); }
H1.HeaderClassName
{
color: #D9AD0A;
}
.AnyTagClassName
{
color: #D9AD0A;
}
</style>
background-color css
<style>
a { background-color: #D9AD0A; }
a { background-color: rgb(217,173,10); }
div.DivClassName
{
background-color: #D9AD0A;
}
.BgClassName
{
background-color: #D9AD0A;
}
</style>
border-color css
<style>
span { border-color: #D9AD0A; }
span { border-color: rgb(217,173,10); }
td.TdClassName
{
border-color: #D9AD0A;
}
.TagClassName
{
border-color: #D9AD0A;
}
</style>