Shades of Galliano #DDA521
Tints of Galliano #DDA521
RGB
CMYK
RGB Variations
Color information
#DDA521 (or 0xDDA521) is known color: Galliano. HEX triplet: DD, A5 and 21. RGB value is (221,165,33). Sum of RGB (Red+Green+Blue) = 221+165+33=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA521 is #225ADE. Grayscale: #A7A7A7. Windows color (decimal): -2251487 or 2205149. OLE color: 2205149.
HSL color Cylindrical-coordinate representation of color #DDA521: hue angle of 42.13º 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 #DDA521 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 33 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.13 |
| HSL | 42.13º | 0.74% | 0.5% | - |
| HSV(B) | 42.13º | 0.85% | 0.87% | - |
| XYZ | 43.55 | 42.39 | 7.33 | - |
| YUV | 166.7 | 52.55 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 33 | 0 | 0.25 | 0.85 | 0.13 | 42.13 | 0.74 | 0.5 |
| Hex | DD | A5 | 21 | 0 | 19 | 55 | D | 2A | 4A | 32 |
| Octal | 335 | 245 | 41 | 0 | 31 | 125 | 15 | 52 | 112 | 62 |
| Binary | 11011101 | 10100101 | 100001 | 0 | 11001 | 1010101 | 1101 | 101010 | 1001010 | 110010 |
Color Harmonies of #DDA521
Complementary color
Monochromatic Colors of #DDA521
Black with #DDA521
Text Example
Text Example
White with #DDA521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA521; }
p { color: rgb(221,165,33); }
H1.HeaderClassName
{
color: #DDA521;
}
.AnyTagClassName
{
color: #DDA521;
}
</style>
background-color css
<style>
a { background-color: #DDA521; }
a { background-color: rgb(221,165,33); }
div.DivClassName
{
background-color: #DDA521;
}
.BgClassName
{
background-color: #DDA521;
}
</style>
border-color css
<style>
span { border-color: #DDA521; }
span { border-color: rgb(221,165,33); }
td.TdClassName
{
border-color: #DDA521;
}
.TagClassName
{
border-color: #DDA521;
}
</style>