Shades of Gamboge #D9A807
Tints of Gamboge #D9A807
RGB
CMYK
RGB Variations
Color information
#D9A807 (or 0xD9A807) is known color: Gamboge. HEX triplet: D9, A8 and 07. RGB value is (217,168,7). Sum of RGB (Red+Green+Blue) = 217+168+7=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 7 (3.12% from 255 or 1.79% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A807 is #2657F8. Grayscale: #A4A4A4. Windows color (decimal): -2512889 or 501977. OLE color: 501977.
HSL color Cylindrical-coordinate representation of color #D9A807: hue angle of 46º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9A807 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 7 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.15 |
| HSL | 46º | 0.94% | 0.44% | - |
| HSV(B) | 46º | 0.97% | 0.85% | - |
| XYZ | 42.66 | 42.77 | 6.21 | - |
| YUV | 164.3 | 39.23 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 7 | 0 | 0.23 | 0.97 | 0.15 | 46 | 0.94 | 0.44 |
| Hex | D9 | A8 | 7 | 0 | 17 | 61 | F | 2E | 5E | 2C |
| Octal | 331 | 250 | 7 | 0 | 27 | 141 | 17 | 56 | 136 | 54 |
| Binary | 11011001 | 10101000 | 111 | 0 | 10111 | 1100001 | 1111 | 101110 | 1011110 | 101100 |
Color Harmonies of #D9A807
Complementary color
Monochromatic Colors of #D9A807
Black with #D9A807
Text Example
Text Example
White with #D9A807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A807; }
p { color: rgb(217,168,7); }
H1.HeaderClassName
{
color: #D9A807;
}
.AnyTagClassName
{
color: #D9A807;
}
</style>
background-color css
<style>
a { background-color: #D9A807; }
a { background-color: rgb(217,168,7); }
div.DivClassName
{
background-color: #D9A807;
}
.BgClassName
{
background-color: #D9A807;
}
</style>
border-color css
<style>
span { border-color: #D9A807; }
span { border-color: rgb(217,168,7); }
td.TdClassName
{
border-color: #D9A807;
}
.TagClassName
{
border-color: #D9A807;
}
</style>