Shades of Galliano #DDA716
Tints of Galliano #DDA716
RGB
CMYK
RGB Variations
Color information
#DDA716 (or 0xDDA716) is known color: Galliano. HEX triplet: DD, A7 and 16. RGB value is (221,167,22). Sum of RGB (Red+Green+Blue) = 221+167+22=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA716 is #2258E9. Grayscale: #A7A7A7. Windows color (decimal): -2250986 or 1484765. OLE color: 1484765.
HSL color Cylindrical-coordinate representation of color #DDA716: hue angle of 43.72º 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 #DDA716 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 22 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.13 |
| HSL | 43.72º | 0.82% | 0.48% | - |
| HSV(B) | 43.72º | 0.9% | 0.87% | - |
| XYZ | 43.78 | 43.07 | 6.76 | - |
| YUV | 166.62 | 46.39 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 22 | 0 | 0.24 | 0.90 | 0.13 | 43.72 | 0.82 | 0.48 |
| Hex | DD | A7 | 16 | 0 | 18 | 5A | D | 2C | 52 | 30 |
| Octal | 335 | 247 | 26 | 0 | 30 | 132 | 15 | 54 | 122 | 60 |
| Binary | 11011101 | 10100111 | 10110 | 0 | 11000 | 1011010 | 1101 | 101100 | 1010010 | 110000 |
Color Harmonies of #DDA716
Complementary color
Monochromatic Colors of #DDA716
Black with #DDA716
Text Example
Text Example
White with #DDA716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA716; }
p { color: rgb(221,167,22); }
H1.HeaderClassName
{
color: #DDA716;
}
.AnyTagClassName
{
color: #DDA716;
}
</style>
background-color css
<style>
a { background-color: #DDA716; }
a { background-color: rgb(221,167,22); }
div.DivClassName
{
background-color: #DDA716;
}
.BgClassName
{
background-color: #DDA716;
}
</style>
border-color css
<style>
span { border-color: #DDA716; }
span { border-color: rgb(221,167,22); }
td.TdClassName
{
border-color: #DDA716;
}
.TagClassName
{
border-color: #DDA716;
}
</style>