Shades of Gamboge #D6AA04
Tints of Gamboge #D6AA04
RGB
CMYK
RGB Variations
Color information
#D6AA04 (or 0xD6AA04) is known color: Gamboge. HEX triplet: D6, AA and 04. RGB value is (214,170,4). Sum of RGB (Red+Green+Blue) = 214+170+4=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 4 (1.95% from 255 or 1.03% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AA04 is #2955FB. Grayscale: #A4A4A4. Windows color (decimal): -2708988 or 305878. OLE color: 305878.
HSL color Cylindrical-coordinate representation of color #D6AA04: hue angle of 47.43º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D6AA04 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 4 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.16 |
| HSL | 47.43º | 0.96% | 0.43% | - |
| HSV(B) | 47.43º | 0.98% | 0.84% | - |
| XYZ | 42.13 | 43.05 | 6.2 | - |
| YUV | 164.23 | 37.58 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 4 | 0 | 0.21 | 0.98 | 0.16 | 47.43 | 0.96 | 0.43 |
| Hex | D6 | AA | 4 | 0 | 15 | 62 | 10 | 2F | 60 | 2B |
| Octal | 326 | 252 | 4 | 0 | 25 | 142 | 20 | 57 | 140 | 53 |
| Binary | 11010110 | 10101010 | 100 | 0 | 10101 | 1100010 | 10000 | 101111 | 1100000 | 101011 |
Color Harmonies of #D6AA04
Complementary color
Monochromatic Colors of #D6AA04
Black with #D6AA04
Text Example
Text Example
White with #D6AA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA04; }
p { color: rgb(214,170,4); }
H1.HeaderClassName
{
color: #D6AA04;
}
.AnyTagClassName
{
color: #D6AA04;
}
</style>
background-color css
<style>
a { background-color: #D6AA04; }
a { background-color: rgb(214,170,4); }
div.DivClassName
{
background-color: #D6AA04;
}
.BgClassName
{
background-color: #D6AA04;
}
</style>
border-color css
<style>
span { border-color: #D6AA04; }
span { border-color: rgb(214,170,4); }
td.TdClassName
{
border-color: #D6AA04;
}
.TagClassName
{
border-color: #D6AA04;
}
</style>