Shades of Galliano #DDA621
Tints of Galliano #DDA621
RGB
CMYK
RGB Variations
Color information
#DDA621 (or 0xDDA621) is known color: Galliano. HEX triplet: DD, A6 and 21. RGB value is (221,166,33). Sum of RGB (Red+Green+Blue) = 221+166+33=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA621 is #2259DE. Grayscale: #A7A7A7. Windows color (decimal): -2251231 or 2205405. OLE color: 2205405.
HSL color Cylindrical-coordinate representation of color #DDA621: hue angle of 42.45º 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 #DDA621 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 33 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.13 |
| HSL | 42.45º | 0.74% | 0.5% | - |
| HSV(B) | 42.45º | 0.85% | 0.87% | - |
| XYZ | 43.73 | 42.75 | 7.39 | - |
| YUV | 167.28 | 52.22 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 33 | 0 | 0.25 | 0.85 | 0.13 | 42.45 | 0.74 | 0.5 |
| Hex | DD | A6 | 21 | 0 | 19 | 55 | D | 2A | 4A | 32 |
| Octal | 335 | 246 | 41 | 0 | 31 | 125 | 15 | 52 | 112 | 62 |
| Binary | 11011101 | 10100110 | 100001 | 0 | 11001 | 1010101 | 1101 | 101010 | 1001010 | 110010 |
Color Harmonies of #DDA621
Complementary color
Monochromatic Colors of #DDA621
Black with #DDA621
Text Example
Text Example
White with #DDA621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA621; }
p { color: rgb(221,166,33); }
H1.HeaderClassName
{
color: #DDA621;
}
.AnyTagClassName
{
color: #DDA621;
}
</style>
background-color css
<style>
a { background-color: #DDA621; }
a { background-color: rgb(221,166,33); }
div.DivClassName
{
background-color: #DDA621;
}
.BgClassName
{
background-color: #DDA621;
}
</style>
border-color css
<style>
span { border-color: #DDA621; }
span { border-color: rgb(221,166,33); }
td.TdClassName
{
border-color: #DDA621;
}
.TagClassName
{
border-color: #DDA621;
}
</style>