Shades of Gamboge #D6AA09
Tints of Gamboge #D6AA09
RGB
CMYK
RGB Variations
Color information
#D6AA09 (or 0xD6AA09) is known color: Gamboge. HEX triplet: D6, AA and 09. RGB value is (214,170,9). Sum of RGB (Red+Green+Blue) = 214+170+9=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 9 (3.91% from 255 or 2.29% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AA09 is #2955F6. Grayscale: #A5A5A5. Windows color (decimal): -2708983 or 633558. OLE color: 633558.
HSL color Cylindrical-coordinate representation of color #D6AA09: hue angle of 47.12º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6AA09 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 9 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.16 |
| HSL | 47.12º | 0.92% | 0.44% | - |
| HSV(B) | 47.12º | 0.96% | 0.84% | - |
| XYZ | 42.16 | 43.07 | 6.35 | - |
| YUV | 164.8 | 40.08 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 9 | 0 | 0.21 | 0.96 | 0.16 | 47.12 | 0.92 | 0.44 |
| Hex | D6 | AA | 9 | 0 | 15 | 60 | 10 | 2F | 5C | 2C |
| Octal | 326 | 252 | 11 | 0 | 25 | 140 | 20 | 57 | 134 | 54 |
| Binary | 11010110 | 10101010 | 1001 | 0 | 10101 | 1100000 | 10000 | 101111 | 1011100 | 101100 |
Color Harmonies of #D6AA09
Complementary color
Monochromatic Colors of #D6AA09
Black with #D6AA09
Text Example
Text Example
White with #D6AA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA09; }
p { color: rgb(214,170,9); }
H1.HeaderClassName
{
color: #D6AA09;
}
.AnyTagClassName
{
color: #D6AA09;
}
</style>
background-color css
<style>
a { background-color: #D6AA09; }
a { background-color: rgb(214,170,9); }
div.DivClassName
{
background-color: #D6AA09;
}
.BgClassName
{
background-color: #D6AA09;
}
</style>
border-color css
<style>
span { border-color: #D6AA09; }
span { border-color: rgb(214,170,9); }
td.TdClassName
{
border-color: #D6AA09;
}
.TagClassName
{
border-color: #D6AA09;
}
</style>