Shades of Galliano #DFAD17
Tints of Galliano #DFAD17
RGB
CMYK
RGB Variations
Color information
#DFAD17 (or 0xDFAD17) is known color: Galliano. HEX triplet: DF, AD and 17. RGB value is (223,173,23). Sum of RGB (Red+Green+Blue) = 223+173+23=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 23 (9.38% from 255 or 5.49% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAD17 is #2052E8. Grayscale: #ABABAB. Windows color (decimal): -2118377 or 1551839. OLE color: 1551839.
HSL color Cylindrical-coordinate representation of color #DFAD17: hue angle of 45º degrees, saturation: 0.81, 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 #DFAD17 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 23 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.13 |
| HSL | 45º | 0.81% | 0.48% | - |
| HSV(B) | 45º | 0.9% | 0.87% | - |
| XYZ | 45.53 | 45.64 | 7.22 | - |
| YUV | 170.85 | 44.57 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 23 | 0 | 0.22 | 0.90 | 0.13 | 45 | 0.81 | 0.48 |
| Hex | DF | AD | 17 | 0 | 16 | 5A | D | 2D | 51 | 30 |
| Octal | 337 | 255 | 27 | 0 | 26 | 132 | 15 | 55 | 121 | 60 |
| Binary | 11011111 | 10101101 | 10111 | 0 | 10110 | 1011010 | 1101 | 101101 | 1010001 | 110000 |
Color Harmonies of #DFAD17
Complementary color
Monochromatic Colors of #DFAD17
Black with #DFAD17
Text Example
Text Example
White with #DFAD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAD17; }
p { color: rgb(223,173,23); }
H1.HeaderClassName
{
color: #DFAD17;
}
.AnyTagClassName
{
color: #DFAD17;
}
</style>
background-color css
<style>
a { background-color: #DFAD17; }
a { background-color: rgb(223,173,23); }
div.DivClassName
{
background-color: #DFAD17;
}
.BgClassName
{
background-color: #DFAD17;
}
</style>
border-color css
<style>
span { border-color: #DFAD17; }
span { border-color: rgb(223,173,23); }
td.TdClassName
{
border-color: #DFAD17;
}
.TagClassName
{
border-color: #DFAD17;
}
</style>