Shades of Galliano #DDAA2A
Tints of Galliano #DDAA2A
RGB
CMYK
RGB Variations
Color information
#DDAA2A (or 0xDDAA2A) is known color: Galliano. HEX triplet: DD, AA and 2A. RGB value is (221,170,42). Sum of RGB (Red+Green+Blue) = 221+170+42=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA2A is #2255D5. Grayscale: #ABABAB. Windows color (decimal): -2250198 or 2796253. OLE color: 2796253.
HSL color Cylindrical-coordinate representation of color #DDAA2A: hue angle of 42.91º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDAA2A is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 42 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.13 |
| HSL | 42.91º | 0.72% | 0.52% | - |
| HSV(B) | 42.91º | 0.81% | 0.87% | - |
| XYZ | 44.61 | 44.29 | 8.39 | - |
| YUV | 170.66 | 55.4 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 42 | 0 | 0.23 | 0.81 | 0.13 | 42.91 | 0.72 | 0.52 |
| Hex | DD | AA | 2A | 0 | 17 | 51 | D | 2B | 48 | 34 |
| Octal | 335 | 252 | 52 | 0 | 27 | 121 | 15 | 53 | 110 | 64 |
| Binary | 11011101 | 10101010 | 101010 | 0 | 10111 | 1010001 | 1101 | 101011 | 1001000 | 110100 |
Color Harmonies of #DDAA2A
Complementary color
Monochromatic Colors of #DDAA2A
Black with #DDAA2A
Text Example
Text Example
White with #DDAA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA2A; }
p { color: rgb(221,170,42); }
H1.HeaderClassName
{
color: #DDAA2A;
}
.AnyTagClassName
{
color: #DDAA2A;
}
</style>
background-color css
<style>
a { background-color: #DDAA2A; }
a { background-color: rgb(221,170,42); }
div.DivClassName
{
background-color: #DDAA2A;
}
.BgClassName
{
background-color: #DDAA2A;
}
</style>
border-color css
<style>
span { border-color: #DDAA2A; }
span { border-color: rgb(221,170,42); }
td.TdClassName
{
border-color: #DDAA2A;
}
.TagClassName
{
border-color: #DDAA2A;
}
</style>