Shades of Gamboge #DAA806
Tints of Gamboge #DAA806
RGB
CMYK
RGB Variations
Color information
#DAA806 (or 0xDAA806) is known color: Gamboge. HEX triplet: DA, A8 and 06. RGB value is (218,168,6). Sum of RGB (Red+Green+Blue) = 218+168+6=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 6 (2.73% from 255 or 1.53% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA806 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA806 is #2557F9. Grayscale: #A5A5A5. Windows color (decimal): -2447354 or 436442. OLE color: 436442.
HSL color Cylindrical-coordinate representation of color #DAA806: hue angle of 45.85º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DAA806 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 6 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.15 |
| HSL | 45.85º | 0.95% | 0.44% | - |
| HSV(B) | 45.85º | 0.97% | 0.85% | - |
| XYZ | 42.95 | 42.92 | 6.19 | - |
| YUV | 164.48 | 38.57 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 6 | 0 | 0.23 | 0.97 | 0.15 | 45.85 | 0.95 | 0.44 |
| Hex | DA | A8 | 6 | 0 | 17 | 61 | F | 2E | 5F | 2C |
| Octal | 332 | 250 | 6 | 0 | 27 | 141 | 17 | 56 | 137 | 54 |
| Binary | 11011010 | 10101000 | 110 | 0 | 10111 | 1100001 | 1111 | 101110 | 1011111 | 101100 |
Color Harmonies of #DAA806
Complementary color
Monochromatic Colors of #DAA806
Black with #DAA806
Text Example
Text Example
White with #DAA806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA806; }
p { color: rgb(218,168,6); }
H1.HeaderClassName
{
color: #DAA806;
}
.AnyTagClassName
{
color: #DAA806;
}
</style>
background-color css
<style>
a { background-color: #DAA806; }
a { background-color: rgb(218,168,6); }
div.DivClassName
{
background-color: #DAA806;
}
.BgClassName
{
background-color: #DAA806;
}
</style>
border-color css
<style>
span { border-color: #DAA806; }
span { border-color: rgb(218,168,6); }
td.TdClassName
{
border-color: #DAA806;
}
.TagClassName
{
border-color: #DAA806;
}
</style>