Shades of Galliano #DFAB14
Tints of Galliano #DFAB14
RGB
CMYK
RGB Variations
Color information
#DFAB14 (or 0xDFAB14) is known color: Galliano. HEX triplet: DF, AB and 14. RGB value is (223,171,20). Sum of RGB (Red+Green+Blue) = 223+171+20=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAB14 is #2054EB. Grayscale: #A9A9A9. Windows color (decimal): -2118892 or 1354719. OLE color: 1354719.
HSL color Cylindrical-coordinate representation of color #DFAB14: hue angle of 44.63º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFAB14 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 20 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.13 |
| HSL | 44.63º | 0.84% | 0.48% | - |
| HSV(B) | 44.63º | 0.91% | 0.87% | - |
| XYZ | 45.12 | 44.86 | 6.94 | - |
| YUV | 169.33 | 43.73 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 20 | 0 | 0.23 | 0.91 | 0.13 | 44.63 | 0.84 | 0.48 |
| Hex | DF | AB | 14 | 0 | 17 | 5B | D | 2D | 54 | 30 |
| Octal | 337 | 253 | 24 | 0 | 27 | 133 | 15 | 55 | 124 | 60 |
| Binary | 11011111 | 10101011 | 10100 | 0 | 10111 | 1011011 | 1101 | 101101 | 1010100 | 110000 |
Color Harmonies of #DFAB14
Complementary color
Monochromatic Colors of #DFAB14
Black with #DFAB14
Text Example
Text Example
White with #DFAB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB14; }
p { color: rgb(223,171,20); }
H1.HeaderClassName
{
color: #DFAB14;
}
.AnyTagClassName
{
color: #DFAB14;
}
</style>
background-color css
<style>
a { background-color: #DFAB14; }
a { background-color: rgb(223,171,20); }
div.DivClassName
{
background-color: #DFAB14;
}
.BgClassName
{
background-color: #DFAB14;
}
</style>
border-color css
<style>
span { border-color: #DFAB14; }
span { border-color: rgb(223,171,20); }
td.TdClassName
{
border-color: #DFAB14;
}
.TagClassName
{
border-color: #DFAB14;
}
</style>