Shades of Galliano #DDA921
Tints of Galliano #DDA921
RGB
CMYK
RGB Variations
Color information
#DDA921 (or 0xDDA921) is known color: Galliano. HEX triplet: DD, A9 and 21. RGB value is (221,169,33). Sum of RGB (Red+Green+Blue) = 221+169+33=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 33 (13.28% from 255 or 7.80% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA921 is #2256DE. Grayscale: #A9A9A9. Windows color (decimal): -2250463 or 2206173. OLE color: 2206173.
HSL color Cylindrical-coordinate representation of color #DDA921: hue angle of 43.4º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDA921 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 33 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.13 |
| HSL | 43.4º | 0.74% | 0.5% | - |
| HSV(B) | 43.4º | 0.85% | 0.87% | - |
| XYZ | 44.28 | 43.86 | 7.57 | - |
| YUV | 169.04 | 51.23 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 33 | 0 | 0.24 | 0.85 | 0.13 | 43.4 | 0.74 | 0.5 |
| Hex | DD | A9 | 21 | 0 | 18 | 55 | D | 2B | 4A | 32 |
| Octal | 335 | 251 | 41 | 0 | 30 | 125 | 15 | 53 | 112 | 62 |
| Binary | 11011101 | 10101001 | 100001 | 0 | 11000 | 1010101 | 1101 | 101011 | 1001010 | 110010 |
Color Harmonies of #DDA921
Complementary color
Monochromatic Colors of #DDA921
Black with #DDA921
Text Example
Text Example
White with #DDA921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA921; }
p { color: rgb(221,169,33); }
H1.HeaderClassName
{
color: #DDA921;
}
.AnyTagClassName
{
color: #DDA921;
}
</style>
background-color css
<style>
a { background-color: #DDA921; }
a { background-color: rgb(221,169,33); }
div.DivClassName
{
background-color: #DDA921;
}
.BgClassName
{
background-color: #DDA921;
}
</style>
border-color css
<style>
span { border-color: #DDA921; }
span { border-color: rgb(221,169,33); }
td.TdClassName
{
border-color: #DDA921;
}
.TagClassName
{
border-color: #DDA921;
}
</style>