Shades of Galliano #DDA222
Tints of Galliano #DDA222
RGB
CMYK
RGB Variations
Color information
#DDA222 (or 0xDDA222) is known color: Galliano. HEX triplet: DD, A2 and 22. RGB value is (221,162,34). Sum of RGB (Red+Green+Blue) = 221+162+34=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 34 (13.67% from 255 or 8.15% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA222 is #225DDD. Grayscale: #A5A5A5. Windows color (decimal): -2252254 or 2269917. OLE color: 2269917.
HSL color Cylindrical-coordinate representation of color #DDA222: hue angle of 41.07º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDA222 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 34 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.13 |
| HSL | 41.07º | 0.73% | 0.5% | - |
| HSV(B) | 41.07º | 0.85% | 0.87% | - |
| XYZ | 43.03 | 41.33 | 7.22 | - |
| YUV | 165.05 | 54.05 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 34 | 0 | 0.27 | 0.85 | 0.13 | 41.07 | 0.73 | 0.5 |
| Hex | DD | A2 | 22 | 0 | 1B | 55 | D | 29 | 49 | 32 |
| Octal | 335 | 242 | 42 | 0 | 33 | 125 | 15 | 51 | 111 | 62 |
| Binary | 11011101 | 10100010 | 100010 | 0 | 11011 | 1010101 | 1101 | 101001 | 1001001 | 110010 |
Color Harmonies of #DDA222
Complementary color
Monochromatic Colors of #DDA222
Black with #DDA222
Text Example
Text Example
White with #DDA222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA222; }
p { color: rgb(221,162,34); }
H1.HeaderClassName
{
color: #DDA222;
}
.AnyTagClassName
{
color: #DDA222;
}
</style>
background-color css
<style>
a { background-color: #DDA222; }
a { background-color: rgb(221,162,34); }
div.DivClassName
{
background-color: #DDA222;
}
.BgClassName
{
background-color: #DDA222;
}
</style>
border-color css
<style>
span { border-color: #DDA222; }
span { border-color: rgb(221,162,34); }
td.TdClassName
{
border-color: #DDA222;
}
.TagClassName
{
border-color: #DDA222;
}
</style>