Shades of Gamboge #D8A607
Tints of Gamboge #D8A607
RGB
CMYK
RGB Variations
Color information
#D8A607 (or 0xD8A607) is known color: Gamboge. HEX triplet: D8, A6 and 07. RGB value is (216,166,7). Sum of RGB (Red+Green+Blue) = 216+166+7=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 7 (3.12% from 255 or 1.80% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A607 is #2759F8. Grayscale: #A3A3A3. Windows color (decimal): -2578937 or 501464. OLE color: 501464.
HSL color Cylindrical-coordinate representation of color #D8A607: hue angle of 45.65º 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 #D8A607 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 166 | 7 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.15 |
| HSL | 45.65º | 0.94% | 0.44% | - |
| HSV(B) | 45.65º | 0.97% | 0.85% | - |
| XYZ | 41.99 | 41.89 | 6.07 | - |
| YUV | 162.82 | 40.07 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 166 | 7 | 0 | 0.23 | 0.97 | 0.15 | 45.65 | 0.94 | 0.44 |
| Hex | D8 | A6 | 7 | 0 | 17 | 61 | F | 2E | 5E | 2C |
| Octal | 330 | 246 | 7 | 0 | 27 | 141 | 17 | 56 | 136 | 54 |
| Binary | 11011000 | 10100110 | 111 | 0 | 10111 | 1100001 | 1111 | 101110 | 1011110 | 101100 |
Color Harmonies of #D8A607
Complementary color
Monochromatic Colors of #D8A607
Black with #D8A607
Text Example
Text Example
White with #D8A607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A607; }
p { color: rgb(216,166,7); }
H1.HeaderClassName
{
color: #D8A607;
}
.AnyTagClassName
{
color: #D8A607;
}
</style>
background-color css
<style>
a { background-color: #D8A607; }
a { background-color: rgb(216,166,7); }
div.DivClassName
{
background-color: #D8A607;
}
.BgClassName
{
background-color: #D8A607;
}
</style>
border-color css
<style>
span { border-color: #D8A607; }
span { border-color: rgb(216,166,7); }
td.TdClassName
{
border-color: #D8A607;
}
.TagClassName
{
border-color: #D8A607;
}
</style>