Shades of Galliano #DFA526
Tints of Galliano #DFA526
RGB
CMYK
RGB Variations
Color information
#DFA526 (or 0xDFA526) is known color: Galliano. HEX triplet: DF, A5 and 26. RGB value is (223,165,38). Sum of RGB (Red+Green+Blue) = 223+165+38=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 38 (15.23% from 255 or 8.92% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA526 is #205AD9. Grayscale: #A8A8A8. Windows color (decimal): -2120410 or 2532831. OLE color: 2532831.
HSL color Cylindrical-coordinate representation of color #DFA526: hue angle of 41.19º 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 #DFA526 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 165 | 38 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.13 |
| HSL | 41.19º | 0.74% | 0.51% | - |
| HSV(B) | 41.19º | 0.83% | 0.87% | - |
| XYZ | 44.24 | 42.74 | 7.75 | - |
| YUV | 167.86 | 54.72 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 165 | 38 | 0 | 0.26 | 0.83 | 0.13 | 41.19 | 0.74 | 0.51 |
| Hex | DF | A5 | 26 | 0 | 1A | 53 | D | 29 | 4A | 33 |
| Octal | 337 | 245 | 46 | 0 | 32 | 123 | 15 | 51 | 112 | 63 |
| Binary | 11011111 | 10100101 | 100110 | 0 | 11010 | 1010011 | 1101 | 101001 | 1001010 | 110011 |
Color Harmonies of #DFA526
Complementary color
Monochromatic Colors of #DFA526
Black with #DFA526
Text Example
Text Example
White with #DFA526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA526; }
p { color: rgb(223,165,38); }
H1.HeaderClassName
{
color: #DFA526;
}
.AnyTagClassName
{
color: #DFA526;
}
</style>
background-color css
<style>
a { background-color: #DFA526; }
a { background-color: rgb(223,165,38); }
div.DivClassName
{
background-color: #DFA526;
}
.BgClassName
{
background-color: #DFA526;
}
</style>
border-color css
<style>
span { border-color: #DFA526; }
span { border-color: rgb(223,165,38); }
td.TdClassName
{
border-color: #DFA526;
}
.TagClassName
{
border-color: #DFA526;
}
</style>