Shades of Galliano #DDA516
Tints of Galliano #DDA516
RGB
CMYK
RGB Variations
Color information
#DDA516 (or 0xDDA516) is known color: Galliano. HEX triplet: DD, A5 and 16. RGB value is (221,165,22). Sum of RGB (Red+Green+Blue) = 221+165+22=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 22 (8.98% from 255 or 5.39% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA516 is #225AE9. Grayscale: #A6A6A6. Windows color (decimal): -2251498 or 1484253. OLE color: 1484253.
HSL color Cylindrical-coordinate representation of color #DDA516: hue angle of 43.12º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDA516 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 22 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.13 |
| HSL | 43.12º | 0.82% | 0.48% | - |
| HSV(B) | 43.12º | 0.9% | 0.87% | - |
| XYZ | 43.42 | 42.34 | 6.64 | - |
| YUV | 165.44 | 47.05 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 22 | 0 | 0.25 | 0.90 | 0.13 | 43.12 | 0.82 | 0.48 |
| Hex | DD | A5 | 16 | 0 | 19 | 5A | D | 2B | 52 | 30 |
| Octal | 335 | 245 | 26 | 0 | 31 | 132 | 15 | 53 | 122 | 60 |
| Binary | 11011101 | 10100101 | 10110 | 0 | 11001 | 1011010 | 1101 | 101011 | 1010010 | 110000 |
Color Harmonies of #DDA516
Complementary color
Monochromatic Colors of #DDA516
Black with #DDA516
Text Example
Text Example
White with #DDA516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA516; }
p { color: rgb(221,165,22); }
H1.HeaderClassName
{
color: #DDA516;
}
.AnyTagClassName
{
color: #DDA516;
}
</style>
background-color css
<style>
a { background-color: #DDA516; }
a { background-color: rgb(221,165,22); }
div.DivClassName
{
background-color: #DDA516;
}
.BgClassName
{
background-color: #DDA516;
}
</style>
border-color css
<style>
span { border-color: #DDA516; }
span { border-color: rgb(221,165,22); }
td.TdClassName
{
border-color: #DDA516;
}
.TagClassName
{
border-color: #DDA516;
}
</style>