Shades of Galliano #DDA917
Tints of Galliano #DDA917
RGB
CMYK
RGB Variations
Color information
#DDA917 (or 0xDDA917) is known color: Galliano. HEX triplet: DD, A9 and 17. RGB value is (221,169,23). Sum of RGB (Red+Green+Blue) = 221+169+23=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 23 (9.38% from 255 or 5.57% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA917 is #2256E8. Grayscale: #A8A8A8. Windows color (decimal): -2250473 or 1550813. OLE color: 1550813.
HSL color Cylindrical-coordinate representation of color #DDA917: hue angle of 44.24º degrees, saturation: 0.81, 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 #DDA917 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 23 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.13 |
| HSL | 44.24º | 0.81% | 0.48% | - |
| HSV(B) | 44.24º | 0.9% | 0.87% | - |
| XYZ | 44.16 | 43.81 | 6.94 | - |
| YUV | 167.9 | 46.23 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 23 | 0 | 0.24 | 0.90 | 0.13 | 44.24 | 0.81 | 0.48 |
| Hex | DD | A9 | 17 | 0 | 18 | 5A | D | 2C | 51 | 30 |
| Octal | 335 | 251 | 27 | 0 | 30 | 132 | 15 | 54 | 121 | 60 |
| Binary | 11011101 | 10101001 | 10111 | 0 | 11000 | 1011010 | 1101 | 101100 | 1010001 | 110000 |
Color Harmonies of #DDA917
Complementary color
Monochromatic Colors of #DDA917
Black with #DDA917
Text Example
Text Example
White with #DDA917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA917; }
p { color: rgb(221,169,23); }
H1.HeaderClassName
{
color: #DDA917;
}
.AnyTagClassName
{
color: #DDA917;
}
</style>
background-color css
<style>
a { background-color: #DDA917; }
a { background-color: rgb(221,169,23); }
div.DivClassName
{
background-color: #DDA917;
}
.BgClassName
{
background-color: #DDA917;
}
</style>
border-color css
<style>
span { border-color: #DDA917; }
span { border-color: rgb(221,169,23); }
td.TdClassName
{
border-color: #DDA917;
}
.TagClassName
{
border-color: #DDA917;
}
</style>