Shades of Galliano #DCAA21
Tints of Galliano #DCAA21
RGB
CMYK
RGB Variations
Color information
#DCAA21 (or 0xDCAA21) is known color: Galliano. HEX triplet: DC, AA and 21. RGB value is (220,170,33). Sum of RGB (Red+Green+Blue) = 220+170+33=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 33 (13.28% from 255 or 7.80% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA21 is #2355DE. Grayscale: #A9A9A9. Windows color (decimal): -2315743 or 2206428. OLE color: 2206428.
HSL color Cylindrical-coordinate representation of color #DCAA21: hue angle of 43.96º 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 #DCAA21 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 33 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.14 |
| HSL | 43.96º | 0.74% | 0.5% | - |
| HSV(B) | 43.96º | 0.85% | 0.86% | - |
| XYZ | 44.16 | 44.07 | 7.62 | - |
| YUV | 169.33 | 51.07 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 33 | 0 | 0.23 | 0.85 | 0.14 | 43.96 | 0.74 | 0.5 |
| Hex | DC | AA | 21 | 0 | 17 | 55 | E | 2C | 4A | 32 |
| Octal | 334 | 252 | 41 | 0 | 27 | 125 | 16 | 54 | 112 | 62 |
| Binary | 11011100 | 10101010 | 100001 | 0 | 10111 | 1010101 | 1110 | 101100 | 1001010 | 110010 |
Color Harmonies of #DCAA21
Complementary color
Monochromatic Colors of #DCAA21
Black with #DCAA21
Text Example
Text Example
White with #DCAA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA21; }
p { color: rgb(220,170,33); }
H1.HeaderClassName
{
color: #DCAA21;
}
.AnyTagClassName
{
color: #DCAA21;
}
</style>
background-color css
<style>
a { background-color: #DCAA21; }
a { background-color: rgb(220,170,33); }
div.DivClassName
{
background-color: #DCAA21;
}
.BgClassName
{
background-color: #DCAA21;
}
</style>
border-color css
<style>
span { border-color: #DCAA21; }
span { border-color: rgb(220,170,33); }
td.TdClassName
{
border-color: #DCAA21;
}
.TagClassName
{
border-color: #DCAA21;
}
</style>