Shades of Gamboge #D8A004
Tints of Gamboge #D8A004
RGB
CMYK
RGB Variations
Color information
#D8A004 (or 0xD8A004) is known color: Gamboge. HEX triplet: D8, A0 and 04. RGB value is (216,160,4). Sum of RGB (Red+Green+Blue) = 216+160+4=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 4 (1.95% from 255 or 1.05% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A004 is #275FFB. Grayscale: #9F9F9F. Windows color (decimal): -2580476 or 303320. OLE color: 303320.
HSL color Cylindrical-coordinate representation of color #D8A004: hue angle of 44.15º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D8A004 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 160 | 4 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.15 |
| HSL | 44.15º | 0.96% | 0.43% | - |
| HSV(B) | 44.15º | 0.98% | 0.85% | - |
| XYZ | 40.91 | 39.75 | 5.63 | - |
| YUV | 158.96 | 40.55 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 160 | 4 | 0 | 0.26 | 0.98 | 0.15 | 44.15 | 0.96 | 0.43 |
| Hex | D8 | A0 | 4 | 0 | 1A | 62 | F | 2C | 60 | 2B |
| Octal | 330 | 240 | 4 | 0 | 32 | 142 | 17 | 54 | 140 | 53 |
| Binary | 11011000 | 10100000 | 100 | 0 | 11010 | 1100010 | 1111 | 101100 | 1100000 | 101011 |
Color Harmonies of #D8A004
Complementary color
Monochromatic Colors of #D8A004
Black with #D8A004
Text Example
Text Example
White with #D8A004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A004; }
p { color: rgb(216,160,4); }
H1.HeaderClassName
{
color: #D8A004;
}
.AnyTagClassName
{
color: #D8A004;
}
</style>
background-color css
<style>
a { background-color: #D8A004; }
a { background-color: rgb(216,160,4); }
div.DivClassName
{
background-color: #D8A004;
}
.BgClassName
{
background-color: #D8A004;
}
</style>
border-color css
<style>
span { border-color: #D8A004; }
span { border-color: rgb(216,160,4); }
td.TdClassName
{
border-color: #D8A004;
}
.TagClassName
{
border-color: #D8A004;
}
</style>