Shades of Galliano #DDA22E
Tints of Galliano #DDA22E
RGB
CMYK
RGB Variations
Color information
#DDA22E (or 0xDDA22E) is known color: Galliano. HEX triplet: DD, A2 and 2E. RGB value is (221,162,46). Sum of RGB (Red+Green+Blue) = 221+162+46=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 46 (18.36% from 255 or 10.72% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA22E is #225DD1. Grayscale: #A6A6A6. Windows color (decimal): -2252242 or 3056349. OLE color: 3056349.
HSL color Cylindrical-coordinate representation of color #DDA22E: hue angle of 39.77º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDA22E is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 46 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.13 |
| HSL | 39.77º | 0.72% | 0.52% | - |
| HSV(B) | 39.77º | 0.79% | 0.87% | - |
| XYZ | 43.23 | 41.41 | 8.3 | - |
| YUV | 166.42 | 60.05 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 46 | 0 | 0.27 | 0.79 | 0.13 | 39.77 | 0.72 | 0.52 |
| Hex | DD | A2 | 2E | 0 | 1B | 4F | D | 28 | 48 | 34 |
| Octal | 335 | 242 | 56 | 0 | 33 | 117 | 15 | 50 | 110 | 64 |
| Binary | 11011101 | 10100010 | 101110 | 0 | 11011 | 1001111 | 1101 | 101000 | 1001000 | 110100 |
Color Harmonies of #DDA22E
Complementary color
Monochromatic Colors of #DDA22E
Black with #DDA22E
Text Example
Text Example
White with #DDA22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA22E; }
p { color: rgb(221,162,46); }
H1.HeaderClassName
{
color: #DDA22E;
}
.AnyTagClassName
{
color: #DDA22E;
}
</style>
background-color css
<style>
a { background-color: #DDA22E; }
a { background-color: rgb(221,162,46); }
div.DivClassName
{
background-color: #DDA22E;
}
.BgClassName
{
background-color: #DDA22E;
}
</style>
border-color css
<style>
span { border-color: #DDA22E; }
span { border-color: rgb(221,162,46); }
td.TdClassName
{
border-color: #DDA22E;
}
.TagClassName
{
border-color: #DDA22E;
}
</style>