Shades of Galliano #DDAF11
Tints of Galliano #DDAF11
RGB
CMYK
RGB Variations
Color information
#DDAF11 (or 0xDDAF11) is known color: Galliano. HEX triplet: DD, AF and 11. RGB value is (221,175,17). Sum of RGB (Red+Green+Blue) = 221+175+17=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAF11 is #2250EE. Grayscale: #ABABAB. Windows color (decimal): -2248943 or 1159133. OLE color: 1159133.
HSL color Cylindrical-coordinate representation of color #DDAF11: hue angle of 46.47º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDAF11 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 17 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.13 |
| HSL | 46.47º | 0.86% | 0.47% | - |
| HSV(B) | 46.47º | 0.92% | 0.87% | - |
| XYZ | 45.25 | 46.07 | 7.04 | - |
| YUV | 170.74 | 41.24 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 17 | 0 | 0.21 | 0.92 | 0.13 | 46.47 | 0.86 | 0.47 |
| Hex | DD | AF | 11 | 0 | 15 | 5C | D | 2E | 56 | 2F |
| Octal | 335 | 257 | 21 | 0 | 25 | 134 | 15 | 56 | 126 | 57 |
| Binary | 11011101 | 10101111 | 10001 | 0 | 10101 | 1011100 | 1101 | 101110 | 1010110 | 101111 |
Color Harmonies of #DDAF11
Complementary color
Monochromatic Colors of #DDAF11
Black with #DDAF11
Text Example
Text Example
White with #DDAF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF11; }
p { color: rgb(221,175,17); }
H1.HeaderClassName
{
color: #DDAF11;
}
.AnyTagClassName
{
color: #DDAF11;
}
</style>
background-color css
<style>
a { background-color: #DDAF11; }
a { background-color: rgb(221,175,17); }
div.DivClassName
{
background-color: #DDAF11;
}
.BgClassName
{
background-color: #DDAF11;
}
</style>
border-color css
<style>
span { border-color: #DDAF11; }
span { border-color: rgb(221,175,17); }
td.TdClassName
{
border-color: #DDAF11;
}
.TagClassName
{
border-color: #DDAF11;
}
</style>