Shades of Galliano #DDA121
Tints of Galliano #DDA121
RGB
CMYK
RGB Variations
Color information
#DDA121 (or 0xDDA121) is known color: Galliano. HEX triplet: DD, A1 and 21. RGB value is (221,161,33). Sum of RGB (Red+Green+Blue) = 221+161+33=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 33 (13.28% from 255 or 7.95% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA121 is #225EDE. Grayscale: #A4A4A4. Windows color (decimal): -2252511 or 2204125. OLE color: 2204125.
HSL color Cylindrical-coordinate representation of color #DDA121: hue angle of 40.85º 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 #DDA121 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 33 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.13 |
| HSL | 40.85º | 0.74% | 0.5% | - |
| HSV(B) | 40.85º | 0.85% | 0.87% | - |
| XYZ | 42.84 | 40.97 | 7.09 | - |
| YUV | 164.35 | 53.88 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 33 | 0 | 0.27 | 0.85 | 0.13 | 40.85 | 0.74 | 0.5 |
| Hex | DD | A1 | 21 | 0 | 1B | 55 | D | 29 | 4A | 32 |
| Octal | 335 | 241 | 41 | 0 | 33 | 125 | 15 | 51 | 112 | 62 |
| Binary | 11011101 | 10100001 | 100001 | 0 | 11011 | 1010101 | 1101 | 101001 | 1001010 | 110010 |
Color Harmonies of #DDA121
Complementary color
Monochromatic Colors of #DDA121
Black with #DDA121
Text Example
Text Example
White with #DDA121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA121; }
p { color: rgb(221,161,33); }
H1.HeaderClassName
{
color: #DDA121;
}
.AnyTagClassName
{
color: #DDA121;
}
</style>
background-color css
<style>
a { background-color: #DDA121; }
a { background-color: rgb(221,161,33); }
div.DivClassName
{
background-color: #DDA121;
}
.BgClassName
{
background-color: #DDA121;
}
</style>
border-color css
<style>
span { border-color: #DDA121; }
span { border-color: rgb(221,161,33); }
td.TdClassName
{
border-color: #DDA121;
}
.TagClassName
{
border-color: #DDA121;
}
</style>