Shades of Galliano #DFA525
Tints of Galliano #DFA525
RGB
CMYK
RGB Variations
Color information
#DFA525 (or 0xDFA525) is known color: Galliano. HEX triplet: DF, A5 and 25. RGB value is (223,165,37). Sum of RGB (Red+Green+Blue) = 223+165+37=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 37 (14.84% from 255 or 8.71% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA525 is #205ADA. Grayscale: #A8A8A8. Windows color (decimal): -2120411 or 2467295. OLE color: 2467295.
HSL color Cylindrical-coordinate representation of color #DFA525: hue angle of 41.29º 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 #DFA525 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 165 | 37 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.13 |
| HSL | 41.29º | 0.74% | 0.51% | - |
| HSV(B) | 41.29º | 0.83% | 0.87% | - |
| XYZ | 44.22 | 42.73 | 7.67 | - |
| YUV | 167.75 | 54.22 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 165 | 37 | 0 | 0.26 | 0.83 | 0.13 | 41.29 | 0.74 | 0.51 |
| Hex | DF | A5 | 25 | 0 | 1A | 53 | D | 29 | 4A | 33 |
| Octal | 337 | 245 | 45 | 0 | 32 | 123 | 15 | 51 | 112 | 63 |
| Binary | 11011111 | 10100101 | 100101 | 0 | 11010 | 1010011 | 1101 | 101001 | 1001010 | 110011 |
Color Harmonies of #DFA525
Complementary color
Monochromatic Colors of #DFA525
Black with #DFA525
Text Example
Text Example
White with #DFA525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA525; }
p { color: rgb(223,165,37); }
H1.HeaderClassName
{
color: #DFA525;
}
.AnyTagClassName
{
color: #DFA525;
}
</style>
background-color css
<style>
a { background-color: #DFA525; }
a { background-color: rgb(223,165,37); }
div.DivClassName
{
background-color: #DFA525;
}
.BgClassName
{
background-color: #DFA525;
}
</style>
border-color css
<style>
span { border-color: #DFA525; }
span { border-color: rgb(223,165,37); }
td.TdClassName
{
border-color: #DFA525;
}
.TagClassName
{
border-color: #DFA525;
}
</style>