Shades of Gamboge #D8A50E
Tints of Gamboge #D8A50E
RGB
CMYK
RGB Variations
Color information
#D8A50E (or 0xD8A50E) is known color: Gamboge. HEX triplet: D8, A5 and 0E. RGB value is (216,165,14). Sum of RGB (Red+Green+Blue) = 216+165+14=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 14 (5.86% from 255 or 3.54% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A50E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A50E is #275AF1. Grayscale: #A3A3A3. Windows color (decimal): -2579186 or 959960. OLE color: 959960.
HSL color Cylindrical-coordinate representation of color #D8A50E: hue angle of 44.85º 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 #D8A50E is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 165 | 14 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.15 |
| HSL | 44.85º | 0.88% | 0.45% | - |
| HSV(B) | 44.85º | 0.94% | 0.85% | - |
| XYZ | 41.85 | 41.54 | 6.23 | - |
| YUV | 163.04 | 43.9 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 165 | 14 | 0 | 0.24 | 0.94 | 0.15 | 44.85 | 0.88 | 0.45 |
| Hex | D8 | A5 | E | 0 | 18 | 5E | F | 2D | 58 | 2D |
| Octal | 330 | 245 | 16 | 0 | 30 | 136 | 17 | 55 | 130 | 55 |
| Binary | 11011000 | 10100101 | 1110 | 0 | 11000 | 1011110 | 1111 | 101101 | 1011000 | 101101 |
Color Harmonies of #D8A50E
Complementary color
Monochromatic Colors of #D8A50E
Black with #D8A50E
Text Example
Text Example
White with #D8A50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A50E; }
p { color: rgb(216,165,14); }
H1.HeaderClassName
{
color: #D8A50E;
}
.AnyTagClassName
{
color: #D8A50E;
}
</style>
background-color css
<style>
a { background-color: #D8A50E; }
a { background-color: rgb(216,165,14); }
div.DivClassName
{
background-color: #D8A50E;
}
.BgClassName
{
background-color: #D8A50E;
}
</style>
border-color css
<style>
span { border-color: #D8A50E; }
span { border-color: rgb(216,165,14); }
td.TdClassName
{
border-color: #D8A50E;
}
.TagClassName
{
border-color: #D8A50E;
}
</style>