Shades of Galliano #DDAA15
Tints of Galliano #DDAA15
RGB
CMYK
RGB Variations
Color information
#DDAA15 (or 0xDDAA15) is known color: Galliano. HEX triplet: DD, AA and 15. RGB value is (221,170,21). Sum of RGB (Red+Green+Blue) = 221+170+21=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 21 (8.59% from 255 or 5.10% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAA15 is #2255EA. Grayscale: #A8A8A8. Windows color (decimal): -2250219 or 1419997. OLE color: 1419997.
HSL color Cylindrical-coordinate representation of color #DDAA15: hue angle of 44.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDAA15 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 21 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.13 |
| HSL | 44.7º | 0.83% | 0.47% | - |
| HSV(B) | 44.7º | 0.9% | 0.87% | - |
| XYZ | 44.33 | 44.18 | 6.9 | - |
| YUV | 168.26 | 44.9 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 21 | 0 | 0.23 | 0.90 | 0.13 | 44.7 | 0.83 | 0.47 |
| Hex | DD | AA | 15 | 0 | 17 | 5A | D | 2D | 53 | 2F |
| Octal | 335 | 252 | 25 | 0 | 27 | 132 | 15 | 55 | 123 | 57 |
| Binary | 11011101 | 10101010 | 10101 | 0 | 10111 | 1011010 | 1101 | 101101 | 1010011 | 101111 |
Color Harmonies of #DDAA15
Complementary color
Monochromatic Colors of #DDAA15
Black with #DDAA15
Text Example
Text Example
White with #DDAA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA15; }
p { color: rgb(221,170,21); }
H1.HeaderClassName
{
color: #DDAA15;
}
.AnyTagClassName
{
color: #DDAA15;
}
</style>
background-color css
<style>
a { background-color: #DDAA15; }
a { background-color: rgb(221,170,21); }
div.DivClassName
{
background-color: #DDAA15;
}
.BgClassName
{
background-color: #DDAA15;
}
</style>
border-color css
<style>
span { border-color: #DDAA15; }
span { border-color: rgb(221,170,21); }
td.TdClassName
{
border-color: #DDAA15;
}
.TagClassName
{
border-color: #DDAA15;
}
</style>