Shades of Gamboge #D9A708
Tints of Gamboge #D9A708
RGB
CMYK
RGB Variations
Color information
#D9A708 (or 0xD9A708) is known color: Gamboge. HEX triplet: D9, A7 and 08. RGB value is (217,167,8). Sum of RGB (Red+Green+Blue) = 217+167+8=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 8 (3.52% from 255 or 2.04% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A708 is #2658F7. Grayscale: #A4A4A4. Windows color (decimal): -2513144 or 567257. OLE color: 567257.
HSL color Cylindrical-coordinate representation of color #D9A708: hue angle of 45.65º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D9A708 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 167 | 8 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.15 |
| HSL | 45.65º | 0.93% | 0.44% | - |
| HSV(B) | 45.65º | 0.96% | 0.85% | - |
| XYZ | 42.48 | 42.41 | 6.18 | - |
| YUV | 163.82 | 40.07 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 167 | 8 | 0 | 0.23 | 0.96 | 0.15 | 45.65 | 0.93 | 0.44 |
| Hex | D9 | A7 | 8 | 0 | 17 | 60 | F | 2E | 5D | 2C |
| Octal | 331 | 247 | 10 | 0 | 27 | 140 | 17 | 56 | 135 | 54 |
| Binary | 11011001 | 10100111 | 1000 | 0 | 10111 | 1100000 | 1111 | 101110 | 1011101 | 101100 |
Color Harmonies of #D9A708
Complementary color
Monochromatic Colors of #D9A708
Black with #D9A708
Text Example
Text Example
White with #D9A708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A708; }
p { color: rgb(217,167,8); }
H1.HeaderClassName
{
color: #D9A708;
}
.AnyTagClassName
{
color: #D9A708;
}
</style>
background-color css
<style>
a { background-color: #D9A708; }
a { background-color: rgb(217,167,8); }
div.DivClassName
{
background-color: #D9A708;
}
.BgClassName
{
background-color: #D9A708;
}
</style>
border-color css
<style>
span { border-color: #D9A708; }
span { border-color: rgb(217,167,8); }
td.TdClassName
{
border-color: #D9A708;
}
.TagClassName
{
border-color: #D9A708;
}
</style>