Shades of Galliano #DDA719
Tints of Galliano #DDA719
RGB
CMYK
RGB Variations
Color information
#DDA719 (or 0xDDA719) is known color: Galliano. HEX triplet: DD, A7 and 19. RGB value is (221,167,25). Sum of RGB (Red+Green+Blue) = 221+167+25=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 25 (10.16% from 255 or 6.05% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA719 is #2258E6. Grayscale: #A7A7A7. Windows color (decimal): -2250983 or 1681373. OLE color: 1681373.
HSL color Cylindrical-coordinate representation of color #DDA719: hue angle of 43.47º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDA719 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 25 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.13 |
| HSL | 43.47º | 0.8% | 0.48% | - |
| HSV(B) | 43.47º | 0.89% | 0.87% | - |
| XYZ | 43.81 | 43.08 | 6.93 | - |
| YUV | 166.96 | 47.89 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 25 | 0 | 0.24 | 0.89 | 0.13 | 43.47 | 0.8 | 0.48 |
| Hex | DD | A7 | 19 | 0 | 18 | 59 | D | 2B | 50 | 30 |
| Octal | 335 | 247 | 31 | 0 | 30 | 131 | 15 | 53 | 120 | 60 |
| Binary | 11011101 | 10100111 | 11001 | 0 | 11000 | 1011001 | 1101 | 101011 | 1010000 | 110000 |
Color Harmonies of #DDA719
Complementary color
Monochromatic Colors of #DDA719
Black with #DDA719
Text Example
Text Example
White with #DDA719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA719; }
p { color: rgb(221,167,25); }
H1.HeaderClassName
{
color: #DDA719;
}
.AnyTagClassName
{
color: #DDA719;
}
</style>
background-color css
<style>
a { background-color: #DDA719; }
a { background-color: rgb(221,167,25); }
div.DivClassName
{
background-color: #DDA719;
}
.BgClassName
{
background-color: #DDA719;
}
</style>
border-color css
<style>
span { border-color: #DDA719; }
span { border-color: rgb(221,167,25); }
td.TdClassName
{
border-color: #DDA719;
}
.TagClassName
{
border-color: #DDA719;
}
</style>