Shades of Galliano #DAAC2D
Tints of Galliano #DAAC2D
RGB
CMYK
RGB Variations
Color information
#DAAC2D (or 0xDAAC2D) is known color: Galliano. HEX triplet: DA, AC and 2D. RGB value is (218,172,45). Sum of RGB (Red+Green+Blue) = 218+172+45=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAC2D is #2553D2. Grayscale: #ABABAB. Windows color (decimal): -2446291 or 2993370. OLE color: 2993370.
HSL color Cylindrical-coordinate representation of color #DAAC2D: hue angle of 44.05º 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 #DAAC2D is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 45 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.15 |
| HSL | 44.05º | 0.7% | 0.52% | - |
| HSV(B) | 44.05º | 0.79% | 0.85% | - |
| XYZ | 44.14 | 44.6 | 8.76 | - |
| YUV | 171.28 | 56.74 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 45 | 0 | 0.21 | 0.79 | 0.15 | 44.05 | 0.7 | 0.52 |
| Hex | DA | AC | 2D | 0 | 15 | 4F | F | 2C | 46 | 34 |
| Octal | 332 | 254 | 55 | 0 | 25 | 117 | 17 | 54 | 106 | 64 |
| Binary | 11011010 | 10101100 | 101101 | 0 | 10101 | 1001111 | 1111 | 101100 | 1000110 | 110100 |
Color Harmonies of #DAAC2D
Complementary color
Monochromatic Colors of #DAAC2D
Black with #DAAC2D
Text Example
Text Example
White with #DAAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC2D; }
p { color: rgb(218,172,45); }
H1.HeaderClassName
{
color: #DAAC2D;
}
.AnyTagClassName
{
color: #DAAC2D;
}
</style>
background-color css
<style>
a { background-color: #DAAC2D; }
a { background-color: rgb(218,172,45); }
div.DivClassName
{
background-color: #DAAC2D;
}
.BgClassName
{
background-color: #DAAC2D;
}
</style>
border-color css
<style>
span { border-color: #DAAC2D; }
span { border-color: rgb(218,172,45); }
td.TdClassName
{
border-color: #DAAC2D;
}
.TagClassName
{
border-color: #DAAC2D;
}
</style>