Shades of Galliano #DFAB19
Tints of Galliano #DFAB19
RGB
CMYK
RGB Variations
Color information
#DFAB19 (or 0xDFAB19) is known color: Galliano. HEX triplet: DF, AB and 19. RGB value is (223,171,25). Sum of RGB (Red+Green+Blue) = 223+171+25=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 25 (10.16% from 255 or 5.97% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAB19 is #2054E6. Grayscale: #AAAAAA. Windows color (decimal): -2118887 or 1682399. OLE color: 1682399.
HSL color Cylindrical-coordinate representation of color #DFAB19: hue angle of 44.24º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DFAB19 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 25 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.13 |
| HSL | 44.24º | 0.8% | 0.49% | - |
| HSV(B) | 44.24º | 0.89% | 0.87% | - |
| XYZ | 45.17 | 44.88 | 7.2 | - |
| YUV | 169.9 | 46.23 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 25 | 0 | 0.23 | 0.89 | 0.13 | 44.24 | 0.8 | 0.49 |
| Hex | DF | AB | 19 | 0 | 17 | 59 | D | 2C | 50 | 31 |
| Octal | 337 | 253 | 31 | 0 | 27 | 131 | 15 | 54 | 120 | 61 |
| Binary | 11011111 | 10101011 | 11001 | 0 | 10111 | 1011001 | 1101 | 101100 | 1010000 | 110001 |
Color Harmonies of #DFAB19
Complementary color
Monochromatic Colors of #DFAB19
Black with #DFAB19
Text Example
Text Example
White with #DFAB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB19; }
p { color: rgb(223,171,25); }
H1.HeaderClassName
{
color: #DFAB19;
}
.AnyTagClassName
{
color: #DFAB19;
}
</style>
background-color css
<style>
a { background-color: #DFAB19; }
a { background-color: rgb(223,171,25); }
div.DivClassName
{
background-color: #DFAB19;
}
.BgClassName
{
background-color: #DFAB19;
}
</style>
border-color css
<style>
span { border-color: #DFAB19; }
span { border-color: rgb(223,171,25); }
td.TdClassName
{
border-color: #DFAB19;
}
.TagClassName
{
border-color: #DFAB19;
}
</style>