Shades of Galliano #DFA228
Tints of Galliano #DFA228
RGB
CMYK
RGB Variations
Color information
#DFA228 (or 0xDFA228) is known color: Galliano. HEX triplet: DF, A2 and 28. RGB value is (223,162,40). Sum of RGB (Red+Green+Blue) = 223+162+40=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA228 is #205DD7. Grayscale: #A6A6A6. Windows color (decimal): -2121176 or 2663135. OLE color: 2663135.
HSL color Cylindrical-coordinate representation of color #DFA228: hue angle of 40º 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 #DFA228 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 40 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.13 |
| HSL | 40º | 0.74% | 0.52% | - |
| HSV(B) | 40º | 0.82% | 0.87% | - |
| XYZ | 43.73 | 41.68 | 7.75 | - |
| YUV | 166.33 | 56.71 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 40 | 0 | 0.27 | 0.82 | 0.13 | 40 | 0.74 | 0.52 |
| Hex | DF | A2 | 28 | 0 | 1B | 52 | D | 28 | 4A | 34 |
| Octal | 337 | 242 | 50 | 0 | 33 | 122 | 15 | 50 | 112 | 64 |
| Binary | 11011111 | 10100010 | 101000 | 0 | 11011 | 1010010 | 1101 | 101000 | 1001010 | 110100 |
Color Harmonies of #DFA228
Complementary color
Monochromatic Colors of #DFA228
Black with #DFA228
Text Example
Text Example
White with #DFA228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA228; }
p { color: rgb(223,162,40); }
H1.HeaderClassName
{
color: #DFA228;
}
.AnyTagClassName
{
color: #DFA228;
}
</style>
background-color css
<style>
a { background-color: #DFA228; }
a { background-color: rgb(223,162,40); }
div.DivClassName
{
background-color: #DFA228;
}
.BgClassName
{
background-color: #DFA228;
}
</style>
border-color css
<style>
span { border-color: #DFA228; }
span { border-color: rgb(223,162,40); }
td.TdClassName
{
border-color: #DFA228;
}
.TagClassName
{
border-color: #DFA228;
}
</style>