Shades of Galliano #DFAB20
Tints of Galliano #DFAB20
RGB
CMYK
RGB Variations
Color information
#DFAB20 (or 0xDFAB20) is known color: Galliano. HEX triplet: DF, AB and 20. RGB value is (223,171,32). Sum of RGB (Red+Green+Blue) = 223+171+32=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 32 (12.89% from 255 or 7.51% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAB20 is #2054DF. Grayscale: #ABABAB. Windows color (decimal): -2118880 or 2141151. OLE color: 2141151.
HSL color Cylindrical-coordinate representation of color #DFAB20: hue angle of 43.66º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFAB20 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 32 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.13 |
| HSL | 43.66º | 0.75% | 0.5% | - |
| HSV(B) | 43.66º | 0.86% | 0.87% | - |
| XYZ | 45.26 | 44.92 | 7.65 | - |
| YUV | 170.7 | 49.73 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 32 | 0 | 0.23 | 0.86 | 0.13 | 43.66 | 0.75 | 0.5 |
| Hex | DF | AB | 20 | 0 | 17 | 56 | D | 2C | 4B | 32 |
| Octal | 337 | 253 | 40 | 0 | 27 | 126 | 15 | 54 | 113 | 62 |
| Binary | 11011111 | 10101011 | 100000 | 0 | 10111 | 1010110 | 1101 | 101100 | 1001011 | 110010 |
Color Harmonies of #DFAB20
Complementary color
Monochromatic Colors of #DFAB20
Black with #DFAB20
Text Example
Text Example
White with #DFAB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB20; }
p { color: rgb(223,171,32); }
H1.HeaderClassName
{
color: #DFAB20;
}
.AnyTagClassName
{
color: #DFAB20;
}
</style>
background-color css
<style>
a { background-color: #DFAB20; }
a { background-color: rgb(223,171,32); }
div.DivClassName
{
background-color: #DFAB20;
}
.BgClassName
{
background-color: #DFAB20;
}
</style>
border-color css
<style>
span { border-color: #DFAB20; }
span { border-color: rgb(223,171,32); }
td.TdClassName
{
border-color: #DFAB20;
}
.TagClassName
{
border-color: #DFAB20;
}
</style>