Shades of Galliano #DAAA1D
Tints of Galliano #DAAA1D
RGB
CMYK
RGB Variations
Color information
#DAAA1D (or 0xDAAA1D) is known color: Galliano. HEX triplet: DA, AA and 1D. RGB value is (218,170,29). Sum of RGB (Red+Green+Blue) = 218+170+29=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAA1D is #2555E2. Grayscale: #A8A8A8. Windows color (decimal): -2446819 or 1944282. OLE color: 1944282.
HSL color Cylindrical-coordinate representation of color #DAAA1D: hue angle of 44.76º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAAA1D is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 29 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.15 |
| HSL | 44.76º | 0.77% | 0.48% | - |
| HSV(B) | 44.76º | 0.87% | 0.85% | - |
| XYZ | 43.51 | 43.74 | 7.31 | - |
| YUV | 168.28 | 49.4 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 29 | 0 | 0.22 | 0.87 | 0.15 | 44.76 | 0.77 | 0.48 |
| Hex | DA | AA | 1D | 0 | 16 | 57 | F | 2D | 4D | 30 |
| Octal | 332 | 252 | 35 | 0 | 26 | 127 | 17 | 55 | 115 | 60 |
| Binary | 11011010 | 10101010 | 11101 | 0 | 10110 | 1010111 | 1111 | 101101 | 1001101 | 110000 |
Color Harmonies of #DAAA1D
Complementary color
Monochromatic Colors of #DAAA1D
Black with #DAAA1D
Text Example
Text Example
White with #DAAA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA1D; }
p { color: rgb(218,170,29); }
H1.HeaderClassName
{
color: #DAAA1D;
}
.AnyTagClassName
{
color: #DAAA1D;
}
</style>
background-color css
<style>
a { background-color: #DAAA1D; }
a { background-color: rgb(218,170,29); }
div.DivClassName
{
background-color: #DAAA1D;
}
.BgClassName
{
background-color: #DAAA1D;
}
</style>
border-color css
<style>
span { border-color: #DAAA1D; }
span { border-color: rgb(218,170,29); }
td.TdClassName
{
border-color: #DAAA1D;
}
.TagClassName
{
border-color: #DAAA1D;
}
</style>