Shades of Gamboge #D8A00E
Tints of Gamboge #D8A00E
RGB
CMYK
RGB Variations
Color information
#D8A00E (or 0xD8A00E) is known color: Gamboge. HEX triplet: D8, A0 and 0E. RGB value is (216,160,14). Sum of RGB (Red+Green+Blue) = 216+160+14=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 14 (5.86% from 255 or 3.59% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A00E is #275FF1. Grayscale: #A0A0A0. Windows color (decimal): -2580466 or 958680. OLE color: 958680.
HSL color Cylindrical-coordinate representation of color #D8A00E: hue angle of 43.37º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8A00E is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 160 | 14 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.15 |
| HSL | 43.37º | 0.88% | 0.45% | - |
| HSV(B) | 43.37º | 0.94% | 0.85% | - |
| XYZ | 40.97 | 39.77 | 5.93 | - |
| YUV | 160.1 | 45.55 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 160 | 14 | 0 | 0.26 | 0.94 | 0.15 | 43.37 | 0.88 | 0.45 |
| Hex | D8 | A0 | E | 0 | 1A | 5E | F | 2B | 58 | 2D |
| Octal | 330 | 240 | 16 | 0 | 32 | 136 | 17 | 53 | 130 | 55 |
| Binary | 11011000 | 10100000 | 1110 | 0 | 11010 | 1011110 | 1111 | 101011 | 1011000 | 101101 |
Color Harmonies of #D8A00E
Complementary color
Monochromatic Colors of #D8A00E
Black with #D8A00E
Text Example
Text Example
White with #D8A00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A00E; }
p { color: rgb(216,160,14); }
H1.HeaderClassName
{
color: #D8A00E;
}
.AnyTagClassName
{
color: #D8A00E;
}
</style>
background-color css
<style>
a { background-color: #D8A00E; }
a { background-color: rgb(216,160,14); }
div.DivClassName
{
background-color: #D8A00E;
}
.BgClassName
{
background-color: #D8A00E;
}
</style>
border-color css
<style>
span { border-color: #D8A00E; }
span { border-color: rgb(216,160,14); }
td.TdClassName
{
border-color: #D8A00E;
}
.TagClassName
{
border-color: #D8A00E;
}
</style>