Shades of Galliano #DCAB29
Tints of Galliano #DCAB29
RGB
CMYK
RGB Variations
Color information
#DCAB29 (or 0xDCAB29) is known color: Galliano. HEX triplet: DC, AB and 29. RGB value is (220,171,41). Sum of RGB (Red+Green+Blue) = 220+171+41=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 41 (16.41% from 255 or 9.49% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB29 is #2354D6. Grayscale: #ABABAB. Windows color (decimal): -2315479 or 2730972. OLE color: 2730972.
HSL color Cylindrical-coordinate representation of color #DCAB29: hue angle of 43.58º 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 #DCAB29 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 41 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.14 |
| HSL | 43.58º | 0.72% | 0.51% | - |
| HSV(B) | 43.58º | 0.81% | 0.86% | - |
| XYZ | 44.48 | 44.5 | 8.34 | - |
| YUV | 170.83 | 54.73 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 41 | 0 | 0.22 | 0.81 | 0.14 | 43.58 | 0.72 | 0.51 |
| Hex | DC | AB | 29 | 0 | 16 | 51 | E | 2C | 48 | 33 |
| Octal | 334 | 253 | 51 | 0 | 26 | 121 | 16 | 54 | 110 | 63 |
| Binary | 11011100 | 10101011 | 101001 | 0 | 10110 | 1010001 | 1110 | 101100 | 1001000 | 110011 |
Color Harmonies of #DCAB29
Complementary color
Monochromatic Colors of #DCAB29
Black with #DCAB29
Text Example
Text Example
White with #DCAB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB29; }
p { color: rgb(220,171,41); }
H1.HeaderClassName
{
color: #DCAB29;
}
.AnyTagClassName
{
color: #DCAB29;
}
</style>
background-color css
<style>
a { background-color: #DCAB29; }
a { background-color: rgb(220,171,41); }
div.DivClassName
{
background-color: #DCAB29;
}
.BgClassName
{
background-color: #DCAB29;
}
</style>
border-color css
<style>
span { border-color: #DCAB29; }
span { border-color: rgb(220,171,41); }
td.TdClassName
{
border-color: #DCAB29;
}
.TagClassName
{
border-color: #DCAB29;
}
</style>