Shades of Galliano #DFA727
Tints of Galliano #DFA727
RGB
CMYK
RGB Variations
Color information
#DFA727 (or 0xDFA727) is known color: Galliano. HEX triplet: DF, A7 and 27. RGB value is (223,167,39). Sum of RGB (Red+Green+Blue) = 223+167+39=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 39 (15.62% from 255 or 9.09% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA727 is #2058D8. Grayscale: #A9A9A9. Windows color (decimal): -2119897 or 2598879. OLE color: 2598879.
HSL color Cylindrical-coordinate representation of color #DFA727: hue angle of 41.74º 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 #DFA727 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 39 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.13 |
| HSL | 41.74º | 0.74% | 0.51% | - |
| HSV(B) | 41.74º | 0.83% | 0.87% | - |
| XYZ | 44.62 | 43.47 | 7.96 | - |
| YUV | 169.15 | 54.55 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 39 | 0 | 0.25 | 0.83 | 0.13 | 41.74 | 0.74 | 0.51 |
| Hex | DF | A7 | 27 | 0 | 19 | 53 | D | 2A | 4A | 33 |
| Octal | 337 | 247 | 47 | 0 | 31 | 123 | 15 | 52 | 112 | 63 |
| Binary | 11011111 | 10100111 | 100111 | 0 | 11001 | 1010011 | 1101 | 101010 | 1001010 | 110011 |
Color Harmonies of #DFA727
Complementary color
Monochromatic Colors of #DFA727
Black with #DFA727
Text Example
Text Example
White with #DFA727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA727; }
p { color: rgb(223,167,39); }
H1.HeaderClassName
{
color: #DFA727;
}
.AnyTagClassName
{
color: #DFA727;
}
</style>
background-color css
<style>
a { background-color: #DFA727; }
a { background-color: rgb(223,167,39); }
div.DivClassName
{
background-color: #DFA727;
}
.BgClassName
{
background-color: #DFA727;
}
</style>
border-color css
<style>
span { border-color: #DFA727; }
span { border-color: rgb(223,167,39); }
td.TdClassName
{
border-color: #DFA727;
}
.TagClassName
{
border-color: #DFA727;
}
</style>