Shades of Galliano #DCAB17
Tints of Galliano #DCAB17
RGB
CMYK
RGB Variations
Color information
#DCAB17 (or 0xDCAB17) is known color: Galliano. HEX triplet: DC, AB and 17. RGB value is (220,171,23). Sum of RGB (Red+Green+Blue) = 220+171+23=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 23 (9.38% from 255 or 5.56% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAB17 is #2354E8. Grayscale: #A9A9A9. Windows color (decimal): -2315497 or 1551324. OLE color: 1551324.
HSL color Cylindrical-coordinate representation of color #DCAB17: hue angle of 45.08º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCAB17 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 23 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.14 |
| HSL | 45.08º | 0.81% | 0.48% | - |
| HSV(B) | 45.08º | 0.9% | 0.86% | - |
| XYZ | 44.23 | 44.4 | 7.05 | - |
| YUV | 168.78 | 45.73 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 23 | 0 | 0.22 | 0.90 | 0.14 | 45.08 | 0.81 | 0.48 |
| Hex | DC | AB | 17 | 0 | 16 | 5A | E | 2D | 51 | 30 |
| Octal | 334 | 253 | 27 | 0 | 26 | 132 | 16 | 55 | 121 | 60 |
| Binary | 11011100 | 10101011 | 10111 | 0 | 10110 | 1011010 | 1110 | 101101 | 1010001 | 110000 |
Color Harmonies of #DCAB17
Complementary color
Monochromatic Colors of #DCAB17
Black with #DCAB17
Text Example
Text Example
White with #DCAB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB17; }
p { color: rgb(220,171,23); }
H1.HeaderClassName
{
color: #DCAB17;
}
.AnyTagClassName
{
color: #DCAB17;
}
</style>
background-color css
<style>
a { background-color: #DCAB17; }
a { background-color: rgb(220,171,23); }
div.DivClassName
{
background-color: #DCAB17;
}
.BgClassName
{
background-color: #DCAB17;
}
</style>
border-color css
<style>
span { border-color: #DCAB17; }
span { border-color: rgb(220,171,23); }
td.TdClassName
{
border-color: #DCAB17;
}
.TagClassName
{
border-color: #DCAB17;
}
</style>