Shades of Galliano #DAA22C
Tints of Galliano #DAA22C
RGB
CMYK
RGB Variations
Color information
#DAA22C (or 0xDAA22C) is known color: Galliano. HEX triplet: DA, A2 and 2C. RGB value is (218,162,44). Sum of RGB (Red+Green+Blue) = 218+162+44=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 44 (17.58% from 255 or 10.38% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA22C is #255DD3. Grayscale: #A5A5A5. Windows color (decimal): -2448852 or 2925274. OLE color: 2925274.
HSL color Cylindrical-coordinate representation of color #DAA22C: hue angle of 40.69º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAA22C is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 44 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.15 |
| HSL | 40.69º | 0.7% | 0.51% | - |
| HSV(B) | 40.69º | 0.8% | 0.85% | - |
| XYZ | 42.29 | 40.93 | 8.05 | - |
| YUV | 165.29 | 59.55 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 44 | 0 | 0.26 | 0.80 | 0.15 | 40.69 | 0.7 | 0.51 |
| Hex | DA | A2 | 2C | 0 | 1A | 50 | F | 29 | 46 | 33 |
| Octal | 332 | 242 | 54 | 0 | 32 | 120 | 17 | 51 | 106 | 63 |
| Binary | 11011010 | 10100010 | 101100 | 0 | 11010 | 1010000 | 1111 | 101001 | 1000110 | 110011 |
Color Harmonies of #DAA22C
Complementary color
Monochromatic Colors of #DAA22C
Black with #DAA22C
Text Example
Text Example
White with #DAA22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA22C; }
p { color: rgb(218,162,44); }
H1.HeaderClassName
{
color: #DAA22C;
}
.AnyTagClassName
{
color: #DAA22C;
}
</style>
background-color css
<style>
a { background-color: #DAA22C; }
a { background-color: rgb(218,162,44); }
div.DivClassName
{
background-color: #DAA22C;
}
.BgClassName
{
background-color: #DAA22C;
}
</style>
border-color css
<style>
span { border-color: #DAA22C; }
span { border-color: rgb(218,162,44); }
td.TdClassName
{
border-color: #DAA22C;
}
.TagClassName
{
border-color: #DAA22C;
}
</style>