Shades of Galliano #DDAA1E
Tints of Galliano #DDAA1E
RGB
CMYK
RGB Variations
Color information
#DDAA1E (or 0xDDAA1E) is known color: Galliano. HEX triplet: DD, AA and 1E. RGB value is (221,170,30). Sum of RGB (Red+Green+Blue) = 221+170+30=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA1E is #2255E1. Grayscale: #A9A9A9. Windows color (decimal): -2250210 or 2009821. OLE color: 2009821.
HSL color Cylindrical-coordinate representation of color #DDAA1E: hue angle of 43.98º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDAA1E is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 30 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.13 |
| HSL | 43.98º | 0.76% | 0.49% | - |
| HSV(B) | 43.98º | 0.86% | 0.87% | - |
| XYZ | 44.43 | 44.22 | 7.42 | - |
| YUV | 169.29 | 49.4 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 30 | 0 | 0.23 | 0.86 | 0.13 | 43.98 | 0.76 | 0.49 |
| Hex | DD | AA | 1E | 0 | 17 | 56 | D | 2C | 4C | 31 |
| Octal | 335 | 252 | 36 | 0 | 27 | 126 | 15 | 54 | 114 | 61 |
| Binary | 11011101 | 10101010 | 11110 | 0 | 10111 | 1010110 | 1101 | 101100 | 1001100 | 110001 |
Color Harmonies of #DDAA1E
Complementary color
Monochromatic Colors of #DDAA1E
Black with #DDAA1E
Text Example
Text Example
White with #DDAA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA1E; }
p { color: rgb(221,170,30); }
H1.HeaderClassName
{
color: #DDAA1E;
}
.AnyTagClassName
{
color: #DDAA1E;
}
</style>
background-color css
<style>
a { background-color: #DDAA1E; }
a { background-color: rgb(221,170,30); }
div.DivClassName
{
background-color: #DDAA1E;
}
.BgClassName
{
background-color: #DDAA1E;
}
</style>
border-color css
<style>
span { border-color: #DDAA1E; }
span { border-color: rgb(221,170,30); }
td.TdClassName
{
border-color: #DDAA1E;
}
.TagClassName
{
border-color: #DDAA1E;
}
</style>