Shades of Galliano #DCAD21
Tints of Galliano #DCAD21
RGB
CMYK
RGB Variations
Color information
#DCAD21 (or 0xDCAD21) is known color: Galliano. HEX triplet: DC, AD and 21. RGB value is (220,173,33). Sum of RGB (Red+Green+Blue) = 220+173+33=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 33 (13.28% from 255 or 7.75% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD21 is #2352DE. Grayscale: #ABABAB. Windows color (decimal): -2314975 or 2207196. OLE color: 2207196.
HSL color Cylindrical-coordinate representation of color #DCAD21: hue angle of 44.92º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCAD21 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 33 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.14 |
| HSL | 44.92º | 0.74% | 0.5% | - |
| HSV(B) | 44.92º | 0.85% | 0.86% | - |
| XYZ | 44.73 | 45.21 | 7.81 | - |
| YUV | 171.09 | 50.07 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 33 | 0 | 0.21 | 0.85 | 0.14 | 44.92 | 0.74 | 0.5 |
| Hex | DC | AD | 21 | 0 | 15 | 55 | E | 2D | 4A | 32 |
| Octal | 334 | 255 | 41 | 0 | 25 | 125 | 16 | 55 | 112 | 62 |
| Binary | 11011100 | 10101101 | 100001 | 0 | 10101 | 1010101 | 1110 | 101101 | 1001010 | 110010 |
Color Harmonies of #DCAD21
Complementary color
Monochromatic Colors of #DCAD21
Black with #DCAD21
Text Example
Text Example
White with #DCAD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD21; }
p { color: rgb(220,173,33); }
H1.HeaderClassName
{
color: #DCAD21;
}
.AnyTagClassName
{
color: #DCAD21;
}
</style>
background-color css
<style>
a { background-color: #DCAD21; }
a { background-color: rgb(220,173,33); }
div.DivClassName
{
background-color: #DCAD21;
}
.BgClassName
{
background-color: #DCAD21;
}
</style>
border-color css
<style>
span { border-color: #DCAD21; }
span { border-color: rgb(220,173,33); }
td.TdClassName
{
border-color: #DCAD21;
}
.TagClassName
{
border-color: #DCAD21;
}
</style>