Shades of Galliano #DCAB27
Tints of Galliano #DCAB27
RGB
CMYK
RGB Variations
Color information
#DCAB27 (or 0xDCAB27) is known color: Galliano. HEX triplet: DC, AB and 27. RGB value is (220,171,39). Sum of RGB (Red+Green+Blue) = 220+171+39=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 39 (15.62% from 255 or 9.07% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB27 is #2354D8. Grayscale: #ABABAB. Windows color (decimal): -2315481 or 2599900. OLE color: 2599900.
HSL color Cylindrical-coordinate representation of color #DCAB27: hue angle of 43.76º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCAB27 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 39 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.14 |
| HSL | 43.76º | 0.72% | 0.51% | - |
| HSV(B) | 43.76º | 0.82% | 0.86% | - |
| XYZ | 44.44 | 44.49 | 8.16 | - |
| YUV | 170.6 | 53.73 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 39 | 0 | 0.22 | 0.82 | 0.14 | 43.76 | 0.72 | 0.51 |
| Hex | DC | AB | 27 | 0 | 16 | 52 | E | 2C | 48 | 33 |
| Octal | 334 | 253 | 47 | 0 | 26 | 122 | 16 | 54 | 110 | 63 |
| Binary | 11011100 | 10101011 | 100111 | 0 | 10110 | 1010010 | 1110 | 101100 | 1001000 | 110011 |
Color Harmonies of #DCAB27
Complementary color
Monochromatic Colors of #DCAB27
Black with #DCAB27
Text Example
Text Example
White with #DCAB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB27; }
p { color: rgb(220,171,39); }
H1.HeaderClassName
{
color: #DCAB27;
}
.AnyTagClassName
{
color: #DCAB27;
}
</style>
background-color css
<style>
a { background-color: #DCAB27; }
a { background-color: rgb(220,171,39); }
div.DivClassName
{
background-color: #DCAB27;
}
.BgClassName
{
background-color: #DCAB27;
}
</style>
border-color css
<style>
span { border-color: #DCAB27; }
span { border-color: rgb(220,171,39); }
td.TdClassName
{
border-color: #DCAB27;
}
.TagClassName
{
border-color: #DCAB27;
}
</style>