Shades of Gamboge #D8AA04
Tints of Gamboge #D8AA04
RGB
CMYK
RGB Variations
Color information
#D8AA04 (or 0xD8AA04) is known color: Gamboge. HEX triplet: D8, AA and 04. RGB value is (216,170,4). Sum of RGB (Red+Green+Blue) = 216+170+4=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 4 (1.95% from 255 or 1.03% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AA04 is #2755FB. Grayscale: #A5A5A5. Windows color (decimal): -2577916 or 305880. OLE color: 305880.
HSL color Cylindrical-coordinate representation of color #D8AA04: hue angle of 46.98º 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 #D8AA04 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 170 | 4 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.15 |
| HSL | 46.98º | 0.96% | 0.43% | - |
| HSV(B) | 46.98º | 0.98% | 0.85% | - |
| XYZ | 42.72 | 43.36 | 6.23 | - |
| YUV | 164.83 | 37.24 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 170 | 4 | 0 | 0.21 | 0.98 | 0.15 | 46.98 | 0.96 | 0.43 |
| Hex | D8 | AA | 4 | 0 | 15 | 62 | F | 2F | 60 | 2B |
| Octal | 330 | 252 | 4 | 0 | 25 | 142 | 17 | 57 | 140 | 53 |
| Binary | 11011000 | 10101010 | 100 | 0 | 10101 | 1100010 | 1111 | 101111 | 1100000 | 101011 |
Color Harmonies of #D8AA04
Complementary color
Monochromatic Colors of #D8AA04
Black with #D8AA04
Text Example
Text Example
White with #D8AA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AA04; }
p { color: rgb(216,170,4); }
H1.HeaderClassName
{
color: #D8AA04;
}
.AnyTagClassName
{
color: #D8AA04;
}
</style>
background-color css
<style>
a { background-color: #D8AA04; }
a { background-color: rgb(216,170,4); }
div.DivClassName
{
background-color: #D8AA04;
}
.BgClassName
{
background-color: #D8AA04;
}
</style>
border-color css
<style>
span { border-color: #D8AA04; }
span { border-color: rgb(216,170,4); }
td.TdClassName
{
border-color: #D8AA04;
}
.TagClassName
{
border-color: #D8AA04;
}
</style>