Shades of Galliano #DDA617
Tints of Galliano #DDA617
RGB
CMYK
RGB Variations
Color information
#DDA617 (or 0xDDA617) is known color: Galliano. HEX triplet: DD, A6 and 17. RGB value is (221,166,23). Sum of RGB (Red+Green+Blue) = 221+166+23=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 23 (9.38% from 255 or 5.61% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA617 is #2259E8. Grayscale: #A6A6A6. Windows color (decimal): -2251241 or 1550045. OLE color: 1550045.
HSL color Cylindrical-coordinate representation of color #DDA617: hue angle of 43.33º 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 #DDA617 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 23 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.13 |
| HSL | 43.33º | 0.81% | 0.48% | - |
| HSV(B) | 43.33º | 0.9% | 0.87% | - |
| XYZ | 43.61 | 42.71 | 6.76 | - |
| YUV | 166.14 | 47.22 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 23 | 0 | 0.25 | 0.90 | 0.13 | 43.33 | 0.81 | 0.48 |
| Hex | DD | A6 | 17 | 0 | 19 | 5A | D | 2B | 51 | 30 |
| Octal | 335 | 246 | 27 | 0 | 31 | 132 | 15 | 53 | 121 | 60 |
| Binary | 11011101 | 10100110 | 10111 | 0 | 11001 | 1011010 | 1101 | 101011 | 1010001 | 110000 |
Color Harmonies of #DDA617
Complementary color
Monochromatic Colors of #DDA617
Black with #DDA617
Text Example
Text Example
White with #DDA617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA617; }
p { color: rgb(221,166,23); }
H1.HeaderClassName
{
color: #DDA617;
}
.AnyTagClassName
{
color: #DDA617;
}
</style>
background-color css
<style>
a { background-color: #DDA617; }
a { background-color: rgb(221,166,23); }
div.DivClassName
{
background-color: #DDA617;
}
.BgClassName
{
background-color: #DDA617;
}
</style>
border-color css
<style>
span { border-color: #DDA617; }
span { border-color: rgb(221,166,23); }
td.TdClassName
{
border-color: #DDA617;
}
.TagClassName
{
border-color: #DDA617;
}
</style>