Shades of Galliano #DDA622
Tints of Galliano #DDA622
RGB
CMYK
RGB Variations
Color information
#DDA622 (or 0xDDA622) is known color: Galliano. HEX triplet: DD, A6 and 22. RGB value is (221,166,34). Sum of RGB (Red+Green+Blue) = 221+166+34=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 34 (13.67% from 255 or 8.08% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA622 is #2259DD. Grayscale: #A7A7A7. Windows color (decimal): -2251230 or 2270941. OLE color: 2270941.
HSL color Cylindrical-coordinate representation of color #DDA622: hue angle of 42.35º degrees, saturation: 0.73, 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 #DDA622 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 34 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.13 |
| HSL | 42.35º | 0.73% | 0.5% | - |
| HSV(B) | 42.35º | 0.85% | 0.87% | - |
| XYZ | 43.74 | 42.76 | 7.46 | - |
| YUV | 167.4 | 52.72 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 34 | 0 | 0.25 | 0.85 | 0.13 | 42.35 | 0.73 | 0.5 |
| Hex | DD | A6 | 22 | 0 | 19 | 55 | D | 2A | 49 | 32 |
| Octal | 335 | 246 | 42 | 0 | 31 | 125 | 15 | 52 | 111 | 62 |
| Binary | 11011101 | 10100110 | 100010 | 0 | 11001 | 1010101 | 1101 | 101010 | 1001001 | 110010 |
Color Harmonies of #DDA622
Complementary color
Monochromatic Colors of #DDA622
Black with #DDA622
Text Example
Text Example
White with #DDA622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA622; }
p { color: rgb(221,166,34); }
H1.HeaderClassName
{
color: #DDA622;
}
.AnyTagClassName
{
color: #DDA622;
}
</style>
background-color css
<style>
a { background-color: #DDA622; }
a { background-color: rgb(221,166,34); }
div.DivClassName
{
background-color: #DDA622;
}
.BgClassName
{
background-color: #DDA622;
}
</style>
border-color css
<style>
span { border-color: #DDA622; }
span { border-color: rgb(221,166,34); }
td.TdClassName
{
border-color: #DDA622;
}
.TagClassName
{
border-color: #DDA622;
}
</style>