Shades of Gamboge #DAA013
Tints of Gamboge #DAA013
RGB
CMYK
RGB Variations
Color information
#DAA013 (or 0xDAA013) is known color: Gamboge. HEX triplet: DA, A0 and 13. RGB value is (218,160,19). Sum of RGB (Red+Green+Blue) = 218+160+19=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 19 (7.81% from 255 or 4.79% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA013 is #255FEC. Grayscale: #A1A1A1. Windows color (decimal): -2449389 or 1286362. OLE color: 1286362.
HSL color Cylindrical-coordinate representation of color #DAA013: hue angle of 42.51º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAA013 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 19 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.15 |
| HSL | 42.51º | 0.84% | 0.46% | - |
| HSV(B) | 42.51º | 0.91% | 0.85% | - |
| XYZ | 41.6 | 40.09 | 6.16 | - |
| YUV | 161.27 | 47.72 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 19 | 0 | 0.27 | 0.91 | 0.15 | 42.51 | 0.84 | 0.46 |
| Hex | DA | A0 | 13 | 0 | 1B | 5B | F | 2B | 54 | 2E |
| Octal | 332 | 240 | 23 | 0 | 33 | 133 | 17 | 53 | 124 | 56 |
| Binary | 11011010 | 10100000 | 10011 | 0 | 11011 | 1011011 | 1111 | 101011 | 1010100 | 101110 |
Color Harmonies of #DAA013
Complementary color
Monochromatic Colors of #DAA013
Black with #DAA013
Text Example
Text Example
White with #DAA013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA013; }
p { color: rgb(218,160,19); }
H1.HeaderClassName
{
color: #DAA013;
}
.AnyTagClassName
{
color: #DAA013;
}
</style>
background-color css
<style>
a { background-color: #DAA013; }
a { background-color: rgb(218,160,19); }
div.DivClassName
{
background-color: #DAA013;
}
.BgClassName
{
background-color: #DAA013;
}
</style>
border-color css
<style>
span { border-color: #DAA013; }
span { border-color: rgb(218,160,19); }
td.TdClassName
{
border-color: #DAA013;
}
.TagClassName
{
border-color: #DAA013;
}
</style>