Shades of Galliano #DFAC1C
Tints of Galliano #DFAC1C
RGB
CMYK
RGB Variations
Color information
#DFAC1C (or 0xDFAC1C) is known color: Galliano. HEX triplet: DF, AC and 1C. RGB value is (223,172,28). Sum of RGB (Red+Green+Blue) = 223+172+28=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAC1C is #2053E3. Grayscale: #ABABAB. Windows color (decimal): -2118628 or 1879263. OLE color: 1879263.
HSL color Cylindrical-coordinate representation of color #DFAC1C: hue angle of 44.31º 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 #DFAC1C is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 28 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.13 |
| HSL | 44.31º | 0.78% | 0.49% | - |
| HSV(B) | 44.31º | 0.87% | 0.87% | - |
| XYZ | 45.39 | 45.28 | 7.45 | - |
| YUV | 170.83 | 47.4 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 28 | 0 | 0.23 | 0.87 | 0.13 | 44.31 | 0.78 | 0.49 |
| Hex | DF | AC | 1C | 0 | 17 | 57 | D | 2C | 4E | 31 |
| Octal | 337 | 254 | 34 | 0 | 27 | 127 | 15 | 54 | 116 | 61 |
| Binary | 11011111 | 10101100 | 11100 | 0 | 10111 | 1010111 | 1101 | 101100 | 1001110 | 110001 |
Color Harmonies of #DFAC1C
Complementary color
Monochromatic Colors of #DFAC1C
Black with #DFAC1C
Text Example
Text Example
White with #DFAC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC1C; }
p { color: rgb(223,172,28); }
H1.HeaderClassName
{
color: #DFAC1C;
}
.AnyTagClassName
{
color: #DFAC1C;
}
</style>
background-color css
<style>
a { background-color: #DFAC1C; }
a { background-color: rgb(223,172,28); }
div.DivClassName
{
background-color: #DFAC1C;
}
.BgClassName
{
background-color: #DFAC1C;
}
</style>
border-color css
<style>
span { border-color: #DFAC1C; }
span { border-color: rgb(223,172,28); }
td.TdClassName
{
border-color: #DFAC1C;
}
.TagClassName
{
border-color: #DFAC1C;
}
</style>