Shades of Gamboge #DAA209
Tints of Gamboge #DAA209
RGB
CMYK
RGB Variations
Color information
#DAA209 (or 0xDAA209) is known color: Gamboge. HEX triplet: DA, A2 and 09. RGB value is (218,162,9). Sum of RGB (Red+Green+Blue) = 218+162+9=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 9 (3.91% from 255 or 2.31% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA209 is #255DF6. Grayscale: #A1A1A1. Windows color (decimal): -2448887 or 631514. OLE color: 631514.
HSL color Cylindrical-coordinate representation of color #DAA209: hue angle of 43.92º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAA209 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 9 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.15 |
| HSL | 43.92º | 0.92% | 0.45% | - |
| HSV(B) | 43.92º | 0.96% | 0.85% | - |
| XYZ | 41.88 | 40.77 | 5.92 | - |
| YUV | 161.3 | 42.05 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 9 | 0 | 0.26 | 0.96 | 0.15 | 43.92 | 0.92 | 0.45 |
| Hex | DA | A2 | 9 | 0 | 1A | 60 | F | 2C | 5C | 2D |
| Octal | 332 | 242 | 11 | 0 | 32 | 140 | 17 | 54 | 134 | 55 |
| Binary | 11011010 | 10100010 | 1001 | 0 | 11010 | 1100000 | 1111 | 101100 | 1011100 | 101101 |
Color Harmonies of #DAA209
Complementary color
Monochromatic Colors of #DAA209
Black with #DAA209
Text Example
Text Example
White with #DAA209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA209; }
p { color: rgb(218,162,9); }
H1.HeaderClassName
{
color: #DAA209;
}
.AnyTagClassName
{
color: #DAA209;
}
</style>
background-color css
<style>
a { background-color: #DAA209; }
a { background-color: rgb(218,162,9); }
div.DivClassName
{
background-color: #DAA209;
}
.BgClassName
{
background-color: #DAA209;
}
</style>
border-color css
<style>
span { border-color: #DAA209; }
span { border-color: rgb(218,162,9); }
td.TdClassName
{
border-color: #DAA209;
}
.TagClassName
{
border-color: #DAA209;
}
</style>