Shades of Galliano #DDA224
Tints of Galliano #DDA224
RGB
CMYK
RGB Variations
Color information
#DDA224 (or 0xDDA224) is known color: Galliano. HEX triplet: DD, A2 and 24. RGB value is (221,162,36). Sum of RGB (Red+Green+Blue) = 221+162+36=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 36 (14.45% from 255 or 8.59% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA224 is #225DDB. Grayscale: #A5A5A5. Windows color (decimal): -2252252 or 2400989. OLE color: 2400989.
HSL color Cylindrical-coordinate representation of color #DDA224: hue angle of 40.86º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDA224 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 36 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.13 |
| HSL | 40.86º | 0.73% | 0.5% | - |
| HSV(B) | 40.86º | 0.84% | 0.87% | - |
| XYZ | 43.06 | 41.34 | 7.38 | - |
| YUV | 165.28 | 55.05 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 36 | 0 | 0.27 | 0.84 | 0.13 | 40.86 | 0.73 | 0.5 |
| Hex | DD | A2 | 24 | 0 | 1B | 54 | D | 29 | 49 | 32 |
| Octal | 335 | 242 | 44 | 0 | 33 | 124 | 15 | 51 | 111 | 62 |
| Binary | 11011101 | 10100010 | 100100 | 0 | 11011 | 1010100 | 1101 | 101001 | 1001001 | 110010 |
Color Harmonies of #DDA224
Complementary color
Monochromatic Colors of #DDA224
Black with #DDA224
Text Example
Text Example
White with #DDA224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA224; }
p { color: rgb(221,162,36); }
H1.HeaderClassName
{
color: #DDA224;
}
.AnyTagClassName
{
color: #DDA224;
}
</style>
background-color css
<style>
a { background-color: #DDA224; }
a { background-color: rgb(221,162,36); }
div.DivClassName
{
background-color: #DDA224;
}
.BgClassName
{
background-color: #DDA224;
}
</style>
border-color css
<style>
span { border-color: #DDA224; }
span { border-color: rgb(221,162,36); }
td.TdClassName
{
border-color: #DDA224;
}
.TagClassName
{
border-color: #DDA224;
}
</style>