Shades of Galliano #DCAA29
Tints of Galliano #DCAA29
RGB
CMYK
RGB Variations
Color information
#DCAA29 (or 0xDCAA29) is known color: Galliano. HEX triplet: DC, AA and 29. RGB value is (220,170,41). Sum of RGB (Red+Green+Blue) = 220+170+41=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 41 (16.41% from 255 or 9.51% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA29 is #2355D6. Grayscale: #AAAAAA. Windows color (decimal): -2315735 or 2730716. OLE color: 2730716.
HSL color Cylindrical-coordinate representation of color #DCAA29: hue angle of 43.24º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCAA29 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 41 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.14 |
| HSL | 43.24º | 0.72% | 0.51% | - |
| HSV(B) | 43.24º | 0.81% | 0.86% | - |
| XYZ | 44.29 | 44.13 | 8.28 | - |
| YUV | 170.24 | 55.07 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 41 | 0 | 0.23 | 0.81 | 0.14 | 43.24 | 0.72 | 0.51 |
| Hex | DC | AA | 29 | 0 | 17 | 51 | E | 2B | 48 | 33 |
| Octal | 334 | 252 | 51 | 0 | 27 | 121 | 16 | 53 | 110 | 63 |
| Binary | 11011100 | 10101010 | 101001 | 0 | 10111 | 1010001 | 1110 | 101011 | 1001000 | 110011 |
Color Harmonies of #DCAA29
Complementary color
Monochromatic Colors of #DCAA29
Black with #DCAA29
Text Example
Text Example
White with #DCAA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA29; }
p { color: rgb(220,170,41); }
H1.HeaderClassName
{
color: #DCAA29;
}
.AnyTagClassName
{
color: #DCAA29;
}
</style>
background-color css
<style>
a { background-color: #DCAA29; }
a { background-color: rgb(220,170,41); }
div.DivClassName
{
background-color: #DCAA29;
}
.BgClassName
{
background-color: #DCAA29;
}
</style>
border-color css
<style>
span { border-color: #DCAA29; }
span { border-color: rgb(220,170,41); }
td.TdClassName
{
border-color: #DCAA29;
}
.TagClassName
{
border-color: #DCAA29;
}
</style>