Shades of Gamboge #DAA404
Tints of Gamboge #DAA404
RGB
CMYK
RGB Variations
Color information
#DAA404 (or 0xDAA404) is known color: Gamboge. HEX triplet: DA, A4 and 04. RGB value is (218,164,4). Sum of RGB (Red+Green+Blue) = 218+164+4=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 4 (1.95% from 255 or 1.04% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA404 is #255BFB. Grayscale: #A2A2A2. Windows color (decimal): -2448380 or 304346. OLE color: 304346.
HSL color Cylindrical-coordinate representation of color #DAA404: hue angle of 44.86º 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 #DAA404 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.15 |
| HSL | 44.86º | 0.96% | 0.44% | - |
| HSV(B) | 44.86º | 0.98% | 0.85% | - |
| XYZ | 42.21 | 41.47 | 5.89 | - |
| YUV | 161.91 | 38.89 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 4 | 0 | 0.25 | 0.98 | 0.15 | 44.86 | 0.96 | 0.44 |
| Hex | DA | A4 | 4 | 0 | 19 | 62 | F | 2D | 60 | 2C |
| Octal | 332 | 244 | 4 | 0 | 31 | 142 | 17 | 55 | 140 | 54 |
| Binary | 11011010 | 10100100 | 100 | 0 | 11001 | 1100010 | 1111 | 101101 | 1100000 | 101100 |
Color Harmonies of #DAA404
Complementary color
Monochromatic Colors of #DAA404
Black with #DAA404
Text Example
Text Example
White with #DAA404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA404; }
p { color: rgb(218,164,4); }
H1.HeaderClassName
{
color: #DAA404;
}
.AnyTagClassName
{
color: #DAA404;
}
</style>
background-color css
<style>
a { background-color: #DAA404; }
a { background-color: rgb(218,164,4); }
div.DivClassName
{
background-color: #DAA404;
}
.BgClassName
{
background-color: #DAA404;
}
</style>
border-color css
<style>
span { border-color: #DAA404; }
span { border-color: rgb(218,164,4); }
td.TdClassName
{
border-color: #DAA404;
}
.TagClassName
{
border-color: #DAA404;
}
</style>