Shades of Galliano #DFA428
Tints of Galliano #DFA428
RGB
CMYK
RGB Variations
Color information
#DFA428 (or 0xDFA428) is known color: Galliano. HEX triplet: DF, A4 and 28. RGB value is (223,164,40). Sum of RGB (Red+Green+Blue) = 223+164+40=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 40 (16.02% from 255 or 9.37% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA428 is #205BD7. Grayscale: #A8A8A8. Windows color (decimal): -2120664 or 2663647. OLE color: 2663647.
HSL color Cylindrical-coordinate representation of color #DFA428: hue angle of 40.66º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFA428 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 40 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.13 |
| HSL | 40.66º | 0.74% | 0.52% | - |
| HSV(B) | 40.66º | 0.82% | 0.87% | - |
| XYZ | 44.09 | 42.39 | 7.87 | - |
| YUV | 167.51 | 56.05 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 40 | 0 | 0.26 | 0.82 | 0.13 | 40.66 | 0.74 | 0.52 |
| Hex | DF | A4 | 28 | 0 | 1A | 52 | D | 29 | 4A | 34 |
| Octal | 337 | 244 | 50 | 0 | 32 | 122 | 15 | 51 | 112 | 64 |
| Binary | 11011111 | 10100100 | 101000 | 0 | 11010 | 1010010 | 1101 | 101001 | 1001010 | 110100 |
Color Harmonies of #DFA428
Complementary color
Monochromatic Colors of #DFA428
Black with #DFA428
Text Example
Text Example
White with #DFA428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA428; }
p { color: rgb(223,164,40); }
H1.HeaderClassName
{
color: #DFA428;
}
.AnyTagClassName
{
color: #DFA428;
}
</style>
background-color css
<style>
a { background-color: #DFA428; }
a { background-color: rgb(223,164,40); }
div.DivClassName
{
background-color: #DFA428;
}
.BgClassName
{
background-color: #DFA428;
}
</style>
border-color css
<style>
span { border-color: #DFA428; }
span { border-color: rgb(223,164,40); }
td.TdClassName
{
border-color: #DFA428;
}
.TagClassName
{
border-color: #DFA428;
}
</style>