Shades of Galliano #DFA12A
Tints of Galliano #DFA12A
RGB
CMYK
RGB Variations
Color information
#DFA12A (or 0xDFA12A) is known color: Galliano. HEX triplet: DF, A1 and 2A. RGB value is (223,161,42). Sum of RGB (Red+Green+Blue) = 223+161+42=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA12A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA12A is #205ED5. Grayscale: #A6A6A6. Windows color (decimal): -2121430 or 2793951. OLE color: 2793951.
HSL color Cylindrical-coordinate representation of color #DFA12A: hue angle of 39.45º 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 #DFA12A is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 161 | 42 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.13 |
| HSL | 39.45º | 0.74% | 0.52% | - |
| HSV(B) | 39.45º | 0.81% | 0.87% | - |
| XYZ | 43.59 | 41.34 | 7.87 | - |
| YUV | 165.97 | 58.04 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 42 | 0 | 0.28 | 0.81 | 0.13 | 39.45 | 0.74 | 0.52 |
| Hex | DF | A1 | 2A | 0 | 1C | 51 | D | 27 | 4A | 34 |
| Octal | 337 | 241 | 52 | 0 | 34 | 121 | 15 | 47 | 112 | 64 |
| Binary | 11011111 | 10100001 | 101010 | 0 | 11100 | 1010001 | 1101 | 100111 | 1001010 | 110100 |
Color Harmonies of #DFA12A
Complementary color
Monochromatic Colors of #DFA12A
Black with #DFA12A
Text Example
Text Example
White with #DFA12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA12A; }
p { color: rgb(223,161,42); }
H1.HeaderClassName
{
color: #DFA12A;
}
.AnyTagClassName
{
color: #DFA12A;
}
</style>
background-color css
<style>
a { background-color: #DFA12A; }
a { background-color: rgb(223,161,42); }
div.DivClassName
{
background-color: #DFA12A;
}
.BgClassName
{
background-color: #DFA12A;
}
</style>
border-color css
<style>
span { border-color: #DFA12A; }
span { border-color: rgb(223,161,42); }
td.TdClassName
{
border-color: #DFA12A;
}
.TagClassName
{
border-color: #DFA12A;
}
</style>