Shades of Gamboge #DAA705
Tints of Gamboge #DAA705
RGB
CMYK
RGB Variations
Color information
#DAA705 (or 0xDAA705) is known color: Gamboge. HEX triplet: DA, A7 and 05. RGB value is (218,167,5). Sum of RGB (Red+Green+Blue) = 218+167+5=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 5 (2.34% from 255 or 1.28% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA705 is #2558FA. Grayscale: #A4A4A4. Windows color (decimal): -2447611 or 370650. OLE color: 370650.
HSL color Cylindrical-coordinate representation of color #DAA705: hue angle of 45.63º 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 #DAA705 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 5 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.15 |
| HSL | 45.63º | 0.96% | 0.44% | - |
| HSV(B) | 45.63º | 0.98% | 0.85% | - |
| XYZ | 42.76 | 42.55 | 6.1 | - |
| YUV | 163.78 | 38.4 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 5 | 0 | 0.23 | 0.98 | 0.15 | 45.63 | 0.96 | 0.44 |
| Hex | DA | A7 | 5 | 0 | 17 | 62 | F | 2E | 60 | 2C |
| Octal | 332 | 247 | 5 | 0 | 27 | 142 | 17 | 56 | 140 | 54 |
| Binary | 11011010 | 10100111 | 101 | 0 | 10111 | 1100010 | 1111 | 101110 | 1100000 | 101100 |
Color Harmonies of #DAA705
Complementary color
Monochromatic Colors of #DAA705
Black with #DAA705
Text Example
Text Example
White with #DAA705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA705; }
p { color: rgb(218,167,5); }
H1.HeaderClassName
{
color: #DAA705;
}
.AnyTagClassName
{
color: #DAA705;
}
</style>
background-color css
<style>
a { background-color: #DAA705; }
a { background-color: rgb(218,167,5); }
div.DivClassName
{
background-color: #DAA705;
}
.BgClassName
{
background-color: #DAA705;
}
</style>
border-color css
<style>
span { border-color: #DAA705; }
span { border-color: rgb(218,167,5); }
td.TdClassName
{
border-color: #DAA705;
}
.TagClassName
{
border-color: #DAA705;
}
</style>