Shades of Galliano #DFAB1F
Tints of Galliano #DFAB1F
RGB
CMYK
RGB Variations
Color information
#DFAB1F (or 0xDFAB1F) is known color: Galliano. HEX triplet: DF, AB and 1F. RGB value is (223,171,31). Sum of RGB (Red+Green+Blue) = 223+171+31=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 31 (12.5% from 255 or 7.29% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAB1F is #2054E0. Grayscale: #ABABAB. Windows color (decimal): -2118881 or 2075615. OLE color: 2075615.
HSL color Cylindrical-coordinate representation of color #DFAB1F: hue angle of 43.75º degrees, saturation: 0.76, 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 #DFAB1F is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 31 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.13 |
| HSL | 43.75º | 0.76% | 0.5% | - |
| HSV(B) | 43.75º | 0.86% | 0.87% | - |
| XYZ | 45.24 | 44.91 | 7.58 | - |
| YUV | 170.59 | 49.23 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 31 | 0 | 0.23 | 0.86 | 0.13 | 43.75 | 0.76 | 0.5 |
| Hex | DF | AB | 1F | 0 | 17 | 56 | D | 2C | 4C | 32 |
| Octal | 337 | 253 | 37 | 0 | 27 | 126 | 15 | 54 | 114 | 62 |
| Binary | 11011111 | 10101011 | 11111 | 0 | 10111 | 1010110 | 1101 | 101100 | 1001100 | 110010 |
Color Harmonies of #DFAB1F
Complementary color
Monochromatic Colors of #DFAB1F
Black with #DFAB1F
Text Example
Text Example
White with #DFAB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB1F; }
p { color: rgb(223,171,31); }
H1.HeaderClassName
{
color: #DFAB1F;
}
.AnyTagClassName
{
color: #DFAB1F;
}
</style>
background-color css
<style>
a { background-color: #DFAB1F; }
a { background-color: rgb(223,171,31); }
div.DivClassName
{
background-color: #DFAB1F;
}
.BgClassName
{
background-color: #DFAB1F;
}
</style>
border-color css
<style>
span { border-color: #DFAB1F; }
span { border-color: rgb(223,171,31); }
td.TdClassName
{
border-color: #DFAB1F;
}
.TagClassName
{
border-color: #DFAB1F;
}
</style>