Shades of Galliano #DFAB1E
Tints of Galliano #DFAB1E
RGB
CMYK
RGB Variations
Color information
#DFAB1E (or 0xDFAB1E) is known color: Galliano. HEX triplet: DF, AB and 1E. RGB value is (223,171,30). Sum of RGB (Red+Green+Blue) = 223+171+30=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 30 (12.11% from 255 or 7.08% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAB1E is #2054E1. Grayscale: #ABABAB. Windows color (decimal): -2118882 or 2010079. OLE color: 2010079.
HSL color Cylindrical-coordinate representation of color #DFAB1E: hue angle of 43.83º 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 #DFAB1E is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 30 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.13 |
| HSL | 43.83º | 0.76% | 0.5% | - |
| HSV(B) | 43.83º | 0.87% | 0.87% | - |
| XYZ | 45.23 | 44.91 | 7.51 | - |
| YUV | 170.47 | 48.73 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 30 | 0 | 0.23 | 0.87 | 0.13 | 43.83 | 0.76 | 0.5 |
| Hex | DF | AB | 1E | 0 | 17 | 57 | D | 2C | 4C | 32 |
| Octal | 337 | 253 | 36 | 0 | 27 | 127 | 15 | 54 | 114 | 62 |
| Binary | 11011111 | 10101011 | 11110 | 0 | 10111 | 1010111 | 1101 | 101100 | 1001100 | 110010 |
Color Harmonies of #DFAB1E
Complementary color
Monochromatic Colors of #DFAB1E
Black with #DFAB1E
Text Example
Text Example
White with #DFAB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB1E; }
p { color: rgb(223,171,30); }
H1.HeaderClassName
{
color: #DFAB1E;
}
.AnyTagClassName
{
color: #DFAB1E;
}
</style>
background-color css
<style>
a { background-color: #DFAB1E; }
a { background-color: rgb(223,171,30); }
div.DivClassName
{
background-color: #DFAB1E;
}
.BgClassName
{
background-color: #DFAB1E;
}
</style>
border-color css
<style>
span { border-color: #DFAB1E; }
span { border-color: rgb(223,171,30); }
td.TdClassName
{
border-color: #DFAB1E;
}
.TagClassName
{
border-color: #DFAB1E;
}
</style>