Shades of Galliano #DAAA20
Tints of Galliano #DAAA20
RGB
CMYK
RGB Variations
Color information
#DAAA20 (or 0xDAAA20) is known color: Galliano. HEX triplet: DA, AA and 20. RGB value is (218,170,32). Sum of RGB (Red+Green+Blue) = 218+170+32=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAA20 is #2555DF. Grayscale: #A9A9A9. Windows color (decimal): -2446816 or 2140890. OLE color: 2140890.
HSL color Cylindrical-coordinate representation of color #DAAA20: hue angle of 44.52º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAAA20 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 32 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.15 |
| HSL | 44.52º | 0.74% | 0.49% | - |
| HSV(B) | 44.52º | 0.85% | 0.85% | - |
| XYZ | 43.55 | 43.76 | 7.52 | - |
| YUV | 168.62 | 50.9 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 32 | 0 | 0.22 | 0.85 | 0.15 | 44.52 | 0.74 | 0.49 |
| Hex | DA | AA | 20 | 0 | 16 | 55 | F | 2D | 4A | 31 |
| Octal | 332 | 252 | 40 | 0 | 26 | 125 | 17 | 55 | 112 | 61 |
| Binary | 11011010 | 10101010 | 100000 | 0 | 10110 | 1010101 | 1111 | 101101 | 1001010 | 110001 |
Color Harmonies of #DAAA20
Complementary color
Monochromatic Colors of #DAAA20
Black with #DAAA20
Text Example
Text Example
White with #DAAA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA20; }
p { color: rgb(218,170,32); }
H1.HeaderClassName
{
color: #DAAA20;
}
.AnyTagClassName
{
color: #DAAA20;
}
</style>
background-color css
<style>
a { background-color: #DAAA20; }
a { background-color: rgb(218,170,32); }
div.DivClassName
{
background-color: #DAAA20;
}
.BgClassName
{
background-color: #DAAA20;
}
</style>
border-color css
<style>
span { border-color: #DAAA20; }
span { border-color: rgb(218,170,32); }
td.TdClassName
{
border-color: #DAAA20;
}
.TagClassName
{
border-color: #DAAA20;
}
</style>