Shades of Galliano #DCAA2B
Tints of Galliano #DCAA2B
RGB
CMYK
RGB Variations
Color information
#DCAA2B (or 0xDCAA2B) is known color: Galliano. HEX triplet: DC, AA and 2B. RGB value is (220,170,43). Sum of RGB (Red+Green+Blue) = 220+170+43=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 43 (17.19% from 255 or 9.93% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA2B is #2355D4. Grayscale: #ABABAB. Windows color (decimal): -2315733 or 2861788. OLE color: 2861788.
HSL color Cylindrical-coordinate representation of color #DCAA2B: hue angle of 43.05º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCAA2B is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 43 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.14 |
| HSL | 43.05º | 0.72% | 0.52% | - |
| HSV(B) | 43.05º | 0.8% | 0.86% | - |
| XYZ | 44.33 | 44.14 | 8.47 | - |
| YUV | 170.47 | 56.07 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 43 | 0 | 0.23 | 0.80 | 0.14 | 43.05 | 0.72 | 0.52 |
| Hex | DC | AA | 2B | 0 | 17 | 50 | E | 2B | 48 | 34 |
| Octal | 334 | 252 | 53 | 0 | 27 | 120 | 16 | 53 | 110 | 64 |
| Binary | 11011100 | 10101010 | 101011 | 0 | 10111 | 1010000 | 1110 | 101011 | 1001000 | 110100 |
Color Harmonies of #DCAA2B
Complementary color
Monochromatic Colors of #DCAA2B
Black with #DCAA2B
Text Example
Text Example
White with #DCAA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA2B; }
p { color: rgb(220,170,43); }
H1.HeaderClassName
{
color: #DCAA2B;
}
.AnyTagClassName
{
color: #DCAA2B;
}
</style>
background-color css
<style>
a { background-color: #DCAA2B; }
a { background-color: rgb(220,170,43); }
div.DivClassName
{
background-color: #DCAA2B;
}
.BgClassName
{
background-color: #DCAA2B;
}
</style>
border-color css
<style>
span { border-color: #DCAA2B; }
span { border-color: rgb(220,170,43); }
td.TdClassName
{
border-color: #DCAA2B;
}
.TagClassName
{
border-color: #DCAA2B;
}
</style>