Shades of Galliano #DCAA23
Tints of Galliano #DCAA23
RGB
CMYK
RGB Variations
Color information
#DCAA23 (or 0xDCAA23) is known color: Galliano. HEX triplet: DC, AA and 23. RGB value is (220,170,35). Sum of RGB (Red+Green+Blue) = 220+170+35=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 35 (14.06% from 255 or 8.24% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA23 is #2355DC. Grayscale: #AAAAAA. Windows color (decimal): -2315741 or 2337500. OLE color: 2337500.
HSL color Cylindrical-coordinate representation of color #DCAA23: hue angle of 43.78º 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 #DCAA23 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 35 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.14 |
| HSL | 43.78º | 0.73% | 0.5% | - |
| HSV(B) | 43.78º | 0.84% | 0.86% | - |
| XYZ | 44.19 | 44.09 | 7.77 | - |
| YUV | 169.56 | 52.07 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 35 | 0 | 0.23 | 0.84 | 0.14 | 43.78 | 0.73 | 0.5 |
| Hex | DC | AA | 23 | 0 | 17 | 54 | E | 2C | 49 | 32 |
| Octal | 334 | 252 | 43 | 0 | 27 | 124 | 16 | 54 | 111 | 62 |
| Binary | 11011100 | 10101010 | 100011 | 0 | 10111 | 1010100 | 1110 | 101100 | 1001001 | 110010 |
Color Harmonies of #DCAA23
Complementary color
Monochromatic Colors of #DCAA23
Black with #DCAA23
Text Example
Text Example
White with #DCAA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA23; }
p { color: rgb(220,170,35); }
H1.HeaderClassName
{
color: #DCAA23;
}
.AnyTagClassName
{
color: #DCAA23;
}
</style>
background-color css
<style>
a { background-color: #DCAA23; }
a { background-color: rgb(220,170,35); }
div.DivClassName
{
background-color: #DCAA23;
}
.BgClassName
{
background-color: #DCAA23;
}
</style>
border-color css
<style>
span { border-color: #DCAA23; }
span { border-color: rgb(220,170,35); }
td.TdClassName
{
border-color: #DCAA23;
}
.TagClassName
{
border-color: #DCAA23;
}
</style>