Shades of Galliano #DFA42D
Tints of Galliano #DFA42D
RGB
CMYK
RGB Variations
Color information
#DFA42D (or 0xDFA42D) is known color: Galliano. HEX triplet: DF, A4 and 2D. RGB value is (223,164,45). Sum of RGB (Red+Green+Blue) = 223+164+45=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA42D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA42D is #205BD2. Grayscale: #A8A8A8. Windows color (decimal): -2120659 or 2991327. OLE color: 2991327.
HSL color Cylindrical-coordinate representation of color #DFA42D: hue angle of 40.11º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFA42D is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 45 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.13 |
| HSL | 40.11º | 0.74% | 0.53% | - |
| HSV(B) | 40.11º | 0.8% | 0.87% | - |
| XYZ | 44.18 | 42.43 | 8.34 | - |
| YUV | 168.08 | 58.55 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 45 | 0 | 0.26 | 0.80 | 0.13 | 40.11 | 0.74 | 0.53 |
| Hex | DF | A4 | 2D | 0 | 1A | 50 | D | 28 | 4A | 35 |
| Octal | 337 | 244 | 55 | 0 | 32 | 120 | 15 | 50 | 112 | 65 |
| Binary | 11011111 | 10100100 | 101101 | 0 | 11010 | 1010000 | 1101 | 101000 | 1001010 | 110101 |
Color Harmonies of #DFA42D
Complementary color
Monochromatic Colors of #DFA42D
Black with #DFA42D
Text Example
Text Example
White with #DFA42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA42D; }
p { color: rgb(223,164,45); }
H1.HeaderClassName
{
color: #DFA42D;
}
.AnyTagClassName
{
color: #DFA42D;
}
</style>
background-color css
<style>
a { background-color: #DFA42D; }
a { background-color: rgb(223,164,45); }
div.DivClassName
{
background-color: #DFA42D;
}
.BgClassName
{
background-color: #DFA42D;
}
</style>
border-color css
<style>
span { border-color: #DFA42D; }
span { border-color: rgb(223,164,45); }
td.TdClassName
{
border-color: #DFA42D;
}
.TagClassName
{
border-color: #DFA42D;
}
</style>