Shades of Galliano #DCAA15
Tints of Galliano #DCAA15
RGB
CMYK
RGB Variations
Color information
#DCAA15 (or 0xDCAA15) is known color: Galliano. HEX triplet: DC, AA and 15. RGB value is (220,170,21). Sum of RGB (Red+Green+Blue) = 220+170+21=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAA15 is #2355EA. Grayscale: #A8A8A8. Windows color (decimal): -2315755 or 1419996. OLE color: 1419996.
HSL color Cylindrical-coordinate representation of color #DCAA15: hue angle of 44.92º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCAA15 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 21 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.14 |
| HSL | 44.92º | 0.83% | 0.47% | - |
| HSV(B) | 44.92º | 0.9% | 0.86% | - |
| XYZ | 44.03 | 44.02 | 6.89 | - |
| YUV | 167.96 | 45.07 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 21 | 0 | 0.23 | 0.90 | 0.14 | 44.92 | 0.83 | 0.47 |
| Hex | DC | AA | 15 | 0 | 17 | 5A | E | 2D | 53 | 2F |
| Octal | 334 | 252 | 25 | 0 | 27 | 132 | 16 | 55 | 123 | 57 |
| Binary | 11011100 | 10101010 | 10101 | 0 | 10111 | 1011010 | 1110 | 101101 | 1010011 | 101111 |
Color Harmonies of #DCAA15
Complementary color
Monochromatic Colors of #DCAA15
Black with #DCAA15
Text Example
Text Example
White with #DCAA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA15; }
p { color: rgb(220,170,21); }
H1.HeaderClassName
{
color: #DCAA15;
}
.AnyTagClassName
{
color: #DCAA15;
}
</style>
background-color css
<style>
a { background-color: #DCAA15; }
a { background-color: rgb(220,170,21); }
div.DivClassName
{
background-color: #DCAA15;
}
.BgClassName
{
background-color: #DCAA15;
}
</style>
border-color css
<style>
span { border-color: #DCAA15; }
span { border-color: rgb(220,170,21); }
td.TdClassName
{
border-color: #DCAA15;
}
.TagClassName
{
border-color: #DCAA15;
}
</style>