Shades of Galliano #DDA522
Tints of Galliano #DDA522
RGB
CMYK
RGB Variations
Color information
#DDA522 (or 0xDDA522) is known color: Galliano. HEX triplet: DD, A5 and 22. RGB value is (221,165,34). Sum of RGB (Red+Green+Blue) = 221+165+34=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 34 (13.67% from 255 or 8.10% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA522 is #225ADD. Grayscale: #A7A7A7. Windows color (decimal): -2251486 or 2270685. OLE color: 2270685.
HSL color Cylindrical-coordinate representation of color #DDA522: hue angle of 42.03º 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 #DDA522 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 34 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.13 |
| HSL | 42.03º | 0.73% | 0.5% | - |
| HSV(B) | 42.03º | 0.85% | 0.87% | - |
| XYZ | 43.56 | 42.4 | 7.4 | - |
| YUV | 166.81 | 53.05 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 34 | 0 | 0.25 | 0.85 | 0.13 | 42.03 | 0.73 | 0.5 |
| Hex | DD | A5 | 22 | 0 | 19 | 55 | D | 2A | 49 | 32 |
| Octal | 335 | 245 | 42 | 0 | 31 | 125 | 15 | 52 | 111 | 62 |
| Binary | 11011101 | 10100101 | 100010 | 0 | 11001 | 1010101 | 1101 | 101010 | 1001001 | 110010 |
Color Harmonies of #DDA522
Complementary color
Monochromatic Colors of #DDA522
Black with #DDA522
Text Example
Text Example
White with #DDA522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA522; }
p { color: rgb(221,165,34); }
H1.HeaderClassName
{
color: #DDA522;
}
.AnyTagClassName
{
color: #DDA522;
}
</style>
background-color css
<style>
a { background-color: #DDA522; }
a { background-color: rgb(221,165,34); }
div.DivClassName
{
background-color: #DDA522;
}
.BgClassName
{
background-color: #DDA522;
}
</style>
border-color css
<style>
span { border-color: #DDA522; }
span { border-color: rgb(221,165,34); }
td.TdClassName
{
border-color: #DDA522;
}
.TagClassName
{
border-color: #DDA522;
}
</style>