Shades of Galliano #DDAA2C
Tints of Galliano #DDAA2C
RGB
CMYK
RGB Variations
Color information
#DDAA2C (or 0xDDAA2C) is known color: Galliano. HEX triplet: DD, AA and 2C. RGB value is (221,170,44). Sum of RGB (Red+Green+Blue) = 221+170+44=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA2C is #2255D3. Grayscale: #ABABAB. Windows color (decimal): -2250196 or 2927325. OLE color: 2927325.
HSL color Cylindrical-coordinate representation of color #DDAA2C: hue angle of 42.71º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDAA2C is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 44 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.13 |
| HSL | 42.71º | 0.72% | 0.52% | - |
| HSV(B) | 42.71º | 0.8% | 0.87% | - |
| XYZ | 44.65 | 44.3 | 8.58 | - |
| YUV | 170.89 | 56.4 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 44 | 0 | 0.23 | 0.80 | 0.13 | 42.71 | 0.72 | 0.52 |
| Hex | DD | AA | 2C | 0 | 17 | 50 | D | 2B | 48 | 34 |
| Octal | 335 | 252 | 54 | 0 | 27 | 120 | 15 | 53 | 110 | 64 |
| Binary | 11011101 | 10101010 | 101100 | 0 | 10111 | 1010000 | 1101 | 101011 | 1001000 | 110100 |
Color Harmonies of #DDAA2C
Complementary color
Monochromatic Colors of #DDAA2C
Black with #DDAA2C
Text Example
Text Example
White with #DDAA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA2C; }
p { color: rgb(221,170,44); }
H1.HeaderClassName
{
color: #DDAA2C;
}
.AnyTagClassName
{
color: #DDAA2C;
}
</style>
background-color css
<style>
a { background-color: #DDAA2C; }
a { background-color: rgb(221,170,44); }
div.DivClassName
{
background-color: #DDAA2C;
}
.BgClassName
{
background-color: #DDAA2C;
}
</style>
border-color css
<style>
span { border-color: #DDAA2C; }
span { border-color: rgb(221,170,44); }
td.TdClassName
{
border-color: #DDAA2C;
}
.TagClassName
{
border-color: #DDAA2C;
}
</style>