Shades of Gamboge #D8A710
Tints of Gamboge #D8A710
RGB
CMYK
RGB Variations
Color information
#D8A710 (or 0xD8A710) is known color: Gamboge. HEX triplet: D8, A7 and 10. RGB value is (216,167,16). Sum of RGB (Red+Green+Blue) = 216+167+16=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A710 is #2758EF. Grayscale: #A5A5A5. Windows color (decimal): -2578672 or 1091544. OLE color: 1091544.
HSL color Cylindrical-coordinate representation of color #D8A710: hue angle of 45.3º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8A710 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 167 | 16 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.15 |
| HSL | 45.3º | 0.86% | 0.45% | - |
| HSV(B) | 45.3º | 0.93% | 0.85% | - |
| XYZ | 42.23 | 42.27 | 6.42 | - |
| YUV | 164.44 | 44.23 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 167 | 16 | 0 | 0.23 | 0.93 | 0.15 | 45.3 | 0.86 | 0.45 |
| Hex | D8 | A7 | 10 | 0 | 17 | 5D | F | 2D | 56 | 2D |
| Octal | 330 | 247 | 20 | 0 | 27 | 135 | 17 | 55 | 126 | 55 |
| Binary | 11011000 | 10100111 | 10000 | 0 | 10111 | 1011101 | 1111 | 101101 | 1010110 | 101101 |
Color Harmonies of #D8A710
Complementary color
Monochromatic Colors of #D8A710
Black with #D8A710
Text Example
Text Example
White with #D8A710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A710; }
p { color: rgb(216,167,16); }
H1.HeaderClassName
{
color: #D8A710;
}
.AnyTagClassName
{
color: #D8A710;
}
</style>
background-color css
<style>
a { background-color: #D8A710; }
a { background-color: rgb(216,167,16); }
div.DivClassName
{
background-color: #D8A710;
}
.BgClassName
{
background-color: #D8A710;
}
</style>
border-color css
<style>
span { border-color: #D8A710; }
span { border-color: rgb(216,167,16); }
td.TdClassName
{
border-color: #D8A710;
}
.TagClassName
{
border-color: #D8A710;
}
</style>