Shades of Galliano #DCAB1E
Tints of Galliano #DCAB1E
RGB
CMYK
RGB Variations
Color information
#DCAB1E (or 0xDCAB1E) is known color: Galliano. HEX triplet: DC, AB and 1E. RGB value is (220,171,30). Sum of RGB (Red+Green+Blue) = 220+171+30=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB1E is #2354E1. Grayscale: #AAAAAA. Windows color (decimal): -2315490 or 2010076. OLE color: 2010076.
HSL color Cylindrical-coordinate representation of color #DCAB1E: hue angle of 44.53º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCAB1E is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 30 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.14 |
| HSL | 44.53º | 0.76% | 0.49% | - |
| HSV(B) | 44.53º | 0.86% | 0.86% | - |
| XYZ | 44.31 | 44.44 | 7.47 | - |
| YUV | 169.58 | 49.23 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 30 | 0 | 0.22 | 0.86 | 0.14 | 44.53 | 0.76 | 0.49 |
| Hex | DC | AB | 1E | 0 | 16 | 56 | E | 2D | 4C | 31 |
| Octal | 334 | 253 | 36 | 0 | 26 | 126 | 16 | 55 | 114 | 61 |
| Binary | 11011100 | 10101011 | 11110 | 0 | 10110 | 1010110 | 1110 | 101101 | 1001100 | 110001 |
Color Harmonies of #DCAB1E
Complementary color
Monochromatic Colors of #DCAB1E
Black with #DCAB1E
Text Example
Text Example
White with #DCAB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB1E; }
p { color: rgb(220,171,30); }
H1.HeaderClassName
{
color: #DCAB1E;
}
.AnyTagClassName
{
color: #DCAB1E;
}
</style>
background-color css
<style>
a { background-color: #DCAB1E; }
a { background-color: rgb(220,171,30); }
div.DivClassName
{
background-color: #DCAB1E;
}
.BgClassName
{
background-color: #DCAB1E;
}
</style>
border-color css
<style>
span { border-color: #DCAB1E; }
span { border-color: rgb(220,171,30); }
td.TdClassName
{
border-color: #DCAB1E;
}
.TagClassName
{
border-color: #DCAB1E;
}
</style>