Shades of Galliano #DCAA22
Tints of Galliano #DCAA22
RGB
CMYK
RGB Variations
Color information
#DCAA22 (or 0xDCAA22) is known color: Galliano. HEX triplet: DC, AA and 22. RGB value is (220,170,34). Sum of RGB (Red+Green+Blue) = 220+170+34=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 34 (13.67% from 255 or 8.02% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA22 is #2355DD. Grayscale: #AAAAAA. Windows color (decimal): -2315742 or 2271964. OLE color: 2271964.
HSL color Cylindrical-coordinate representation of color #DCAA22: hue angle of 43.87º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCAA22 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 34 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.14 |
| HSL | 43.87º | 0.73% | 0.5% | - |
| HSV(B) | 43.87º | 0.85% | 0.86% | - |
| XYZ | 44.18 | 44.08 | 7.69 | - |
| YUV | 169.45 | 51.57 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 34 | 0 | 0.23 | 0.85 | 0.14 | 43.87 | 0.73 | 0.5 |
| Hex | DC | AA | 22 | 0 | 17 | 55 | E | 2C | 49 | 32 |
| Octal | 334 | 252 | 42 | 0 | 27 | 125 | 16 | 54 | 111 | 62 |
| Binary | 11011100 | 10101010 | 100010 | 0 | 10111 | 1010101 | 1110 | 101100 | 1001001 | 110010 |
Color Harmonies of #DCAA22
Complementary color
Monochromatic Colors of #DCAA22
Black with #DCAA22
Text Example
Text Example
White with #DCAA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA22; }
p { color: rgb(220,170,34); }
H1.HeaderClassName
{
color: #DCAA22;
}
.AnyTagClassName
{
color: #DCAA22;
}
</style>
background-color css
<style>
a { background-color: #DCAA22; }
a { background-color: rgb(220,170,34); }
div.DivClassName
{
background-color: #DCAA22;
}
.BgClassName
{
background-color: #DCAA22;
}
</style>
border-color css
<style>
span { border-color: #DCAA22; }
span { border-color: rgb(220,170,34); }
td.TdClassName
{
border-color: #DCAA22;
}
.TagClassName
{
border-color: #DCAA22;
}
</style>