Shades of Gamboge #DAA011
Tints of Gamboge #DAA011
RGB
CMYK
RGB Variations
Color information
#DAA011 (or 0xDAA011) is known color: Gamboge. HEX triplet: DA, A0 and 11. RGB value is (218,160,17). Sum of RGB (Red+Green+Blue) = 218+160+17=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA011 is #255FEE. Grayscale: #A1A1A1. Windows color (decimal): -2449391 or 1155290. OLE color: 1155290.
HSL color Cylindrical-coordinate representation of color #DAA011: hue angle of 42.69º 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 #DAA011 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 17 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.15 |
| HSL | 42.69º | 0.86% | 0.46% | - |
| HSV(B) | 42.69º | 0.92% | 0.85% | - |
| XYZ | 41.59 | 40.09 | 6.08 | - |
| YUV | 161.04 | 46.72 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 17 | 0 | 0.27 | 0.92 | 0.15 | 42.69 | 0.86 | 0.46 |
| Hex | DA | A0 | 11 | 0 | 1B | 5C | F | 2B | 56 | 2E |
| Octal | 332 | 240 | 21 | 0 | 33 | 134 | 17 | 53 | 126 | 56 |
| Binary | 11011010 | 10100000 | 10001 | 0 | 11011 | 1011100 | 1111 | 101011 | 1010110 | 101110 |
Color Harmonies of #DAA011
Complementary color
Monochromatic Colors of #DAA011
Black with #DAA011
Text Example
Text Example
White with #DAA011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA011; }
p { color: rgb(218,160,17); }
H1.HeaderClassName
{
color: #DAA011;
}
.AnyTagClassName
{
color: #DAA011;
}
</style>
background-color css
<style>
a { background-color: #DAA011; }
a { background-color: rgb(218,160,17); }
div.DivClassName
{
background-color: #DAA011;
}
.BgClassName
{
background-color: #DAA011;
}
</style>
border-color css
<style>
span { border-color: #DAA011; }
span { border-color: rgb(218,160,17); }
td.TdClassName
{
border-color: #DAA011;
}
.TagClassName
{
border-color: #DAA011;
}
</style>