Shades of Gamboge #DAA012
Tints of Gamboge #DAA012
RGB
CMYK
RGB Variations
Color information
#DAA012 (or 0xDAA012) is known color: Gamboge. HEX triplet: DA, A0 and 12. RGB value is (218,160,18). Sum of RGB (Red+Green+Blue) = 218+160+18=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 18 (7.42% from 255 or 4.55% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA012 is #255FED. Grayscale: #A1A1A1. Windows color (decimal): -2449390 or 1220826. OLE color: 1220826.
HSL color Cylindrical-coordinate representation of color #DAA012: hue angle of 42.6º degrees, saturation: 0.85, 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 #DAA012 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 18 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.15 |
| HSL | 42.6º | 0.85% | 0.46% | - |
| HSV(B) | 42.6º | 0.92% | 0.85% | - |
| XYZ | 41.59 | 40.09 | 6.12 | - |
| YUV | 161.15 | 47.22 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 18 | 0 | 0.27 | 0.92 | 0.15 | 42.6 | 0.85 | 0.46 |
| Hex | DA | A0 | 12 | 0 | 1B | 5C | F | 2B | 55 | 2E |
| Octal | 332 | 240 | 22 | 0 | 33 | 134 | 17 | 53 | 125 | 56 |
| Binary | 11011010 | 10100000 | 10010 | 0 | 11011 | 1011100 | 1111 | 101011 | 1010101 | 101110 |
Color Harmonies of #DAA012
Complementary color
Monochromatic Colors of #DAA012
Black with #DAA012
Text Example
Text Example
White with #DAA012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA012; }
p { color: rgb(218,160,18); }
H1.HeaderClassName
{
color: #DAA012;
}
.AnyTagClassName
{
color: #DAA012;
}
</style>
background-color css
<style>
a { background-color: #DAA012; }
a { background-color: rgb(218,160,18); }
div.DivClassName
{
background-color: #DAA012;
}
.BgClassName
{
background-color: #DAA012;
}
</style>
border-color css
<style>
span { border-color: #DAA012; }
span { border-color: rgb(218,160,18); }
td.TdClassName
{
border-color: #DAA012;
}
.TagClassName
{
border-color: #DAA012;
}
</style>