Shades of Galliano #DDAA13
Tints of Galliano #DDAA13
RGB
CMYK
RGB Variations
Color information
#DDAA13 (or 0xDDAA13) is known color: Galliano. HEX triplet: DD, AA and 13. RGB value is (221,170,19). Sum of RGB (Red+Green+Blue) = 221+170+19=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 19 (7.81% from 255 or 4.63% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAA13 is #2255EC. Grayscale: #A8A8A8. Windows color (decimal): -2250221 or 1288925. OLE color: 1288925.
HSL color Cylindrical-coordinate representation of color #DDAA13: hue angle of 44.85º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDAA13 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 19 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.13 |
| HSL | 44.85º | 0.84% | 0.47% | - |
| HSV(B) | 44.85º | 0.91% | 0.87% | - |
| XYZ | 44.31 | 44.17 | 6.81 | - |
| YUV | 168.04 | 43.9 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 19 | 0 | 0.23 | 0.91 | 0.13 | 44.85 | 0.84 | 0.47 |
| Hex | DD | AA | 13 | 0 | 17 | 5B | D | 2D | 54 | 2F |
| Octal | 335 | 252 | 23 | 0 | 27 | 133 | 15 | 55 | 124 | 57 |
| Binary | 11011101 | 10101010 | 10011 | 0 | 10111 | 1011011 | 1101 | 101101 | 1010100 | 101111 |
Color Harmonies of #DDAA13
Complementary color
Monochromatic Colors of #DDAA13
Black with #DDAA13
Text Example
Text Example
White with #DDAA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA13; }
p { color: rgb(221,170,19); }
H1.HeaderClassName
{
color: #DDAA13;
}
.AnyTagClassName
{
color: #DDAA13;
}
</style>
background-color css
<style>
a { background-color: #DDAA13; }
a { background-color: rgb(221,170,19); }
div.DivClassName
{
background-color: #DDAA13;
}
.BgClassName
{
background-color: #DDAA13;
}
</style>
border-color css
<style>
span { border-color: #DDAA13; }
span { border-color: rgb(221,170,19); }
td.TdClassName
{
border-color: #DDAA13;
}
.TagClassName
{
border-color: #DDAA13;
}
</style>