Shades of Gamboge #D2AA09
Tints of Gamboge #D2AA09
RGB
CMYK
RGB Variations
Color information
#D2AA09 (or 0xD2AA09) is known color: Gamboge. HEX triplet: D2, AA and 09. RGB value is (210,170,9). Sum of RGB (Red+Green+Blue) = 210+170+9=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 9 (3.91% from 255 or 2.31% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2AA09 is #2D55F6. Grayscale: #A4A4A4. Windows color (decimal): -2971127 or 633554. OLE color: 633554.
HSL color Cylindrical-coordinate representation of color #D2AA09: hue angle of 48.06º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2AA09 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 9 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.18 |
| HSL | 48.06º | 0.92% | 0.43% | - |
| HSV(B) | 48.06º | 0.96% | 0.82% | - |
| XYZ | 41 | 42.47 | 6.3 | - |
| YUV | 163.61 | 40.75 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 9 | 0 | 0.19 | 0.96 | 0.18 | 48.06 | 0.92 | 0.43 |
| Hex | D2 | AA | 9 | 0 | 13 | 60 | 12 | 30 | 5C | 2B |
| Octal | 322 | 252 | 11 | 0 | 23 | 140 | 22 | 60 | 134 | 53 |
| Binary | 11010010 | 10101010 | 1001 | 0 | 10011 | 1100000 | 10010 | 110000 | 1011100 | 101011 |
Color Harmonies of #D2AA09
Complementary color
Monochromatic Colors of #D2AA09
Black with #D2AA09
Text Example
Text Example
White with #D2AA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AA09; }
p { color: rgb(210,170,9); }
H1.HeaderClassName
{
color: #D2AA09;
}
.AnyTagClassName
{
color: #D2AA09;
}
</style>
background-color css
<style>
a { background-color: #D2AA09; }
a { background-color: rgb(210,170,9); }
div.DivClassName
{
background-color: #D2AA09;
}
.BgClassName
{
background-color: #D2AA09;
}
</style>
border-color css
<style>
span { border-color: #D2AA09; }
span { border-color: rgb(210,170,9); }
td.TdClassName
{
border-color: #D2AA09;
}
.TagClassName
{
border-color: #D2AA09;
}
</style>