Shades of Galliano #DDA119
Tints of Galliano #DDA119
RGB
CMYK
RGB Variations
Color information
#DDA119 (or 0xDDA119) is known color: Galliano. HEX triplet: DD, A1 and 19. RGB value is (221,161,25). Sum of RGB (Red+Green+Blue) = 221+161+25=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA119 is #225EE6. Grayscale: #A4A4A4. Windows color (decimal): -2252519 or 1679837. OLE color: 1679837.
HSL color Cylindrical-coordinate representation of color #DDA119: hue angle of 41.63º 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 #DDA119 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 25 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.13 |
| HSL | 41.63º | 0.8% | 0.48% | - |
| HSV(B) | 41.63º | 0.89% | 0.87% | - |
| XYZ | 42.74 | 40.93 | 6.57 | - |
| YUV | 163.44 | 49.88 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 25 | 0 | 0.27 | 0.89 | 0.13 | 41.63 | 0.8 | 0.48 |
| Hex | DD | A1 | 19 | 0 | 1B | 59 | D | 2A | 50 | 30 |
| Octal | 335 | 241 | 31 | 0 | 33 | 131 | 15 | 52 | 120 | 60 |
| Binary | 11011101 | 10100001 | 11001 | 0 | 11011 | 1011001 | 1101 | 101010 | 1010000 | 110000 |
Color Harmonies of #DDA119
Complementary color
Monochromatic Colors of #DDA119
Black with #DDA119
Text Example
Text Example
White with #DDA119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA119; }
p { color: rgb(221,161,25); }
H1.HeaderClassName
{
color: #DDA119;
}
.AnyTagClassName
{
color: #DDA119;
}
</style>
background-color css
<style>
a { background-color: #DDA119; }
a { background-color: rgb(221,161,25); }
div.DivClassName
{
background-color: #DDA119;
}
.BgClassName
{
background-color: #DDA119;
}
</style>
border-color css
<style>
span { border-color: #DDA119; }
span { border-color: rgb(221,161,25); }
td.TdClassName
{
border-color: #DDA119;
}
.TagClassName
{
border-color: #DDA119;
}
</style>