Shades of Gamboge #DAA211
Tints of Gamboge #DAA211
RGB
CMYK
RGB Variations
Color information
#DAA211 (or 0xDAA211) is known color: Gamboge. HEX triplet: DA, A2 and 11. RGB value is (218,162,17). Sum of RGB (Red+Green+Blue) = 218+162+17=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA211 is #255DEE. Grayscale: #A2A2A2. Windows color (decimal): -2448879 or 1155802. OLE color: 1155802.
HSL color Cylindrical-coordinate representation of color #DAA211: hue angle of 43.28º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAA211 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 17 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.15 |
| HSL | 43.28º | 0.86% | 0.46% | - |
| HSV(B) | 43.28º | 0.92% | 0.85% | - |
| XYZ | 41.93 | 40.79 | 6.19 | - |
| YUV | 162.21 | 46.05 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 17 | 0 | 0.26 | 0.92 | 0.15 | 43.28 | 0.86 | 0.46 |
| Hex | DA | A2 | 11 | 0 | 1A | 5C | F | 2B | 56 | 2E |
| Octal | 332 | 242 | 21 | 0 | 32 | 134 | 17 | 53 | 126 | 56 |
| Binary | 11011010 | 10100010 | 10001 | 0 | 11010 | 1011100 | 1111 | 101011 | 1010110 | 101110 |
Color Harmonies of #DAA211
Complementary color
Monochromatic Colors of #DAA211
Black with #DAA211
Text Example
Text Example
White with #DAA211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA211; }
p { color: rgb(218,162,17); }
H1.HeaderClassName
{
color: #DAA211;
}
.AnyTagClassName
{
color: #DAA211;
}
</style>
background-color css
<style>
a { background-color: #DAA211; }
a { background-color: rgb(218,162,17); }
div.DivClassName
{
background-color: #DAA211;
}
.BgClassName
{
background-color: #DAA211;
}
</style>
border-color css
<style>
span { border-color: #DAA211; }
span { border-color: rgb(218,162,17); }
td.TdClassName
{
border-color: #DAA211;
}
.TagClassName
{
border-color: #DAA211;
}
</style>