Shades of Galliano #DCAD24
Tints of Galliano #DCAD24
RGB
CMYK
RGB Variations
Color information
#DCAD24 (or 0xDCAD24) is known color: Galliano. HEX triplet: DC, AD and 24. RGB value is (220,173,36). Sum of RGB (Red+Green+Blue) = 220+173+36=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 36 (14.45% from 255 or 8.39% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD24 is #2352DB. Grayscale: #ACACAC. Windows color (decimal): -2314972 or 2403804. OLE color: 2403804.
HSL color Cylindrical-coordinate representation of color #DCAD24: hue angle of 44.67º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCAD24 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 36 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.14 |
| HSL | 44.67º | 0.72% | 0.5% | - |
| HSV(B) | 44.67º | 0.84% | 0.86% | - |
| XYZ | 44.78 | 45.23 | 8.04 | - |
| YUV | 171.44 | 51.57 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 36 | 0 | 0.21 | 0.84 | 0.14 | 44.67 | 0.72 | 0.5 |
| Hex | DC | AD | 24 | 0 | 15 | 54 | E | 2D | 48 | 32 |
| Octal | 334 | 255 | 44 | 0 | 25 | 124 | 16 | 55 | 110 | 62 |
| Binary | 11011100 | 10101101 | 100100 | 0 | 10101 | 1010100 | 1110 | 101101 | 1001000 | 110010 |
Color Harmonies of #DCAD24
Complementary color
Monochromatic Colors of #DCAD24
Black with #DCAD24
Text Example
Text Example
White with #DCAD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD24; }
p { color: rgb(220,173,36); }
H1.HeaderClassName
{
color: #DCAD24;
}
.AnyTagClassName
{
color: #DCAD24;
}
</style>
background-color css
<style>
a { background-color: #DCAD24; }
a { background-color: rgb(220,173,36); }
div.DivClassName
{
background-color: #DCAD24;
}
.BgClassName
{
background-color: #DCAD24;
}
</style>
border-color css
<style>
span { border-color: #DCAD24; }
span { border-color: rgb(220,173,36); }
td.TdClassName
{
border-color: #DCAD24;
}
.TagClassName
{
border-color: #DCAD24;
}
</style>