Shades of Galliano #DFAD1E
Tints of Galliano #DFAD1E
RGB
CMYK
RGB Variations
Color information
#DFAD1E (or 0xDFAD1E) is known color: Galliano. HEX triplet: DF, AD and 1E. RGB value is (223,173,30). Sum of RGB (Red+Green+Blue) = 223+173+30=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 30 (12.11% from 255 or 7.04% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAD1E is #2052E1. Grayscale: #ACACAC. Windows color (decimal): -2118370 or 2010591. OLE color: 2010591.
HSL color Cylindrical-coordinate representation of color #DFAD1E: hue angle of 44.46º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFAD1E is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 30 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.13 |
| HSL | 44.46º | 0.76% | 0.5% | - |
| HSV(B) | 44.46º | 0.87% | 0.87% | - |
| XYZ | 45.61 | 45.67 | 7.64 | - |
| YUV | 171.65 | 48.07 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 30 | 0 | 0.22 | 0.87 | 0.13 | 44.46 | 0.76 | 0.5 |
| Hex | DF | AD | 1E | 0 | 16 | 57 | D | 2C | 4C | 32 |
| Octal | 337 | 255 | 36 | 0 | 26 | 127 | 15 | 54 | 114 | 62 |
| Binary | 11011111 | 10101101 | 11110 | 0 | 10110 | 1010111 | 1101 | 101100 | 1001100 | 110010 |
Color Harmonies of #DFAD1E
Complementary color
Monochromatic Colors of #DFAD1E
Black with #DFAD1E
Text Example
Text Example
White with #DFAD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAD1E; }
p { color: rgb(223,173,30); }
H1.HeaderClassName
{
color: #DFAD1E;
}
.AnyTagClassName
{
color: #DFAD1E;
}
</style>
background-color css
<style>
a { background-color: #DFAD1E; }
a { background-color: rgb(223,173,30); }
div.DivClassName
{
background-color: #DFAD1E;
}
.BgClassName
{
background-color: #DFAD1E;
}
</style>
border-color css
<style>
span { border-color: #DFAD1E; }
span { border-color: rgb(223,173,30); }
td.TdClassName
{
border-color: #DFAD1E;
}
.TagClassName
{
border-color: #DFAD1E;
}
</style>