Shades of Galliano #DDA22F
Tints of Galliano #DDA22F
RGB
CMYK
RGB Variations
Color information
#DDA22F (or 0xDDA22F) is known color: Galliano. HEX triplet: DD, A2 and 2F. RGB value is (221,162,47). Sum of RGB (Red+Green+Blue) = 221+162+47=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 47 (18.75% from 255 or 10.93% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA22F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA22F is #225DD0. Grayscale: #A7A7A7. Windows color (decimal): -2252241 or 3121885. OLE color: 3121885.
HSL color Cylindrical-coordinate representation of color #DDA22F: hue angle of 39.66º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDA22F is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 47 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.13 |
| HSL | 39.66º | 0.72% | 0.53% | - |
| HSV(B) | 39.66º | 0.79% | 0.87% | - |
| XYZ | 43.25 | 41.42 | 8.4 | - |
| YUV | 166.53 | 60.55 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 47 | 0 | 0.27 | 0.79 | 0.13 | 39.66 | 0.72 | 0.53 |
| Hex | DD | A2 | 2F | 0 | 1B | 4F | D | 28 | 48 | 35 |
| Octal | 335 | 242 | 57 | 0 | 33 | 117 | 15 | 50 | 110 | 65 |
| Binary | 11011101 | 10100010 | 101111 | 0 | 11011 | 1001111 | 1101 | 101000 | 1001000 | 110101 |
Color Harmonies of #DDA22F
Complementary color
Monochromatic Colors of #DDA22F
Black with #DDA22F
Text Example
Text Example
White with #DDA22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA22F; }
p { color: rgb(221,162,47); }
H1.HeaderClassName
{
color: #DDA22F;
}
.AnyTagClassName
{
color: #DDA22F;
}
</style>
background-color css
<style>
a { background-color: #DDA22F; }
a { background-color: rgb(221,162,47); }
div.DivClassName
{
background-color: #DDA22F;
}
.BgClassName
{
background-color: #DDA22F;
}
</style>
border-color css
<style>
span { border-color: #DDA22F; }
span { border-color: rgb(221,162,47); }
td.TdClassName
{
border-color: #DDA22F;
}
.TagClassName
{
border-color: #DDA22F;
}
</style>