Shades of Galliano #DFA627
Tints of Galliano #DFA627
RGB
CMYK
RGB Variations
Color information
#DFA627 (or 0xDFA627) is known color: Galliano. HEX triplet: DF, A6 and 27. RGB value is (223,166,39). Sum of RGB (Red+Green+Blue) = 223+166+39=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 39 (15.62% from 255 or 9.11% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA627 is #2059D8. Grayscale: #A9A9A9. Windows color (decimal): -2120153 or 2598623. OLE color: 2598623.
HSL color Cylindrical-coordinate representation of color #DFA627: hue angle of 41.41º 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 #DFA627 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 39 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.13 |
| HSL | 41.41º | 0.74% | 0.51% | - |
| HSV(B) | 41.41º | 0.83% | 0.87% | - |
| XYZ | 44.43 | 43.11 | 7.9 | - |
| YUV | 168.57 | 54.88 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 39 | 0 | 0.26 | 0.83 | 0.13 | 41.41 | 0.74 | 0.51 |
| Hex | DF | A6 | 27 | 0 | 1A | 53 | D | 29 | 4A | 33 |
| Octal | 337 | 246 | 47 | 0 | 32 | 123 | 15 | 51 | 112 | 63 |
| Binary | 11011111 | 10100110 | 100111 | 0 | 11010 | 1010011 | 1101 | 101001 | 1001010 | 110011 |
Color Harmonies of #DFA627
Complementary color
Monochromatic Colors of #DFA627
Black with #DFA627
Text Example
Text Example
White with #DFA627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA627; }
p { color: rgb(223,166,39); }
H1.HeaderClassName
{
color: #DFA627;
}
.AnyTagClassName
{
color: #DFA627;
}
</style>
background-color css
<style>
a { background-color: #DFA627; }
a { background-color: rgb(223,166,39); }
div.DivClassName
{
background-color: #DFA627;
}
.BgClassName
{
background-color: #DFA627;
}
</style>
border-color css
<style>
span { border-color: #DFA627; }
span { border-color: rgb(223,166,39); }
td.TdClassName
{
border-color: #DFA627;
}
.TagClassName
{
border-color: #DFA627;
}
</style>