Shades of Galliano #DAAA2D
Tints of Galliano #DAAA2D
RGB
CMYK
RGB Variations
Color information
#DAAA2D (or 0xDAAA2D) is known color: Galliano. HEX triplet: DA, AA and 2D. RGB value is (218,170,45). Sum of RGB (Red+Green+Blue) = 218+170+45=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAA2D is #2555D2. Grayscale: #AAAAAA. Windows color (decimal): -2446803 or 2992858. OLE color: 2992858.
HSL color Cylindrical-coordinate representation of color #DAAA2D: hue angle of 43.35º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAAA2D is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 45 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.15 |
| HSL | 43.35º | 0.7% | 0.52% | - |
| HSV(B) | 43.35º | 0.79% | 0.85% | - |
| XYZ | 43.76 | 43.84 | 8.64 | - |
| YUV | 170.1 | 57.4 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 45 | 0 | 0.22 | 0.79 | 0.15 | 43.35 | 0.7 | 0.52 |
| Hex | DA | AA | 2D | 0 | 16 | 4F | F | 2B | 46 | 34 |
| Octal | 332 | 252 | 55 | 0 | 26 | 117 | 17 | 53 | 106 | 64 |
| Binary | 11011010 | 10101010 | 101101 | 0 | 10110 | 1001111 | 1111 | 101011 | 1000110 | 110100 |
Color Harmonies of #DAAA2D
Complementary color
Monochromatic Colors of #DAAA2D
Black with #DAAA2D
Text Example
Text Example
White with #DAAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA2D; }
p { color: rgb(218,170,45); }
H1.HeaderClassName
{
color: #DAAA2D;
}
.AnyTagClassName
{
color: #DAAA2D;
}
</style>
background-color css
<style>
a { background-color: #DAAA2D; }
a { background-color: rgb(218,170,45); }
div.DivClassName
{
background-color: #DAAA2D;
}
.BgClassName
{
background-color: #DAAA2D;
}
</style>
border-color css
<style>
span { border-color: #DAAA2D; }
span { border-color: rgb(218,170,45); }
td.TdClassName
{
border-color: #DAAA2D;
}
.TagClassName
{
border-color: #DAAA2D;
}
</style>