Shades of Galliano #DCAA14
Tints of Galliano #DCAA14
RGB
CMYK
RGB Variations
Color information
#DCAA14 (or 0xDCAA14) is known color: Galliano. HEX triplet: DC, AA and 14. RGB value is (220,170,20). Sum of RGB (Red+Green+Blue) = 220+170+20=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAA14 is #2355EB. Grayscale: #A8A8A8. Windows color (decimal): -2315756 or 1354460. OLE color: 1354460.
HSL color Cylindrical-coordinate representation of color #DCAA14: hue angle of 45º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCAA14 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 20 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.14 |
| HSL | 45º | 0.83% | 0.47% | - |
| HSV(B) | 45º | 0.91% | 0.86% | - |
| XYZ | 44.02 | 44.02 | 6.84 | - |
| YUV | 167.85 | 44.57 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 20 | 0 | 0.23 | 0.91 | 0.14 | 45 | 0.83 | 0.47 |
| Hex | DC | AA | 14 | 0 | 17 | 5B | E | 2D | 53 | 2F |
| Octal | 334 | 252 | 24 | 0 | 27 | 133 | 16 | 55 | 123 | 57 |
| Binary | 11011100 | 10101010 | 10100 | 0 | 10111 | 1011011 | 1110 | 101101 | 1010011 | 101111 |
Color Harmonies of #DCAA14
Complementary color
Monochromatic Colors of #DCAA14
Black with #DCAA14
Text Example
Text Example
White with #DCAA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA14; }
p { color: rgb(220,170,20); }
H1.HeaderClassName
{
color: #DCAA14;
}
.AnyTagClassName
{
color: #DCAA14;
}
</style>
background-color css
<style>
a { background-color: #DCAA14; }
a { background-color: rgb(220,170,20); }
div.DivClassName
{
background-color: #DCAA14;
}
.BgClassName
{
background-color: #DCAA14;
}
</style>
border-color css
<style>
span { border-color: #DCAA14; }
span { border-color: rgb(220,170,20); }
td.TdClassName
{
border-color: #DCAA14;
}
.TagClassName
{
border-color: #DCAA14;
}
</style>