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