Shades of Gamboge #D9A605
Tints of Gamboge #D9A605
RGB
CMYK
RGB Variations
Color information
#D9A605 (or 0xD9A605) is known color: Gamboge. HEX triplet: D9, A6 and 05. RGB value is (217,166,5). Sum of RGB (Red+Green+Blue) = 217+166+5=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 5 (2.34% from 255 or 1.29% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A605 is #2659FA. Grayscale: #A3A3A3. Windows color (decimal): -2513403 or 370393. OLE color: 370393.
HSL color Cylindrical-coordinate representation of color #D9A605: hue angle of 45.57º 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 #D9A605 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 166 | 5 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.15 |
| HSL | 45.57º | 0.95% | 0.44% | - |
| HSV(B) | 45.57º | 0.98% | 0.85% | - |
| XYZ | 42.28 | 42.04 | 6.03 | - |
| YUV | 162.9 | 38.9 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 5 | 0 | 0.24 | 0.98 | 0.15 | 45.57 | 0.95 | 0.44 |
| Hex | D9 | A6 | 5 | 0 | 18 | 62 | F | 2E | 5F | 2C |
| Octal | 331 | 246 | 5 | 0 | 30 | 142 | 17 | 56 | 137 | 54 |
| Binary | 11011001 | 10100110 | 101 | 0 | 11000 | 1100010 | 1111 | 101110 | 1011111 | 101100 |
Color Harmonies of #D9A605
Complementary color
Monochromatic Colors of #D9A605
Black with #D9A605
Text Example
Text Example
White with #D9A605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A605; }
p { color: rgb(217,166,5); }
H1.HeaderClassName
{
color: #D9A605;
}
.AnyTagClassName
{
color: #D9A605;
}
</style>
background-color css
<style>
a { background-color: #D9A605; }
a { background-color: rgb(217,166,5); }
div.DivClassName
{
background-color: #D9A605;
}
.BgClassName
{
background-color: #D9A605;
}
</style>
border-color css
<style>
span { border-color: #D9A605; }
span { border-color: rgb(217,166,5); }
td.TdClassName
{
border-color: #D9A605;
}
.TagClassName
{
border-color: #D9A605;
}
</style>