Shades of Gamboge #DAA004
Tints of Gamboge #DAA004
RGB
CMYK
RGB Variations
Color information
#DAA004 (or 0xDAA004) is known color: Gamboge. HEX triplet: DA, A0 and 04. RGB value is (218,160,4). Sum of RGB (Red+Green+Blue) = 218+160+4=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 4 (1.95% from 255 or 1.05% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA004 is #255FFB. Grayscale: #A0A0A0. Windows color (decimal): -2449404 or 303322. OLE color: 303322.
HSL color Cylindrical-coordinate representation of color #DAA004: hue angle of 43.74º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DAA004 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 4 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.15 |
| HSL | 43.74º | 0.96% | 0.44% | - |
| HSV(B) | 43.74º | 0.98% | 0.85% | - |
| XYZ | 41.51 | 40.06 | 5.66 | - |
| YUV | 159.56 | 40.22 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 4 | 0 | 0.27 | 0.98 | 0.15 | 43.74 | 0.96 | 0.44 |
| Hex | DA | A0 | 4 | 0 | 1B | 62 | F | 2C | 60 | 2C |
| Octal | 332 | 240 | 4 | 0 | 33 | 142 | 17 | 54 | 140 | 54 |
| Binary | 11011010 | 10100000 | 100 | 0 | 11011 | 1100010 | 1111 | 101100 | 1100000 | 101100 |
Color Harmonies of #DAA004
Complementary color
Monochromatic Colors of #DAA004
Black with #DAA004
Text Example
Text Example
White with #DAA004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA004; }
p { color: rgb(218,160,4); }
H1.HeaderClassName
{
color: #DAA004;
}
.AnyTagClassName
{
color: #DAA004;
}
</style>
background-color css
<style>
a { background-color: #DAA004; }
a { background-color: rgb(218,160,4); }
div.DivClassName
{
background-color: #DAA004;
}
.BgClassName
{
background-color: #DAA004;
}
</style>
border-color css
<style>
span { border-color: #DAA004; }
span { border-color: rgb(218,160,4); }
td.TdClassName
{
border-color: #DAA004;
}
.TagClassName
{
border-color: #DAA004;
}
</style>