Shades of Galliano #DCAA19
Tints of Galliano #DCAA19
RGB
CMYK
RGB Variations
Color information
#DCAA19 (or 0xDCAA19) is known color: Galliano. HEX triplet: DC, AA and 19. RGB value is (220,170,25). Sum of RGB (Red+Green+Blue) = 220+170+25=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 25 (10.16% from 255 or 6.02% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAA19 is #2355E6. Grayscale: #A9A9A9. Windows color (decimal): -2315751 or 1682140. OLE color: 1682140.
HSL color Cylindrical-coordinate representation of color #DCAA19: hue angle of 44.62º 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 #DCAA19 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 25 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.14 |
| HSL | 44.62º | 0.8% | 0.48% | - |
| HSV(B) | 44.62º | 0.89% | 0.86% | - |
| XYZ | 44.07 | 44.04 | 7.1 | - |
| YUV | 168.42 | 47.07 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 25 | 0 | 0.23 | 0.89 | 0.14 | 44.62 | 0.8 | 0.48 |
| Hex | DC | AA | 19 | 0 | 17 | 59 | E | 2D | 50 | 30 |
| Octal | 334 | 252 | 31 | 0 | 27 | 131 | 16 | 55 | 120 | 60 |
| Binary | 11011100 | 10101010 | 11001 | 0 | 10111 | 1011001 | 1110 | 101101 | 1010000 | 110000 |
Color Harmonies of #DCAA19
Complementary color
Monochromatic Colors of #DCAA19
Black with #DCAA19
Text Example
Text Example
White with #DCAA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA19; }
p { color: rgb(220,170,25); }
H1.HeaderClassName
{
color: #DCAA19;
}
.AnyTagClassName
{
color: #DCAA19;
}
</style>
background-color css
<style>
a { background-color: #DCAA19; }
a { background-color: rgb(220,170,25); }
div.DivClassName
{
background-color: #DCAA19;
}
.BgClassName
{
background-color: #DCAA19;
}
</style>
border-color css
<style>
span { border-color: #DCAA19; }
span { border-color: rgb(220,170,25); }
td.TdClassName
{
border-color: #DCAA19;
}
.TagClassName
{
border-color: #DCAA19;
}
</style>