Shades of Galliano #DDAA18
Tints of Galliano #DDAA18
RGB
CMYK
RGB Variations
Color information
#DDAA18 (or 0xDDAA18) is known color: Galliano. HEX triplet: DD, AA and 18. RGB value is (221,170,24). Sum of RGB (Red+Green+Blue) = 221+170+24=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 24 (9.77% from 255 or 5.78% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAA18 is #2255E7. Grayscale: #A9A9A9. Windows color (decimal): -2250216 or 1616605. OLE color: 1616605.
HSL color Cylindrical-coordinate representation of color #DDAA18: hue angle of 44.47º 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 #DDAA18 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 24 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.13 |
| HSL | 44.47º | 0.8% | 0.48% | - |
| HSV(B) | 44.47º | 0.89% | 0.87% | - |
| XYZ | 44.36 | 44.19 | 7.06 | - |
| YUV | 168.61 | 46.4 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 24 | 0 | 0.23 | 0.89 | 0.13 | 44.47 | 0.8 | 0.48 |
| Hex | DD | AA | 18 | 0 | 17 | 59 | D | 2C | 50 | 30 |
| Octal | 335 | 252 | 30 | 0 | 27 | 131 | 15 | 54 | 120 | 60 |
| Binary | 11011101 | 10101010 | 11000 | 0 | 10111 | 1011001 | 1101 | 101100 | 1010000 | 110000 |
Color Harmonies of #DDAA18
Complementary color
Monochromatic Colors of #DDAA18
Black with #DDAA18
Text Example
Text Example
White with #DDAA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA18; }
p { color: rgb(221,170,24); }
H1.HeaderClassName
{
color: #DDAA18;
}
.AnyTagClassName
{
color: #DDAA18;
}
</style>
background-color css
<style>
a { background-color: #DDAA18; }
a { background-color: rgb(221,170,24); }
div.DivClassName
{
background-color: #DDAA18;
}
.BgClassName
{
background-color: #DDAA18;
}
</style>
border-color css
<style>
span { border-color: #DDAA18; }
span { border-color: rgb(221,170,24); }
td.TdClassName
{
border-color: #DDAA18;
}
.TagClassName
{
border-color: #DDAA18;
}
</style>