Shades of Gamboge #D8A808
Tints of Gamboge #D8A808
RGB
CMYK
RGB Variations
Color information
#D8A808 (or 0xD8A808) is known color: Gamboge. HEX triplet: D8, A8 and 08. RGB value is (216,168,8). Sum of RGB (Red+Green+Blue) = 216+168+8=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 8 (3.52% from 255 or 2.04% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A808 is #2757F7. Grayscale: #A4A4A4. Windows color (decimal): -2578424 or 567512. OLE color: 567512.
HSL color Cylindrical-coordinate representation of color #D8A808: hue angle of 46.15º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D8A808 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 168 | 8 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.15 |
| HSL | 46.15º | 0.93% | 0.44% | - |
| HSV(B) | 46.15º | 0.96% | 0.85% | - |
| XYZ | 42.37 | 42.62 | 6.22 | - |
| YUV | 164.11 | 39.9 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 168 | 8 | 0 | 0.22 | 0.96 | 0.15 | 46.15 | 0.93 | 0.44 |
| Hex | D8 | A8 | 8 | 0 | 16 | 60 | F | 2E | 5D | 2C |
| Octal | 330 | 250 | 10 | 0 | 26 | 140 | 17 | 56 | 135 | 54 |
| Binary | 11011000 | 10101000 | 1000 | 0 | 10110 | 1100000 | 1111 | 101110 | 1011101 | 101100 |
Color Harmonies of #D8A808
Complementary color
Monochromatic Colors of #D8A808
Black with #D8A808
Text Example
Text Example
White with #D8A808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A808; }
p { color: rgb(216,168,8); }
H1.HeaderClassName
{
color: #D8A808;
}
.AnyTagClassName
{
color: #D8A808;
}
</style>
background-color css
<style>
a { background-color: #D8A808; }
a { background-color: rgb(216,168,8); }
div.DivClassName
{
background-color: #D8A808;
}
.BgClassName
{
background-color: #D8A808;
}
</style>
border-color css
<style>
span { border-color: #D8A808; }
span { border-color: rgb(216,168,8); }
td.TdClassName
{
border-color: #D8A808;
}
.TagClassName
{
border-color: #D8A808;
}
</style>