Shades of Galliano #DCAC23
Tints of Galliano #DCAC23
RGB
CMYK
RGB Variations
Color information
#DCAC23 (or 0xDCAC23) is known color: Galliano. HEX triplet: DC, AC and 23. RGB value is (220,172,35). Sum of RGB (Red+Green+Blue) = 220+172+35=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 35 (14.06% from 255 or 8.20% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC23 is #2353DC. Grayscale: #ABABAB. Windows color (decimal): -2315229 or 2338012. OLE color: 2338012.
HSL color Cylindrical-coordinate representation of color #DCAC23: hue angle of 44.43º 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 #DCAC23 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 35 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.14 |
| HSL | 44.43º | 0.73% | 0.5% | - |
| HSV(B) | 44.43º | 0.84% | 0.86% | - |
| XYZ | 44.57 | 44.84 | 7.9 | - |
| YUV | 170.73 | 51.4 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 35 | 0 | 0.22 | 0.84 | 0.14 | 44.43 | 0.73 | 0.5 |
| Hex | DC | AC | 23 | 0 | 16 | 54 | E | 2C | 49 | 32 |
| Octal | 334 | 254 | 43 | 0 | 26 | 124 | 16 | 54 | 111 | 62 |
| Binary | 11011100 | 10101100 | 100011 | 0 | 10110 | 1010100 | 1110 | 101100 | 1001001 | 110010 |
Color Harmonies of #DCAC23
Complementary color
Monochromatic Colors of #DCAC23
Black with #DCAC23
Text Example
Text Example
White with #DCAC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC23; }
p { color: rgb(220,172,35); }
H1.HeaderClassName
{
color: #DCAC23;
}
.AnyTagClassName
{
color: #DCAC23;
}
</style>
background-color css
<style>
a { background-color: #DCAC23; }
a { background-color: rgb(220,172,35); }
div.DivClassName
{
background-color: #DCAC23;
}
.BgClassName
{
background-color: #DCAC23;
}
</style>
border-color css
<style>
span { border-color: #DCAC23; }
span { border-color: rgb(220,172,35); }
td.TdClassName
{
border-color: #DCAC23;
}
.TagClassName
{
border-color: #DCAC23;
}
</style>