Shades of Gamboge #D9A607
Tints of Gamboge #D9A607
RGB
CMYK
RGB Variations
Color information
#D9A607 (or 0xD9A607) is known color: Gamboge. HEX triplet: D9, A6 and 07. RGB value is (217,166,7). Sum of RGB (Red+Green+Blue) = 217+166+7=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 7 (3.12% from 255 or 1.79% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A607 is #2659F8. Grayscale: #A3A3A3. Windows color (decimal): -2513401 or 501465. OLE color: 501465.
HSL color Cylindrical-coordinate representation of color #D9A607: hue angle of 45.43º 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 #D9A607 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 166 | 7 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.15 |
| HSL | 45.43º | 0.94% | 0.44% | - |
| HSV(B) | 45.43º | 0.97% | 0.85% | - |
| XYZ | 42.29 | 42.04 | 6.09 | - |
| YUV | 163.12 | 39.9 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 7 | 0 | 0.24 | 0.97 | 0.15 | 45.43 | 0.94 | 0.44 |
| Hex | D9 | A6 | 7 | 0 | 18 | 61 | F | 2D | 5E | 2C |
| Octal | 331 | 246 | 7 | 0 | 30 | 141 | 17 | 55 | 136 | 54 |
| Binary | 11011001 | 10100110 | 111 | 0 | 11000 | 1100001 | 1111 | 101101 | 1011110 | 101100 |
Color Harmonies of #D9A607
Complementary color
Monochromatic Colors of #D9A607
Black with #D9A607
Text Example
Text Example
White with #D9A607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A607; }
p { color: rgb(217,166,7); }
H1.HeaderClassName
{
color: #D9A607;
}
.AnyTagClassName
{
color: #D9A607;
}
</style>
background-color css
<style>
a { background-color: #D9A607; }
a { background-color: rgb(217,166,7); }
div.DivClassName
{
background-color: #D9A607;
}
.BgClassName
{
background-color: #D9A607;
}
</style>
border-color css
<style>
span { border-color: #D9A607; }
span { border-color: rgb(217,166,7); }
td.TdClassName
{
border-color: #D9A607;
}
.TagClassName
{
border-color: #D9A607;
}
</style>