Shades of Galliano #DFAA16
Tints of Galliano #DFAA16
RGB
CMYK
RGB Variations
Color information
#DFAA16 (or 0xDFAA16) is known color: Galliano. HEX triplet: DF, AA and 16. RGB value is (223,170,22). Sum of RGB (Red+Green+Blue) = 223+170+22=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAA16 is #2055E9. Grayscale: #A9A9A9. Windows color (decimal): -2119146 or 1485535. OLE color: 1485535.
HSL color Cylindrical-coordinate representation of color #DFAA16: hue angle of 44.18º degrees, saturation: 0.82, 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 #DFAA16 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 22 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.13 |
| HSL | 44.18º | 0.82% | 0.48% | - |
| HSV(B) | 44.18º | 0.9% | 0.87% | - |
| XYZ | 44.95 | 44.5 | 6.98 | - |
| YUV | 168.98 | 45.06 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 22 | 0 | 0.24 | 0.90 | 0.13 | 44.18 | 0.82 | 0.48 |
| Hex | DF | AA | 16 | 0 | 18 | 5A | D | 2C | 52 | 30 |
| Octal | 337 | 252 | 26 | 0 | 30 | 132 | 15 | 54 | 122 | 60 |
| Binary | 11011111 | 10101010 | 10110 | 0 | 11000 | 1011010 | 1101 | 101100 | 1010010 | 110000 |
Color Harmonies of #DFAA16
Complementary color
Monochromatic Colors of #DFAA16
Black with #DFAA16
Text Example
Text Example
White with #DFAA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA16; }
p { color: rgb(223,170,22); }
H1.HeaderClassName
{
color: #DFAA16;
}
.AnyTagClassName
{
color: #DFAA16;
}
</style>
background-color css
<style>
a { background-color: #DFAA16; }
a { background-color: rgb(223,170,22); }
div.DivClassName
{
background-color: #DFAA16;
}
.BgClassName
{
background-color: #DFAA16;
}
</style>
border-color css
<style>
span { border-color: #DFAA16; }
span { border-color: rgb(223,170,22); }
td.TdClassName
{
border-color: #DFAA16;
}
.TagClassName
{
border-color: #DFAA16;
}
</style>