Shades of Gamboge #D4AA00
Tints of Gamboge #D4AA00
RGB
CMYK
RGB Variations
Color information
#D4AA00 (or 0xD4AA00) is known color: Gamboge. HEX triplet: D4, AA and 00. RGB value is (212,170,0). Sum of RGB (Red+Green+Blue) = 212+170+0=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4AA00 is #2B55FF. Grayscale: #A3A3A3. Windows color (decimal): -2840064 or 43732. OLE color: 43732.
HSL color Cylindrical-coordinate representation of color #D4AA00: hue angle of 48.11º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4AA00 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.17 |
| HSL | 48.11º | 1% | 0.42% | - |
| HSV(B) | 48.11º | 1% | 0.83% | - |
| XYZ | 41.53 | 42.75 | 6.06 | - |
| YUV | 163.18 | 35.91 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 0 | 0 | 0.20 | 1 | 0.17 | 48.11 | 1 | 0.42 |
| Hex | D4 | AA | 0 | 0 | 14 | 64 | 11 | 30 | 64 | 2A |
| Octal | 324 | 252 | 0 | 0 | 24 | 144 | 21 | 60 | 144 | 52 |
| Binary | 11010100 | 10101010 | 0 | 0 | 10100 | 1100100 | 10001 | 110000 | 1100100 | 101010 |
Color Harmonies of #D4AA00
Complementary color
Monochromatic Colors of #D4AA00
Black with #D4AA00
Text Example
Text Example
White with #D4AA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AA00; }
p { color: rgb(212,170,0); }
H1.HeaderClassName
{
color: #D4AA00;
}
.AnyTagClassName
{
color: #D4AA00;
}
</style>
background-color css
<style>
a { background-color: #D4AA00; }
a { background-color: rgb(212,170,0); }
div.DivClassName
{
background-color: #D4AA00;
}
.BgClassName
{
background-color: #D4AA00;
}
</style>
border-color css
<style>
span { border-color: #D4AA00; }
span { border-color: rgb(212,170,0); }
td.TdClassName
{
border-color: #D4AA00;
}
.TagClassName
{
border-color: #D4AA00;
}
</style>