Shades of Galliano #DDA22C
Tints of Galliano #DDA22C
RGB
CMYK
RGB Variations
Color information
#DDA22C (or 0xDDA22C) is known color: Galliano. HEX triplet: DD, A2 and 2C. RGB value is (221,162,44). Sum of RGB (Red+Green+Blue) = 221+162+44=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA22C is #225DD3. Grayscale: #A6A6A6. Windows color (decimal): -2252244 or 2925277. OLE color: 2925277.
HSL color Cylindrical-coordinate representation of color #DDA22C: hue angle of 40º 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 #DDA22C is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 44 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.13 |
| HSL | 40º | 0.72% | 0.52% | - |
| HSV(B) | 40º | 0.8% | 0.87% | - |
| XYZ | 43.19 | 41.39 | 8.1 | - |
| YUV | 166.19 | 59.05 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 44 | 0 | 0.27 | 0.80 | 0.13 | 40 | 0.72 | 0.52 |
| Hex | DD | A2 | 2C | 0 | 1B | 50 | D | 28 | 48 | 34 |
| Octal | 335 | 242 | 54 | 0 | 33 | 120 | 15 | 50 | 110 | 64 |
| Binary | 11011101 | 10100010 | 101100 | 0 | 11011 | 1010000 | 1101 | 101000 | 1001000 | 110100 |
Color Harmonies of #DDA22C
Complementary color
Monochromatic Colors of #DDA22C
Black with #DDA22C
Text Example
Text Example
White with #DDA22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA22C; }
p { color: rgb(221,162,44); }
H1.HeaderClassName
{
color: #DDA22C;
}
.AnyTagClassName
{
color: #DDA22C;
}
</style>
background-color css
<style>
a { background-color: #DDA22C; }
a { background-color: rgb(221,162,44); }
div.DivClassName
{
background-color: #DDA22C;
}
.BgClassName
{
background-color: #DDA22C;
}
</style>
border-color css
<style>
span { border-color: #DDA22C; }
span { border-color: rgb(221,162,44); }
td.TdClassName
{
border-color: #DDA22C;
}
.TagClassName
{
border-color: #DDA22C;
}
</style>