Shades of Galliano #DFAD16
Tints of Galliano #DFAD16
RGB
CMYK
RGB Variations
Color information
#DFAD16 (or 0xDFAD16) is known color: Galliano. HEX triplet: DF, AD and 16. RGB value is (223,173,22). Sum of RGB (Red+Green+Blue) = 223+173+22=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAD16 is #2052E9. Grayscale: #ABABAB. Windows color (decimal): -2118378 or 1486303. OLE color: 1486303.
HSL color Cylindrical-coordinate representation of color #DFAD16: hue angle of 45.07º 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 #DFAD16 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 22 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.13 |
| HSL | 45.07º | 0.82% | 0.48% | - |
| HSV(B) | 45.07º | 0.9% | 0.87% | - |
| XYZ | 45.52 | 45.63 | 7.17 | - |
| YUV | 170.74 | 44.07 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 22 | 0 | 0.22 | 0.90 | 0.13 | 45.07 | 0.82 | 0.48 |
| Hex | DF | AD | 16 | 0 | 16 | 5A | D | 2D | 52 | 30 |
| Octal | 337 | 255 | 26 | 0 | 26 | 132 | 15 | 55 | 122 | 60 |
| Binary | 11011111 | 10101101 | 10110 | 0 | 10110 | 1011010 | 1101 | 101101 | 1010010 | 110000 |
Color Harmonies of #DFAD16
Complementary color
Monochromatic Colors of #DFAD16
Black with #DFAD16
Text Example
Text Example
White with #DFAD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAD16; }
p { color: rgb(223,173,22); }
H1.HeaderClassName
{
color: #DFAD16;
}
.AnyTagClassName
{
color: #DFAD16;
}
</style>
background-color css
<style>
a { background-color: #DFAD16; }
a { background-color: rgb(223,173,22); }
div.DivClassName
{
background-color: #DFAD16;
}
.BgClassName
{
background-color: #DFAD16;
}
</style>
border-color css
<style>
span { border-color: #DFAD16; }
span { border-color: rgb(223,173,22); }
td.TdClassName
{
border-color: #DFAD16;
}
.TagClassName
{
border-color: #DFAD16;
}
</style>