Shades of Galliano #DDA22A
Tints of Galliano #DDA22A
RGB
CMYK
RGB Variations
Color information
#DDA22A (or 0xDDA22A) is known color: Galliano. HEX triplet: DD, A2 and 2A. RGB value is (221,162,42). Sum of RGB (Red+Green+Blue) = 221+162+42=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 42 (16.80% from 255 or 9.88% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA22A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA22A is #225DD5. Grayscale: #A6A6A6. Windows color (decimal): -2252246 or 2794205. OLE color: 2794205.
HSL color Cylindrical-coordinate representation of color #DDA22A: hue angle of 40.22º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDA22A is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 42 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.13 |
| HSL | 40.22º | 0.72% | 0.52% | - |
| HSV(B) | 40.22º | 0.81% | 0.87% | - |
| XYZ | 43.16 | 41.38 | 7.9 | - |
| YUV | 165.96 | 58.05 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 42 | 0 | 0.27 | 0.81 | 0.13 | 40.22 | 0.72 | 0.52 |
| Hex | DD | A2 | 2A | 0 | 1B | 51 | D | 28 | 48 | 34 |
| Octal | 335 | 242 | 52 | 0 | 33 | 121 | 15 | 50 | 110 | 64 |
| Binary | 11011101 | 10100010 | 101010 | 0 | 11011 | 1010001 | 1101 | 101000 | 1001000 | 110100 |
Color Harmonies of #DDA22A
Complementary color
Monochromatic Colors of #DDA22A
Black with #DDA22A
Text Example
Text Example
White with #DDA22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA22A; }
p { color: rgb(221,162,42); }
H1.HeaderClassName
{
color: #DDA22A;
}
.AnyTagClassName
{
color: #DDA22A;
}
</style>
background-color css
<style>
a { background-color: #DDA22A; }
a { background-color: rgb(221,162,42); }
div.DivClassName
{
background-color: #DDA22A;
}
.BgClassName
{
background-color: #DDA22A;
}
</style>
border-color css
<style>
span { border-color: #DDA22A; }
span { border-color: rgb(221,162,42); }
td.TdClassName
{
border-color: #DDA22A;
}
.TagClassName
{
border-color: #DDA22A;
}
</style>