Shades of Galliano #DFAB1C
Tints of Galliano #DFAB1C
RGB
CMYK
RGB Variations
Color information
#DFAB1C (or 0xDFAB1C) is known color: Galliano. HEX triplet: DF, AB and 1C. RGB value is (223,171,28). Sum of RGB (Red+Green+Blue) = 223+171+28=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 28 (11.33% from 255 or 6.64% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAB1C is #2054E3. Grayscale: #AAAAAA. Windows color (decimal): -2118884 or 1879007. OLE color: 1879007.
HSL color Cylindrical-coordinate representation of color #DFAB1C: hue angle of 44º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFAB1C is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 28 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.13 |
| HSL | 44º | 0.78% | 0.49% | - |
| HSV(B) | 44º | 0.87% | 0.87% | - |
| XYZ | 45.2 | 44.9 | 7.38 | - |
| YUV | 170.25 | 47.73 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 28 | 0 | 0.23 | 0.87 | 0.13 | 44 | 0.78 | 0.49 |
| Hex | DF | AB | 1C | 0 | 17 | 57 | D | 2C | 4E | 31 |
| Octal | 337 | 253 | 34 | 0 | 27 | 127 | 15 | 54 | 116 | 61 |
| Binary | 11011111 | 10101011 | 11100 | 0 | 10111 | 1010111 | 1101 | 101100 | 1001110 | 110001 |
Color Harmonies of #DFAB1C
Complementary color
Monochromatic Colors of #DFAB1C
Black with #DFAB1C
Text Example
Text Example
White with #DFAB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB1C; }
p { color: rgb(223,171,28); }
H1.HeaderClassName
{
color: #DFAB1C;
}
.AnyTagClassName
{
color: #DFAB1C;
}
</style>
background-color css
<style>
a { background-color: #DFAB1C; }
a { background-color: rgb(223,171,28); }
div.DivClassName
{
background-color: #DFAB1C;
}
.BgClassName
{
background-color: #DFAB1C;
}
</style>
border-color css
<style>
span { border-color: #DFAB1C; }
span { border-color: rgb(223,171,28); }
td.TdClassName
{
border-color: #DFAB1C;
}
.TagClassName
{
border-color: #DFAB1C;
}
</style>