Shades of Gamboge #DAAA00
Tints of Gamboge #DAAA00
RGB
CMYK
RGB Variations
Color information
#DAAA00 (or 0xDAAA00) is known color: Gamboge. HEX triplet: DA, AA and 00. RGB value is (218,170,0). Sum of RGB (Red+Green+Blue) = 218+170+0=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAA00 is #2555FF. Grayscale: #A5A5A5. Windows color (decimal): -2446848 or 43738. OLE color: 43738.
HSL color Cylindrical-coordinate representation of color #DAAA00: hue angle of 46.79º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAAA00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.15 |
| HSL | 46.79º | 1% | 0.43% | - |
| HSV(B) | 46.79º | 1% | 0.85% | - |
| XYZ | 43.29 | 43.65 | 6.14 | - |
| YUV | 164.97 | 34.9 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 0 | 0 | 0.22 | 1 | 0.15 | 46.79 | 1 | 0.43 |
| Hex | DA | AA | 0 | 0 | 16 | 64 | F | 2F | 64 | 2B |
| Octal | 332 | 252 | 0 | 0 | 26 | 144 | 17 | 57 | 144 | 53 |
| Binary | 11011010 | 10101010 | 0 | 0 | 10110 | 1100100 | 1111 | 101111 | 1100100 | 101011 |
Color Harmonies of #DAAA00
Complementary color
Monochromatic Colors of #DAAA00
Black with #DAAA00
Text Example
Text Example
White with #DAAA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA00; }
p { color: rgb(218,170,0); }
H1.HeaderClassName
{
color: #DAAA00;
}
.AnyTagClassName
{
color: #DAAA00;
}
</style>
background-color css
<style>
a { background-color: #DAAA00; }
a { background-color: rgb(218,170,0); }
div.DivClassName
{
background-color: #DAAA00;
}
.BgClassName
{
background-color: #DAAA00;
}
</style>
border-color css
<style>
span { border-color: #DAAA00; }
span { border-color: rgb(218,170,0); }
td.TdClassName
{
border-color: #DAAA00;
}
.TagClassName
{
border-color: #DAAA00;
}
</style>