Shades of Galliano #DDA913
Tints of Galliano #DDA913
RGB
CMYK
RGB Variations
Color information
#DDA913 (or 0xDDA913) is known color: Galliano. HEX triplet: DD, A9 and 13. RGB value is (221,169,19). Sum of RGB (Red+Green+Blue) = 221+169+19=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA913 is #2256EC. Grayscale: #A8A8A8. Windows color (decimal): -2250477 or 1288669. OLE color: 1288669.
HSL color Cylindrical-coordinate representation of color #DDA913: hue angle of 44.55º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDA913 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 19 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.13 |
| HSL | 44.55º | 0.84% | 0.47% | - |
| HSV(B) | 44.55º | 0.91% | 0.87% | - |
| XYZ | 44.12 | 43.8 | 6.74 | - |
| YUV | 167.45 | 44.23 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 19 | 0 | 0.24 | 0.91 | 0.13 | 44.55 | 0.84 | 0.47 |
| Hex | DD | A9 | 13 | 0 | 18 | 5B | D | 2D | 54 | 2F |
| Octal | 335 | 251 | 23 | 0 | 30 | 133 | 15 | 55 | 124 | 57 |
| Binary | 11011101 | 10101001 | 10011 | 0 | 11000 | 1011011 | 1101 | 101101 | 1010100 | 101111 |
Color Harmonies of #DDA913
Complementary color
Monochromatic Colors of #DDA913
Black with #DDA913
Text Example
Text Example
White with #DDA913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA913; }
p { color: rgb(221,169,19); }
H1.HeaderClassName
{
color: #DDA913;
}
.AnyTagClassName
{
color: #DDA913;
}
</style>
background-color css
<style>
a { background-color: #DDA913; }
a { background-color: rgb(221,169,19); }
div.DivClassName
{
background-color: #DDA913;
}
.BgClassName
{
background-color: #DDA913;
}
</style>
border-color css
<style>
span { border-color: #DDA913; }
span { border-color: rgb(221,169,19); }
td.TdClassName
{
border-color: #DDA913;
}
.TagClassName
{
border-color: #DDA913;
}
</style>