Shades of Gamboge #D9A805
Tints of Gamboge #D9A805
RGB
CMYK
RGB Variations
Color information
#D9A805 (or 0xD9A805) is known color: Gamboge. HEX triplet: D9, A8 and 05. RGB value is (217,168,5). Sum of RGB (Red+Green+Blue) = 217+168+5=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 5 (2.34% from 255 or 1.28% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A805 is #2657FA. Grayscale: #A4A4A4. Windows color (decimal): -2512891 or 370905. OLE color: 370905.
HSL color Cylindrical-coordinate representation of color #D9A805: hue angle of 46.13º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9A805 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 5 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.15 |
| HSL | 46.13º | 0.95% | 0.44% | - |
| HSV(B) | 46.13º | 0.98% | 0.85% | - |
| XYZ | 42.65 | 42.77 | 6.15 | - |
| YUV | 164.07 | 38.23 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 5 | 0 | 0.23 | 0.98 | 0.15 | 46.13 | 0.95 | 0.44 |
| Hex | D9 | A8 | 5 | 0 | 17 | 62 | F | 2E | 5F | 2C |
| Octal | 331 | 250 | 5 | 0 | 27 | 142 | 17 | 56 | 137 | 54 |
| Binary | 11011001 | 10101000 | 101 | 0 | 10111 | 1100010 | 1111 | 101110 | 1011111 | 101100 |
Color Harmonies of #D9A805
Complementary color
Monochromatic Colors of #D9A805
Black with #D9A805
Text Example
Text Example
White with #D9A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A805; }
p { color: rgb(217,168,5); }
H1.HeaderClassName
{
color: #D9A805;
}
.AnyTagClassName
{
color: #D9A805;
}
</style>
background-color css
<style>
a { background-color: #D9A805; }
a { background-color: rgb(217,168,5); }
div.DivClassName
{
background-color: #D9A805;
}
.BgClassName
{
background-color: #D9A805;
}
</style>
border-color css
<style>
span { border-color: #D9A805; }
span { border-color: rgb(217,168,5); }
td.TdClassName
{
border-color: #D9A805;
}
.TagClassName
{
border-color: #D9A805;
}
</style>