Shades of Galliano #DDA817
Tints of Galliano #DDA817
RGB
CMYK
RGB Variations
Color information
#DDA817 (or 0xDDA817) is known color: Galliano. HEX triplet: DD, A8 and 17. RGB value is (221,168,23). Sum of RGB (Red+Green+Blue) = 221+168+23=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 23 (9.38% from 255 or 5.58% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA817 is #2257E8. Grayscale: #A7A7A7. Windows color (decimal): -2250729 or 1550557. OLE color: 1550557.
HSL color Cylindrical-coordinate representation of color #DDA817: hue angle of 43.94º 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 #DDA817 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 23 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.13 |
| HSL | 43.94º | 0.81% | 0.48% | - |
| HSV(B) | 43.94º | 0.9% | 0.87% | - |
| XYZ | 43.98 | 43.44 | 6.88 | - |
| YUV | 167.32 | 46.56 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 23 | 0 | 0.24 | 0.90 | 0.13 | 43.94 | 0.81 | 0.48 |
| Hex | DD | A8 | 17 | 0 | 18 | 5A | D | 2C | 51 | 30 |
| Octal | 335 | 250 | 27 | 0 | 30 | 132 | 15 | 54 | 121 | 60 |
| Binary | 11011101 | 10101000 | 10111 | 0 | 11000 | 1011010 | 1101 | 101100 | 1010001 | 110000 |
Color Harmonies of #DDA817
Complementary color
Monochromatic Colors of #DDA817
Black with #DDA817
Text Example
Text Example
White with #DDA817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA817; }
p { color: rgb(221,168,23); }
H1.HeaderClassName
{
color: #DDA817;
}
.AnyTagClassName
{
color: #DDA817;
}
</style>
background-color css
<style>
a { background-color: #DDA817; }
a { background-color: rgb(221,168,23); }
div.DivClassName
{
background-color: #DDA817;
}
.BgClassName
{
background-color: #DDA817;
}
</style>
border-color css
<style>
span { border-color: #DDA817; }
span { border-color: rgb(221,168,23); }
td.TdClassName
{
border-color: #DDA817;
}
.TagClassName
{
border-color: #DDA817;
}
</style>