Shades of Galliano #DDA920
Tints of Galliano #DDA920
RGB
CMYK
RGB Variations
Color information
#DDA920 (or 0xDDA920) is known color: Galliano. HEX triplet: DD, A9 and 20. RGB value is (221,169,32). Sum of RGB (Red+Green+Blue) = 221+169+32=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA920 is #2256DF. Grayscale: #A9A9A9. Windows color (decimal): -2250464 or 2140637. OLE color: 2140637.
HSL color Cylindrical-coordinate representation of color #DDA920: hue angle of 43.49º 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 #DDA920 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 32 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.13 |
| HSL | 43.49º | 0.75% | 0.5% | - |
| HSV(B) | 43.49º | 0.86% | 0.87% | - |
| XYZ | 44.27 | 43.85 | 7.5 | - |
| YUV | 168.93 | 50.73 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 32 | 0 | 0.24 | 0.86 | 0.13 | 43.49 | 0.75 | 0.5 |
| Hex | DD | A9 | 20 | 0 | 18 | 56 | D | 2B | 4B | 32 |
| Octal | 335 | 251 | 40 | 0 | 30 | 126 | 15 | 53 | 113 | 62 |
| Binary | 11011101 | 10101001 | 100000 | 0 | 11000 | 1010110 | 1101 | 101011 | 1001011 | 110010 |
Color Harmonies of #DDA920
Complementary color
Monochromatic Colors of #DDA920
Black with #DDA920
Text Example
Text Example
White with #DDA920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA920; }
p { color: rgb(221,169,32); }
H1.HeaderClassName
{
color: #DDA920;
}
.AnyTagClassName
{
color: #DDA920;
}
</style>
background-color css
<style>
a { background-color: #DDA920; }
a { background-color: rgb(221,169,32); }
div.DivClassName
{
background-color: #DDA920;
}
.BgClassName
{
background-color: #DDA920;
}
</style>
border-color css
<style>
span { border-color: #DDA920; }
span { border-color: rgb(221,169,32); }
td.TdClassName
{
border-color: #DDA920;
}
.TagClassName
{
border-color: #DDA920;
}
</style>