Shades of Gamboge #D9A809
Tints of Gamboge #D9A809
RGB
CMYK
RGB Variations
Color information
#D9A809 (or 0xD9A809) is known color: Gamboge. HEX triplet: D9, A8 and 09. RGB value is (217,168,9). Sum of RGB (Red+Green+Blue) = 217+168+9=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 9 (3.91% from 255 or 2.28% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A809 is #2657F6. Grayscale: #A5A5A5. Windows color (decimal): -2512887 or 633049. OLE color: 633049.
HSL color Cylindrical-coordinate representation of color #D9A809: hue angle of 45.87º degrees, saturation: 0.92, 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 #D9A809 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 9 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.15 |
| HSL | 45.87º | 0.92% | 0.44% | - |
| HSV(B) | 45.87º | 0.96% | 0.85% | - |
| XYZ | 42.67 | 42.78 | 6.27 | - |
| YUV | 164.53 | 40.23 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 9 | 0 | 0.23 | 0.96 | 0.15 | 45.87 | 0.92 | 0.44 |
| Hex | D9 | A8 | 9 | 0 | 17 | 60 | F | 2E | 5C | 2C |
| Octal | 331 | 250 | 11 | 0 | 27 | 140 | 17 | 56 | 134 | 54 |
| Binary | 11011001 | 10101000 | 1001 | 0 | 10111 | 1100000 | 1111 | 101110 | 1011100 | 101100 |
Color Harmonies of #D9A809
Complementary color
Monochromatic Colors of #D9A809
Black with #D9A809
Text Example
Text Example
White with #D9A809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A809; }
p { color: rgb(217,168,9); }
H1.HeaderClassName
{
color: #D9A809;
}
.AnyTagClassName
{
color: #D9A809;
}
</style>
background-color css
<style>
a { background-color: #D9A809; }
a { background-color: rgb(217,168,9); }
div.DivClassName
{
background-color: #D9A809;
}
.BgClassName
{
background-color: #D9A809;
}
</style>
border-color css
<style>
span { border-color: #D9A809; }
span { border-color: rgb(217,168,9); }
td.TdClassName
{
border-color: #D9A809;
}
.TagClassName
{
border-color: #D9A809;
}
</style>