Shades of Gamboge #DAA407
Tints of Gamboge #DAA407
RGB
CMYK
RGB Variations
Color information
#DAA407 (or 0xDAA407) is known color: Gamboge. HEX triplet: DA, A4 and 07. RGB value is (218,164,7). Sum of RGB (Red+Green+Blue) = 218+164+7=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 7 (3.12% from 255 or 1.80% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA407 is #255BF8. Grayscale: #A2A2A2. Windows color (decimal): -2448377 or 500954. OLE color: 500954.
HSL color Cylindrical-coordinate representation of color #DAA407: hue angle of 44.64º degrees, saturation: 0.94, 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 #DAA407 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 7 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.15 |
| HSL | 44.64º | 0.94% | 0.44% | - |
| HSV(B) | 44.64º | 0.97% | 0.85% | - |
| XYZ | 42.23 | 41.47 | 5.98 | - |
| YUV | 162.25 | 40.39 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 7 | 0 | 0.25 | 0.97 | 0.15 | 44.64 | 0.94 | 0.44 |
| Hex | DA | A4 | 7 | 0 | 19 | 61 | F | 2D | 5E | 2C |
| Octal | 332 | 244 | 7 | 0 | 31 | 141 | 17 | 55 | 136 | 54 |
| Binary | 11011010 | 10100100 | 111 | 0 | 11001 | 1100001 | 1111 | 101101 | 1011110 | 101100 |
Color Harmonies of #DAA407
Complementary color
Monochromatic Colors of #DAA407
Black with #DAA407
Text Example
Text Example
White with #DAA407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA407; }
p { color: rgb(218,164,7); }
H1.HeaderClassName
{
color: #DAA407;
}
.AnyTagClassName
{
color: #DAA407;
}
</style>
background-color css
<style>
a { background-color: #DAA407; }
a { background-color: rgb(218,164,7); }
div.DivClassName
{
background-color: #DAA407;
}
.BgClassName
{
background-color: #DAA407;
}
</style>
border-color css
<style>
span { border-color: #DAA407; }
span { border-color: rgb(218,164,7); }
td.TdClassName
{
border-color: #DAA407;
}
.TagClassName
{
border-color: #DAA407;
}
</style>