Shades of Galliano #DAAA1E
Tints of Galliano #DAAA1E
RGB
CMYK
RGB Variations
Color information
#DAAA1E (or 0xDAAA1E) is known color: Galliano. HEX triplet: DA, AA and 1E. RGB value is (218,170,30). Sum of RGB (Red+Green+Blue) = 218+170+30=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 30 (12.11% from 255 or 7.18% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAA1E is #2555E1. Grayscale: #A9A9A9. Windows color (decimal): -2446818 or 2009818. OLE color: 2009818.
HSL color Cylindrical-coordinate representation of color #DAAA1E: hue angle of 44.68º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAAA1E is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 30 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.15 |
| HSL | 44.68º | 0.76% | 0.49% | - |
| HSV(B) | 44.68º | 0.86% | 0.85% | - |
| XYZ | 43.52 | 43.75 | 7.38 | - |
| YUV | 168.39 | 49.9 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 30 | 0 | 0.22 | 0.86 | 0.15 | 44.68 | 0.76 | 0.49 |
| Hex | DA | AA | 1E | 0 | 16 | 56 | F | 2D | 4C | 31 |
| Octal | 332 | 252 | 36 | 0 | 26 | 126 | 17 | 55 | 114 | 61 |
| Binary | 11011010 | 10101010 | 11110 | 0 | 10110 | 1010110 | 1111 | 101101 | 1001100 | 110001 |
Color Harmonies of #DAAA1E
Complementary color
Monochromatic Colors of #DAAA1E
Black with #DAAA1E
Text Example
Text Example
White with #DAAA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA1E; }
p { color: rgb(218,170,30); }
H1.HeaderClassName
{
color: #DAAA1E;
}
.AnyTagClassName
{
color: #DAAA1E;
}
</style>
background-color css
<style>
a { background-color: #DAAA1E; }
a { background-color: rgb(218,170,30); }
div.DivClassName
{
background-color: #DAAA1E;
}
.BgClassName
{
background-color: #DAAA1E;
}
</style>
border-color css
<style>
span { border-color: #DAAA1E; }
span { border-color: rgb(218,170,30); }
td.TdClassName
{
border-color: #DAAA1E;
}
.TagClassName
{
border-color: #DAAA1E;
}
</style>