Shades of Galliano #DFA32C
Tints of Galliano #DFA32C
RGB
CMYK
RGB Variations
Color information
#DFA32C (or 0xDFA32C) is known color: Galliano. HEX triplet: DF, A3 and 2C. RGB value is (223,163,44). Sum of RGB (Red+Green+Blue) = 223+163+44=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA32C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA32C is #205CD3. Grayscale: #A7A7A7. Windows color (decimal): -2120916 or 2925535. OLE color: 2925535.
HSL color Cylindrical-coordinate representation of color #DFA32C: hue angle of 39.89º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFA32C is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 163 | 44 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.13 |
| HSL | 39.89º | 0.74% | 0.52% | - |
| HSV(B) | 39.89º | 0.8% | 0.87% | - |
| XYZ | 43.98 | 42.06 | 8.18 | - |
| YUV | 167.37 | 58.38 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 44 | 0 | 0.27 | 0.80 | 0.13 | 39.89 | 0.74 | 0.52 |
| Hex | DF | A3 | 2C | 0 | 1B | 50 | D | 28 | 4A | 34 |
| Octal | 337 | 243 | 54 | 0 | 33 | 120 | 15 | 50 | 112 | 64 |
| Binary | 11011111 | 10100011 | 101100 | 0 | 11011 | 1010000 | 1101 | 101000 | 1001010 | 110100 |
Color Harmonies of #DFA32C
Complementary color
Monochromatic Colors of #DFA32C
Black with #DFA32C
Text Example
Text Example
White with #DFA32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA32C; }
p { color: rgb(223,163,44); }
H1.HeaderClassName
{
color: #DFA32C;
}
.AnyTagClassName
{
color: #DFA32C;
}
</style>
background-color css
<style>
a { background-color: #DFA32C; }
a { background-color: rgb(223,163,44); }
div.DivClassName
{
background-color: #DFA32C;
}
.BgClassName
{
background-color: #DFA32C;
}
</style>
border-color css
<style>
span { border-color: #DFA32C; }
span { border-color: rgb(223,163,44); }
td.TdClassName
{
border-color: #DFA32C;
}
.TagClassName
{
border-color: #DFA32C;
}
</style>