Shades of Gamboge #DAA605
Tints of Gamboge #DAA605
RGB
CMYK
RGB Variations
Color information
#DAA605 (or 0xDAA605) is known color: Gamboge. HEX triplet: DA, A6 and 05. RGB value is (218,166,5). Sum of RGB (Red+Green+Blue) = 218+166+5=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 5 (2.34% from 255 or 1.29% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA605 is #2559FA. Grayscale: #A3A3A3. Windows color (decimal): -2447867 or 370394. OLE color: 370394.
HSL color Cylindrical-coordinate representation of color #DAA605: hue angle of 45.35º 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 #DAA605 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 5 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.15 |
| HSL | 45.35º | 0.96% | 0.44% | - |
| HSV(B) | 45.35º | 0.98% | 0.85% | - |
| XYZ | 42.58 | 42.19 | 6.04 | - |
| YUV | 163.19 | 38.73 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 5 | 0 | 0.24 | 0.98 | 0.15 | 45.35 | 0.96 | 0.44 |
| Hex | DA | A6 | 5 | 0 | 18 | 62 | F | 2D | 60 | 2C |
| Octal | 332 | 246 | 5 | 0 | 30 | 142 | 17 | 55 | 140 | 54 |
| Binary | 11011010 | 10100110 | 101 | 0 | 11000 | 1100010 | 1111 | 101101 | 1100000 | 101100 |
Color Harmonies of #DAA605
Complementary color
Monochromatic Colors of #DAA605
Black with #DAA605
Text Example
Text Example
White with #DAA605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA605; }
p { color: rgb(218,166,5); }
H1.HeaderClassName
{
color: #DAA605;
}
.AnyTagClassName
{
color: #DAA605;
}
</style>
background-color css
<style>
a { background-color: #DAA605; }
a { background-color: rgb(218,166,5); }
div.DivClassName
{
background-color: #DAA605;
}
.BgClassName
{
background-color: #DAA605;
}
</style>
border-color css
<style>
span { border-color: #DAA605; }
span { border-color: rgb(218,166,5); }
td.TdClassName
{
border-color: #DAA605;
}
.TagClassName
{
border-color: #DAA605;
}
</style>