Shades of Galliano #DDA816
Tints of Galliano #DDA816
RGB
CMYK
RGB Variations
Color information
#DDA816 (or 0xDDA816) is known color: Galliano. HEX triplet: DD, A8 and 16. RGB value is (221,168,22). Sum of RGB (Red+Green+Blue) = 221+168+22=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA816 is #2257E9. Grayscale: #A7A7A7. Windows color (decimal): -2250730 or 1485021. OLE color: 1485021.
HSL color Cylindrical-coordinate representation of color #DDA816: hue angle of 44.02º 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 #DDA816 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 22 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.13 |
| HSL | 44.02º | 0.82% | 0.48% | - |
| HSV(B) | 44.02º | 0.9% | 0.87% | - |
| XYZ | 43.97 | 43.44 | 6.83 | - |
| YUV | 167.2 | 46.06 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 22 | 0 | 0.24 | 0.90 | 0.13 | 44.02 | 0.82 | 0.48 |
| Hex | DD | A8 | 16 | 0 | 18 | 5A | D | 2C | 52 | 30 |
| Octal | 335 | 250 | 26 | 0 | 30 | 132 | 15 | 54 | 122 | 60 |
| Binary | 11011101 | 10101000 | 10110 | 0 | 11000 | 1011010 | 1101 | 101100 | 1010010 | 110000 |
Color Harmonies of #DDA816
Complementary color
Monochromatic Colors of #DDA816
Black with #DDA816
Text Example
Text Example
White with #DDA816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA816; }
p { color: rgb(221,168,22); }
H1.HeaderClassName
{
color: #DDA816;
}
.AnyTagClassName
{
color: #DDA816;
}
</style>
background-color css
<style>
a { background-color: #DDA816; }
a { background-color: rgb(221,168,22); }
div.DivClassName
{
background-color: #DDA816;
}
.BgClassName
{
background-color: #DDA816;
}
</style>
border-color css
<style>
span { border-color: #DDA816; }
span { border-color: rgb(221,168,22); }
td.TdClassName
{
border-color: #DDA816;
}
.TagClassName
{
border-color: #DDA816;
}
</style>