Shades of Galliano #DDA420
Tints of Galliano #DDA420
RGB
CMYK
RGB Variations
Color information
#DDA420 (or 0xDDA420) is known color: Galliano. HEX triplet: DD, A4 and 20. RGB value is (221,164,32). Sum of RGB (Red+Green+Blue) = 221+164+32=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA420 is #225BDF. Grayscale: #A6A6A6. Windows color (decimal): -2251744 or 2139357. OLE color: 2139357.
HSL color Cylindrical-coordinate representation of color #DDA420: hue angle of 41.9º 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 #DDA420 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 32 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.13 |
| HSL | 41.9º | 0.75% | 0.5% | - |
| HSV(B) | 41.9º | 0.86% | 0.87% | - |
| XYZ | 43.35 | 42.03 | 7.19 | - |
| YUV | 166 | 52.38 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 32 | 0 | 0.26 | 0.86 | 0.13 | 41.9 | 0.75 | 0.5 |
| Hex | DD | A4 | 20 | 0 | 1A | 56 | D | 2A | 4B | 32 |
| Octal | 335 | 244 | 40 | 0 | 32 | 126 | 15 | 52 | 113 | 62 |
| Binary | 11011101 | 10100100 | 100000 | 0 | 11010 | 1010110 | 1101 | 101010 | 1001011 | 110010 |
Color Harmonies of #DDA420
Complementary color
Monochromatic Colors of #DDA420
Black with #DDA420
Text Example
Text Example
White with #DDA420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA420; }
p { color: rgb(221,164,32); }
H1.HeaderClassName
{
color: #DDA420;
}
.AnyTagClassName
{
color: #DDA420;
}
</style>
background-color css
<style>
a { background-color: #DDA420; }
a { background-color: rgb(221,164,32); }
div.DivClassName
{
background-color: #DDA420;
}
.BgClassName
{
background-color: #DDA420;
}
</style>
border-color css
<style>
span { border-color: #DDA420; }
span { border-color: rgb(221,164,32); }
td.TdClassName
{
border-color: #DDA420;
}
.TagClassName
{
border-color: #DDA420;
}
</style>