Shades of Galliano #DCAA18
Tints of Galliano #DCAA18
RGB
CMYK
RGB Variations
Color information
#DCAA18 (or 0xDCAA18) is known color: Galliano. HEX triplet: DC, AA and 18. RGB value is (220,170,24). Sum of RGB (Red+Green+Blue) = 220+170+24=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAA18 is #2355E7. Grayscale: #A8A8A8. Windows color (decimal): -2315752 or 1616604. OLE color: 1616604.
HSL color Cylindrical-coordinate representation of color #DCAA18: hue angle of 44.69º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCAA18 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 24 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.14 |
| HSL | 44.69º | 0.8% | 0.48% | - |
| HSV(B) | 44.69º | 0.89% | 0.86% | - |
| XYZ | 44.05 | 44.03 | 7.04 | - |
| YUV | 168.31 | 46.57 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 24 | 0 | 0.23 | 0.89 | 0.14 | 44.69 | 0.8 | 0.48 |
| Hex | DC | AA | 18 | 0 | 17 | 59 | E | 2D | 50 | 30 |
| Octal | 334 | 252 | 30 | 0 | 27 | 131 | 16 | 55 | 120 | 60 |
| Binary | 11011100 | 10101010 | 11000 | 0 | 10111 | 1011001 | 1110 | 101101 | 1010000 | 110000 |
Color Harmonies of #DCAA18
Complementary color
Monochromatic Colors of #DCAA18
Black with #DCAA18
Text Example
Text Example
White with #DCAA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA18; }
p { color: rgb(220,170,24); }
H1.HeaderClassName
{
color: #DCAA18;
}
.AnyTagClassName
{
color: #DCAA18;
}
</style>
background-color css
<style>
a { background-color: #DCAA18; }
a { background-color: rgb(220,170,24); }
div.DivClassName
{
background-color: #DCAA18;
}
.BgClassName
{
background-color: #DCAA18;
}
</style>
border-color css
<style>
span { border-color: #DCAA18; }
span { border-color: rgb(220,170,24); }
td.TdClassName
{
border-color: #DCAA18;
}
.TagClassName
{
border-color: #DCAA18;
}
</style>