Shades of Galliano #DFA32B
Tints of Galliano #DFA32B
RGB
CMYK
RGB Variations
Color information
#DFA32B (or 0xDFA32B) is known color: Galliano. HEX triplet: DF, A3 and 2B. RGB value is (223,163,43). Sum of RGB (Red+Green+Blue) = 223+163+43=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 43 (17.19% from 255 or 10.02% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA32B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA32B is #205CD4. Grayscale: #A7A7A7. Windows color (decimal): -2120917 or 2859999. OLE color: 2859999.
HSL color Cylindrical-coordinate representation of color #DFA32B: hue angle of 40º 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 #DFA32B is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 163 | 43 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.13 |
| HSL | 40º | 0.74% | 0.52% | - |
| HSV(B) | 40º | 0.81% | 0.87% | - |
| XYZ | 43.96 | 42.06 | 8.09 | - |
| YUV | 167.26 | 57.88 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 43 | 0 | 0.27 | 0.81 | 0.13 | 40 | 0.74 | 0.52 |
| Hex | DF | A3 | 2B | 0 | 1B | 51 | D | 28 | 4A | 34 |
| Octal | 337 | 243 | 53 | 0 | 33 | 121 | 15 | 50 | 112 | 64 |
| Binary | 11011111 | 10100011 | 101011 | 0 | 11011 | 1010001 | 1101 | 101000 | 1001010 | 110100 |
Color Harmonies of #DFA32B
Complementary color
Monochromatic Colors of #DFA32B
Black with #DFA32B
Text Example
Text Example
White with #DFA32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA32B; }
p { color: rgb(223,163,43); }
H1.HeaderClassName
{
color: #DFA32B;
}
.AnyTagClassName
{
color: #DFA32B;
}
</style>
background-color css
<style>
a { background-color: #DFA32B; }
a { background-color: rgb(223,163,43); }
div.DivClassName
{
background-color: #DFA32B;
}
.BgClassName
{
background-color: #DFA32B;
}
</style>
border-color css
<style>
span { border-color: #DFA32B; }
span { border-color: rgb(223,163,43); }
td.TdClassName
{
border-color: #DFA32B;
}
.TagClassName
{
border-color: #DFA32B;
}
</style>