Shades of Gamboge #D4AA09
Tints of Gamboge #D4AA09
RGB
CMYK
RGB Variations
Color information
#D4AA09 (or 0xD4AA09) is known color: Gamboge. HEX triplet: D4, AA and 09. RGB value is (212,170,9). Sum of RGB (Red+Green+Blue) = 212+170+9=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 9 (3.91% from 255 or 2.30% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4AA09 is #2B55F6. Grayscale: #A4A4A4. Windows color (decimal): -2840055 or 633556. OLE color: 633556.
HSL color Cylindrical-coordinate representation of color #D4AA09: hue angle of 47.59º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4AA09 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 9 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.17 |
| HSL | 47.59º | 0.92% | 0.43% | - |
| HSV(B) | 47.59º | 0.96% | 0.83% | - |
| XYZ | 41.58 | 42.77 | 6.32 | - |
| YUV | 164.2 | 40.41 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 9 | 0 | 0.20 | 0.96 | 0.17 | 47.59 | 0.92 | 0.43 |
| Hex | D4 | AA | 9 | 0 | 14 | 60 | 11 | 30 | 5C | 2B |
| Octal | 324 | 252 | 11 | 0 | 24 | 140 | 21 | 60 | 134 | 53 |
| Binary | 11010100 | 10101010 | 1001 | 0 | 10100 | 1100000 | 10001 | 110000 | 1011100 | 101011 |
Color Harmonies of #D4AA09
Complementary color
Monochromatic Colors of #D4AA09
Black with #D4AA09
Text Example
Text Example
White with #D4AA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AA09; }
p { color: rgb(212,170,9); }
H1.HeaderClassName
{
color: #D4AA09;
}
.AnyTagClassName
{
color: #D4AA09;
}
</style>
background-color css
<style>
a { background-color: #D4AA09; }
a { background-color: rgb(212,170,9); }
div.DivClassName
{
background-color: #D4AA09;
}
.BgClassName
{
background-color: #D4AA09;
}
</style>
border-color css
<style>
span { border-color: #D4AA09; }
span { border-color: rgb(212,170,9); }
td.TdClassName
{
border-color: #D4AA09;
}
.TagClassName
{
border-color: #D4AA09;
}
</style>