Shades of Galliano #DCAC25
Tints of Galliano #DCAC25
RGB
CMYK
RGB Variations
Color information
#DCAC25 (or 0xDCAC25) is known color: Galliano. HEX triplet: DC, AC and 25. RGB value is (220,172,37). Sum of RGB (Red+Green+Blue) = 220+172+37=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 37 (14.84% from 255 or 8.62% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC25 is #2353DA. Grayscale: #ABABAB. Windows color (decimal): -2315227 or 2469084. OLE color: 2469084.
HSL color Cylindrical-coordinate representation of color #DCAC25: hue angle of 44.26º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCAC25 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 37 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.14 |
| HSL | 44.26º | 0.72% | 0.5% | - |
| HSV(B) | 44.26º | 0.83% | 0.86% | - |
| XYZ | 44.6 | 44.85 | 8.06 | - |
| YUV | 170.96 | 52.4 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 37 | 0 | 0.22 | 0.83 | 0.14 | 44.26 | 0.72 | 0.5 |
| Hex | DC | AC | 25 | 0 | 16 | 53 | E | 2C | 48 | 32 |
| Octal | 334 | 254 | 45 | 0 | 26 | 123 | 16 | 54 | 110 | 62 |
| Binary | 11011100 | 10101100 | 100101 | 0 | 10110 | 1010011 | 1110 | 101100 | 1001000 | 110010 |
Color Harmonies of #DCAC25
Complementary color
Monochromatic Colors of #DCAC25
Black with #DCAC25
Text Example
Text Example
White with #DCAC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC25; }
p { color: rgb(220,172,37); }
H1.HeaderClassName
{
color: #DCAC25;
}
.AnyTagClassName
{
color: #DCAC25;
}
</style>
background-color css
<style>
a { background-color: #DCAC25; }
a { background-color: rgb(220,172,37); }
div.DivClassName
{
background-color: #DCAC25;
}
.BgClassName
{
background-color: #DCAC25;
}
</style>
border-color css
<style>
span { border-color: #DCAC25; }
span { border-color: rgb(220,172,37); }
td.TdClassName
{
border-color: #DCAC25;
}
.TagClassName
{
border-color: #DCAC25;
}
</style>