Shades of Galliano #DFA22A
Tints of Galliano #DFA22A
RGB
CMYK
RGB Variations
Color information
#DFA22A (or 0xDFA22A) is known color: Galliano. HEX triplet: DF, A2 and 2A. RGB value is (223,162,42). Sum of RGB (Red+Green+Blue) = 223+162+42=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 42 (16.80% from 255 or 9.84% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA22A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA22A is #205DD5. Grayscale: #A7A7A7. Windows color (decimal): -2121174 or 2794207. OLE color: 2794207.
HSL color Cylindrical-coordinate representation of color #DFA22A: hue angle of 39.78º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFA22A is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 42 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.13 |
| HSL | 39.78º | 0.74% | 0.52% | - |
| HSV(B) | 39.78º | 0.81% | 0.87% | - |
| XYZ | 43.77 | 41.7 | 7.93 | - |
| YUV | 166.56 | 57.71 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 42 | 0 | 0.27 | 0.81 | 0.13 | 39.78 | 0.74 | 0.52 |
| Hex | DF | A2 | 2A | 0 | 1B | 51 | D | 28 | 4A | 34 |
| Octal | 337 | 242 | 52 | 0 | 33 | 121 | 15 | 50 | 112 | 64 |
| Binary | 11011111 | 10100010 | 101010 | 0 | 11011 | 1010001 | 1101 | 101000 | 1001010 | 110100 |
Color Harmonies of #DFA22A
Complementary color
Monochromatic Colors of #DFA22A
Black with #DFA22A
Text Example
Text Example
White with #DFA22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA22A; }
p { color: rgb(223,162,42); }
H1.HeaderClassName
{
color: #DFA22A;
}
.AnyTagClassName
{
color: #DFA22A;
}
</style>
background-color css
<style>
a { background-color: #DFA22A; }
a { background-color: rgb(223,162,42); }
div.DivClassName
{
background-color: #DFA22A;
}
.BgClassName
{
background-color: #DFA22A;
}
</style>
border-color css
<style>
span { border-color: #DFA22A; }
span { border-color: rgb(223,162,42); }
td.TdClassName
{
border-color: #DFA22A;
}
.TagClassName
{
border-color: #DFA22A;
}
</style>