Shades of Galliano #DCAB23
Tints of Galliano #DCAB23
RGB
CMYK
RGB Variations
Color information
#DCAB23 (or 0xDCAB23) is known color: Galliano. HEX triplet: DC, AB and 23. RGB value is (220,171,35). Sum of RGB (Red+Green+Blue) = 220+171+35=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 35 (14.06% from 255 or 8.22% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB23 is #2354DC. Grayscale: #AAAAAA. Windows color (decimal): -2315485 or 2337756. OLE color: 2337756.
HSL color Cylindrical-coordinate representation of color #DCAB23: hue angle of 44.11º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCAB23 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 35 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.14 |
| HSL | 44.11º | 0.73% | 0.5% | - |
| HSV(B) | 44.11º | 0.84% | 0.86% | - |
| XYZ | 44.38 | 44.46 | 7.83 | - |
| YUV | 170.15 | 51.73 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 35 | 0 | 0.22 | 0.84 | 0.14 | 44.11 | 0.73 | 0.5 |
| Hex | DC | AB | 23 | 0 | 16 | 54 | E | 2C | 49 | 32 |
| Octal | 334 | 253 | 43 | 0 | 26 | 124 | 16 | 54 | 111 | 62 |
| Binary | 11011100 | 10101011 | 100011 | 0 | 10110 | 1010100 | 1110 | 101100 | 1001001 | 110010 |
Color Harmonies of #DCAB23
Complementary color
Monochromatic Colors of #DCAB23
Black with #DCAB23
Text Example
Text Example
White with #DCAB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB23; }
p { color: rgb(220,171,35); }
H1.HeaderClassName
{
color: #DCAB23;
}
.AnyTagClassName
{
color: #DCAB23;
}
</style>
background-color css
<style>
a { background-color: #DCAB23; }
a { background-color: rgb(220,171,35); }
div.DivClassName
{
background-color: #DCAB23;
}
.BgClassName
{
background-color: #DCAB23;
}
</style>
border-color css
<style>
span { border-color: #DCAB23; }
span { border-color: rgb(220,171,35); }
td.TdClassName
{
border-color: #DCAB23;
}
.TagClassName
{
border-color: #DCAB23;
}
</style>