Shades of Gamboge #DAA010
Tints of Gamboge #DAA010
RGB
CMYK
RGB Variations
Color information
#DAA010 (or 0xDAA010) is known color: Gamboge. HEX triplet: DA, A0 and 10. RGB value is (218,160,16). Sum of RGB (Red+Green+Blue) = 218+160+16=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA010 is #255FEF. Grayscale: #A1A1A1. Windows color (decimal): -2449392 or 1089754. OLE color: 1089754.
HSL color Cylindrical-coordinate representation of color #DAA010: hue angle of 42.77º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAA010 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 16 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.15 |
| HSL | 42.77º | 0.86% | 0.46% | - |
| HSV(B) | 42.77º | 0.93% | 0.85% | - |
| XYZ | 41.58 | 40.08 | 6.04 | - |
| YUV | 160.93 | 46.22 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 16 | 0 | 0.27 | 0.93 | 0.15 | 42.77 | 0.86 | 0.46 |
| Hex | DA | A0 | 10 | 0 | 1B | 5D | F | 2B | 56 | 2E |
| Octal | 332 | 240 | 20 | 0 | 33 | 135 | 17 | 53 | 126 | 56 |
| Binary | 11011010 | 10100000 | 10000 | 0 | 11011 | 1011101 | 1111 | 101011 | 1010110 | 101110 |
Color Harmonies of #DAA010
Complementary color
Monochromatic Colors of #DAA010
Black with #DAA010
Text Example
Text Example
White with #DAA010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA010; }
p { color: rgb(218,160,16); }
H1.HeaderClassName
{
color: #DAA010;
}
.AnyTagClassName
{
color: #DAA010;
}
</style>
background-color css
<style>
a { background-color: #DAA010; }
a { background-color: rgb(218,160,16); }
div.DivClassName
{
background-color: #DAA010;
}
.BgClassName
{
background-color: #DAA010;
}
</style>
border-color css
<style>
span { border-color: #DAA010; }
span { border-color: rgb(218,160,16); }
td.TdClassName
{
border-color: #DAA010;
}
.TagClassName
{
border-color: #DAA010;
}
</style>