Shades of Galliano #DFA225
Tints of Galliano #DFA225
RGB
CMYK
RGB Variations
Color information
#DFA225 (or 0xDFA225) is known color: Galliano. HEX triplet: DF, A2 and 25. RGB value is (223,162,37). Sum of RGB (Red+Green+Blue) = 223+162+37=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA225 is #205DDA. Grayscale: #A6A6A6. Windows color (decimal): -2121179 or 2466527. OLE color: 2466527.
HSL color Cylindrical-coordinate representation of color #DFA225: hue angle of 40.32º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFA225 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 37 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.13 |
| HSL | 40.32º | 0.74% | 0.51% | - |
| HSV(B) | 40.32º | 0.83% | 0.87% | - |
| XYZ | 43.69 | 41.66 | 7.49 | - |
| YUV | 165.99 | 55.21 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 37 | 0 | 0.27 | 0.83 | 0.13 | 40.32 | 0.74 | 0.51 |
| Hex | DF | A2 | 25 | 0 | 1B | 53 | D | 28 | 4A | 33 |
| Octal | 337 | 242 | 45 | 0 | 33 | 123 | 15 | 50 | 112 | 63 |
| Binary | 11011111 | 10100010 | 100101 | 0 | 11011 | 1010011 | 1101 | 101000 | 1001010 | 110011 |
Color Harmonies of #DFA225
Complementary color
Monochromatic Colors of #DFA225
Black with #DFA225
Text Example
Text Example
White with #DFA225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA225; }
p { color: rgb(223,162,37); }
H1.HeaderClassName
{
color: #DFA225;
}
.AnyTagClassName
{
color: #DFA225;
}
</style>
background-color css
<style>
a { background-color: #DFA225; }
a { background-color: rgb(223,162,37); }
div.DivClassName
{
background-color: #DFA225;
}
.BgClassName
{
background-color: #DFA225;
}
</style>
border-color css
<style>
span { border-color: #DFA225; }
span { border-color: rgb(223,162,37); }
td.TdClassName
{
border-color: #DFA225;
}
.TagClassName
{
border-color: #DFA225;
}
</style>