Shades of Galliano #DCAB22
Tints of Galliano #DCAB22
RGB
CMYK
RGB Variations
Color information
#DCAB22 (or 0xDCAB22) is known color: Galliano. HEX triplet: DC, AB and 22. RGB value is (220,171,34). Sum of RGB (Red+Green+Blue) = 220+171+34=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 34 (13.67% from 255 or 8% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB22 is #2354DD. Grayscale: #AAAAAA. Windows color (decimal): -2315486 or 2272220. OLE color: 2272220.
HSL color Cylindrical-coordinate representation of color #DCAB22: hue angle of 44.19º 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 #DCAB22 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 34 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.14 |
| HSL | 44.19º | 0.73% | 0.5% | - |
| HSV(B) | 44.19º | 0.85% | 0.86% | - |
| XYZ | 44.37 | 44.46 | 7.76 | - |
| YUV | 170.03 | 51.23 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 34 | 0 | 0.22 | 0.85 | 0.14 | 44.19 | 0.73 | 0.5 |
| Hex | DC | AB | 22 | 0 | 16 | 55 | E | 2C | 49 | 32 |
| Octal | 334 | 253 | 42 | 0 | 26 | 125 | 16 | 54 | 111 | 62 |
| Binary | 11011100 | 10101011 | 100010 | 0 | 10110 | 1010101 | 1110 | 101100 | 1001001 | 110010 |
Color Harmonies of #DCAB22
Complementary color
Monochromatic Colors of #DCAB22
Black with #DCAB22
Text Example
Text Example
White with #DCAB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB22; }
p { color: rgb(220,171,34); }
H1.HeaderClassName
{
color: #DCAB22;
}
.AnyTagClassName
{
color: #DCAB22;
}
</style>
background-color css
<style>
a { background-color: #DCAB22; }
a { background-color: rgb(220,171,34); }
div.DivClassName
{
background-color: #DCAB22;
}
.BgClassName
{
background-color: #DCAB22;
}
</style>
border-color css
<style>
span { border-color: #DCAB22; }
span { border-color: rgb(220,171,34); }
td.TdClassName
{
border-color: #DCAB22;
}
.TagClassName
{
border-color: #DCAB22;
}
</style>