Shades of Galliano #DDA219
Tints of Galliano #DDA219
RGB
CMYK
RGB Variations
Color information
#DDA219 (or 0xDDA219) is known color: Galliano. HEX triplet: DD, A2 and 19. RGB value is (221,162,25). Sum of RGB (Red+Green+Blue) = 221+162+25=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 25 (10.16% from 255 or 6.13% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA219 is #225DE6. Grayscale: #A4A4A4. Windows color (decimal): -2252263 or 1680093. OLE color: 1680093.
HSL color Cylindrical-coordinate representation of color #DDA219: hue angle of 41.94º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDA219 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 25 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.13 |
| HSL | 41.94º | 0.8% | 0.48% | - |
| HSV(B) | 41.94º | 0.89% | 0.87% | - |
| XYZ | 42.91 | 41.28 | 6.63 | - |
| YUV | 164.02 | 49.55 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 25 | 0 | 0.27 | 0.89 | 0.13 | 41.94 | 0.8 | 0.48 |
| Hex | DD | A2 | 19 | 0 | 1B | 59 | D | 2A | 50 | 30 |
| Octal | 335 | 242 | 31 | 0 | 33 | 131 | 15 | 52 | 120 | 60 |
| Binary | 11011101 | 10100010 | 11001 | 0 | 11011 | 1011001 | 1101 | 101010 | 1010000 | 110000 |
Color Harmonies of #DDA219
Complementary color
Monochromatic Colors of #DDA219
Black with #DDA219
Text Example
Text Example
White with #DDA219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA219; }
p { color: rgb(221,162,25); }
H1.HeaderClassName
{
color: #DDA219;
}
.AnyTagClassName
{
color: #DDA219;
}
</style>
background-color css
<style>
a { background-color: #DDA219; }
a { background-color: rgb(221,162,25); }
div.DivClassName
{
background-color: #DDA219;
}
.BgClassName
{
background-color: #DDA219;
}
</style>
border-color css
<style>
span { border-color: #DDA219; }
span { border-color: rgb(221,162,25); }
td.TdClassName
{
border-color: #DDA219;
}
.TagClassName
{
border-color: #DDA219;
}
</style>