Shades of Galliano #DCAA2E
Tints of Galliano #DCAA2E
RGB
CMYK
RGB Variations
Color information
#DCAA2E (or 0xDCAA2E) is known color: Galliano. HEX triplet: DC, AA and 2E. RGB value is (220,170,46). Sum of RGB (Red+Green+Blue) = 220+170+46=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA2E is #2355D1. Grayscale: #ABABAB. Windows color (decimal): -2315730 or 3058396. OLE color: 3058396.
HSL color Cylindrical-coordinate representation of color #DCAA2E: hue angle of 42.76º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCAA2E is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 46 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.14 |
| HSL | 42.76º | 0.71% | 0.52% | - |
| HSV(B) | 42.76º | 0.79% | 0.86% | - |
| XYZ | 44.38 | 44.16 | 8.77 | - |
| YUV | 170.81 | 57.57 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 46 | 0 | 0.23 | 0.79 | 0.14 | 42.76 | 0.71 | 0.52 |
| Hex | DC | AA | 2E | 0 | 17 | 4F | E | 2B | 47 | 34 |
| Octal | 334 | 252 | 56 | 0 | 27 | 117 | 16 | 53 | 107 | 64 |
| Binary | 11011100 | 10101010 | 101110 | 0 | 10111 | 1001111 | 1110 | 101011 | 1000111 | 110100 |
Color Harmonies of #DCAA2E
Complementary color
Monochromatic Colors of #DCAA2E
Black with #DCAA2E
Text Example
Text Example
White with #DCAA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA2E; }
p { color: rgb(220,170,46); }
H1.HeaderClassName
{
color: #DCAA2E;
}
.AnyTagClassName
{
color: #DCAA2E;
}
</style>
background-color css
<style>
a { background-color: #DCAA2E; }
a { background-color: rgb(220,170,46); }
div.DivClassName
{
background-color: #DCAA2E;
}
.BgClassName
{
background-color: #DCAA2E;
}
</style>
border-color css
<style>
span { border-color: #DCAA2E; }
span { border-color: rgb(220,170,46); }
td.TdClassName
{
border-color: #DCAA2E;
}
.TagClassName
{
border-color: #DCAA2E;
}
</style>