Shades of Gamboge #D8A70D
Tints of Gamboge #D8A70D
RGB
CMYK
RGB Variations
Color information
#D8A70D (or 0xD8A70D) is known color: Gamboge. HEX triplet: D8, A7 and 0D. RGB value is (216,167,13). Sum of RGB (Red+Green+Blue) = 216+167+13=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A70D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A70D is #2758F2. Grayscale: #A4A4A4. Windows color (decimal): -2578675 or 894936. OLE color: 894936.
HSL color Cylindrical-coordinate representation of color #D8A70D: hue angle of 45.52º degrees, saturation: 0.89, 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 #D8A70D is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 167 | 13 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.15 |
| HSL | 45.52º | 0.89% | 0.45% | - |
| HSV(B) | 45.52º | 0.94% | 0.85% | - |
| XYZ | 42.21 | 42.27 | 6.31 | - |
| YUV | 164.1 | 42.73 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 167 | 13 | 0 | 0.23 | 0.94 | 0.15 | 45.52 | 0.89 | 0.45 |
| Hex | D8 | A7 | D | 0 | 17 | 5E | F | 2E | 59 | 2D |
| Octal | 330 | 247 | 15 | 0 | 27 | 136 | 17 | 56 | 131 | 55 |
| Binary | 11011000 | 10100111 | 1101 | 0 | 10111 | 1011110 | 1111 | 101110 | 1011001 | 101101 |
Color Harmonies of #D8A70D
Complementary color
Monochromatic Colors of #D8A70D
Black with #D8A70D
Text Example
Text Example
White with #D8A70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A70D; }
p { color: rgb(216,167,13); }
H1.HeaderClassName
{
color: #D8A70D;
}
.AnyTagClassName
{
color: #D8A70D;
}
</style>
background-color css
<style>
a { background-color: #D8A70D; }
a { background-color: rgb(216,167,13); }
div.DivClassName
{
background-color: #D8A70D;
}
.BgClassName
{
background-color: #D8A70D;
}
</style>
border-color css
<style>
span { border-color: #D8A70D; }
span { border-color: rgb(216,167,13); }
td.TdClassName
{
border-color: #D8A70D;
}
.TagClassName
{
border-color: #D8A70D;
}
</style>