Shades of Galliano #DDA020
Tints of Galliano #DDA020
RGB
CMYK
RGB Variations
Color information
#DDA020 (or 0xDDA020) is known color: Galliano. HEX triplet: DD, A0 and 20. RGB value is (221,160,32). Sum of RGB (Red+Green+Blue) = 221+160+32=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 32 (12.89% from 255 or 7.75% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA020 is #225FDF. Grayscale: #A4A4A4. Windows color (decimal): -2252768 or 2138333. OLE color: 2138333.
HSL color Cylindrical-coordinate representation of color #DDA020: hue angle of 40.63º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDA020 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 32 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.13 |
| HSL | 40.63º | 0.75% | 0.5% | - |
| HSV(B) | 40.63º | 0.86% | 0.87% | - |
| XYZ | 42.65 | 40.62 | 6.96 | - |
| YUV | 163.65 | 53.71 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 32 | 0 | 0.28 | 0.86 | 0.13 | 40.63 | 0.75 | 0.5 |
| Hex | DD | A0 | 20 | 0 | 1C | 56 | D | 29 | 4B | 32 |
| Octal | 335 | 240 | 40 | 0 | 34 | 126 | 15 | 51 | 113 | 62 |
| Binary | 11011101 | 10100000 | 100000 | 0 | 11100 | 1010110 | 1101 | 101001 | 1001011 | 110010 |
Color Harmonies of #DDA020
Complementary color
Monochromatic Colors of #DDA020
Black with #DDA020
Text Example
Text Example
White with #DDA020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA020; }
p { color: rgb(221,160,32); }
H1.HeaderClassName
{
color: #DDA020;
}
.AnyTagClassName
{
color: #DDA020;
}
</style>
background-color css
<style>
a { background-color: #DDA020; }
a { background-color: rgb(221,160,32); }
div.DivClassName
{
background-color: #DDA020;
}
.BgClassName
{
background-color: #DDA020;
}
</style>
border-color css
<style>
span { border-color: #DDA020; }
span { border-color: rgb(221,160,32); }
td.TdClassName
{
border-color: #DDA020;
}
.TagClassName
{
border-color: #DDA020;
}
</style>