Shades of Galliano #DCAB1F
Tints of Galliano #DCAB1F
RGB
CMYK
RGB Variations
Color information
#DCAB1F (or 0xDCAB1F) is known color: Galliano. HEX triplet: DC, AB and 1F. RGB value is (220,171,31). Sum of RGB (Red+Green+Blue) = 220+171+31=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 31 (12.5% from 255 or 7.35% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB1F is #2354E0. Grayscale: #AAAAAA. Windows color (decimal): -2315489 or 2075612. OLE color: 2075612.
HSL color Cylindrical-coordinate representation of color #DCAB1F: hue angle of 44.44º degrees, saturation: 0.75, 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 #DCAB1F is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 31 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.14 |
| HSL | 44.44º | 0.75% | 0.49% | - |
| HSV(B) | 44.44º | 0.86% | 0.86% | - |
| XYZ | 44.33 | 44.44 | 7.54 | - |
| YUV | 169.69 | 49.73 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 31 | 0 | 0.22 | 0.86 | 0.14 | 44.44 | 0.75 | 0.49 |
| Hex | DC | AB | 1F | 0 | 16 | 56 | E | 2C | 4B | 31 |
| Octal | 334 | 253 | 37 | 0 | 26 | 126 | 16 | 54 | 113 | 61 |
| Binary | 11011100 | 10101011 | 11111 | 0 | 10110 | 1010110 | 1110 | 101100 | 1001011 | 110001 |
Color Harmonies of #DCAB1F
Complementary color
Monochromatic Colors of #DCAB1F
Black with #DCAB1F
Text Example
Text Example
White with #DCAB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB1F; }
p { color: rgb(220,171,31); }
H1.HeaderClassName
{
color: #DCAB1F;
}
.AnyTagClassName
{
color: #DCAB1F;
}
</style>
background-color css
<style>
a { background-color: #DCAB1F; }
a { background-color: rgb(220,171,31); }
div.DivClassName
{
background-color: #DCAB1F;
}
.BgClassName
{
background-color: #DCAB1F;
}
</style>
border-color css
<style>
span { border-color: #DCAB1F; }
span { border-color: rgb(220,171,31); }
td.TdClassName
{
border-color: #DCAB1F;
}
.TagClassName
{
border-color: #DCAB1F;
}
</style>