Shades of Galliano #DCAC22
Tints of Galliano #DCAC22
RGB
CMYK
RGB Variations
Color information
#DCAC22 (or 0xDCAC22) is known color: Galliano. HEX triplet: DC, AC and 22. RGB value is (220,172,34). Sum of RGB (Red+Green+Blue) = 220+172+34=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 34 (13.67% from 255 or 7.98% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC22 is #2353DD. Grayscale: #ABABAB. Windows color (decimal): -2315230 or 2272476. OLE color: 2272476.
HSL color Cylindrical-coordinate representation of color #DCAC22: hue angle of 44.52º 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 #DCAC22 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 34 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.14 |
| HSL | 44.52º | 0.73% | 0.5% | - |
| HSV(B) | 44.52º | 0.85% | 0.86% | - |
| XYZ | 44.56 | 44.84 | 7.82 | - |
| YUV | 170.62 | 50.9 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 34 | 0 | 0.22 | 0.85 | 0.14 | 44.52 | 0.73 | 0.5 |
| Hex | DC | AC | 22 | 0 | 16 | 55 | E | 2D | 49 | 32 |
| Octal | 334 | 254 | 42 | 0 | 26 | 125 | 16 | 55 | 111 | 62 |
| Binary | 11011100 | 10101100 | 100010 | 0 | 10110 | 1010101 | 1110 | 101101 | 1001001 | 110010 |
Color Harmonies of #DCAC22
Complementary color
Monochromatic Colors of #DCAC22
Black with #DCAC22
Text Example
Text Example
White with #DCAC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC22; }
p { color: rgb(220,172,34); }
H1.HeaderClassName
{
color: #DCAC22;
}
.AnyTagClassName
{
color: #DCAC22;
}
</style>
background-color css
<style>
a { background-color: #DCAC22; }
a { background-color: rgb(220,172,34); }
div.DivClassName
{
background-color: #DCAC22;
}
.BgClassName
{
background-color: #DCAC22;
}
</style>
border-color css
<style>
span { border-color: #DCAC22; }
span { border-color: rgb(220,172,34); }
td.TdClassName
{
border-color: #DCAC22;
}
.TagClassName
{
border-color: #DCAC22;
}
</style>