Shades of Galliano #DDAB19
Tints of Galliano #DDAB19
RGB
CMYK
RGB Variations
Color information
#DDAB19 (or 0xDDAB19) is known color: Galliano. HEX triplet: DD, AB and 19. RGB value is (221,171,25). Sum of RGB (Red+Green+Blue) = 221+171+25=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAB19 is #2254E6. Grayscale: #A9A9A9. Windows color (decimal): -2249959 or 1682397. OLE color: 1682397.
HSL color Cylindrical-coordinate representation of color #DDAB19: hue angle of 44.69º 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 #DDAB19 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 25 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.13 |
| HSL | 44.69º | 0.8% | 0.48% | - |
| HSV(B) | 44.69º | 0.89% | 0.87% | - |
| XYZ | 44.56 | 44.57 | 7.17 | - |
| YUV | 169.31 | 46.57 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 25 | 0 | 0.23 | 0.89 | 0.13 | 44.69 | 0.8 | 0.48 |
| Hex | DD | AB | 19 | 0 | 17 | 59 | D | 2D | 50 | 30 |
| Octal | 335 | 253 | 31 | 0 | 27 | 131 | 15 | 55 | 120 | 60 |
| Binary | 11011101 | 10101011 | 11001 | 0 | 10111 | 1011001 | 1101 | 101101 | 1010000 | 110000 |
Color Harmonies of #DDAB19
Complementary color
Monochromatic Colors of #DDAB19
Black with #DDAB19
Text Example
Text Example
White with #DDAB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB19; }
p { color: rgb(221,171,25); }
H1.HeaderClassName
{
color: #DDAB19;
}
.AnyTagClassName
{
color: #DDAB19;
}
</style>
background-color css
<style>
a { background-color: #DDAB19; }
a { background-color: rgb(221,171,25); }
div.DivClassName
{
background-color: #DDAB19;
}
.BgClassName
{
background-color: #DDAB19;
}
</style>
border-color css
<style>
span { border-color: #DDAB19; }
span { border-color: rgb(221,171,25); }
td.TdClassName
{
border-color: #DDAB19;
}
.TagClassName
{
border-color: #DDAB19;
}
</style>