Shades of Galliano #DFA82C
Tints of Galliano #DFA82C
RGB
CMYK
RGB Variations
Color information
#DFA82C (or 0xDFA82C) is known color: Galliano. HEX triplet: DF, A8 and 2C. RGB value is (223,168,44). Sum of RGB (Red+Green+Blue) = 223+168+44=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA82C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA82C is #2057D3. Grayscale: #AAAAAA. Windows color (decimal): -2119636 or 2926815. OLE color: 2926815.
HSL color Cylindrical-coordinate representation of color #DFA82C: hue angle of 41.56º 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 #DFA82C is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 168 | 44 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.13 |
| HSL | 41.56º | 0.74% | 0.52% | - |
| HSV(B) | 41.56º | 0.8% | 0.87% | - |
| XYZ | 44.89 | 43.88 | 8.49 | - |
| YUV | 170.31 | 56.72 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 44 | 0 | 0.25 | 0.80 | 0.13 | 41.56 | 0.74 | 0.52 |
| Hex | DF | A8 | 2C | 0 | 19 | 50 | D | 2A | 4A | 34 |
| Octal | 337 | 250 | 54 | 0 | 31 | 120 | 15 | 52 | 112 | 64 |
| Binary | 11011111 | 10101000 | 101100 | 0 | 11001 | 1010000 | 1101 | 101010 | 1001010 | 110100 |
Color Harmonies of #DFA82C
Complementary color
Monochromatic Colors of #DFA82C
Black with #DFA82C
Text Example
Text Example
White with #DFA82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA82C; }
p { color: rgb(223,168,44); }
H1.HeaderClassName
{
color: #DFA82C;
}
.AnyTagClassName
{
color: #DFA82C;
}
</style>
background-color css
<style>
a { background-color: #DFA82C; }
a { background-color: rgb(223,168,44); }
div.DivClassName
{
background-color: #DFA82C;
}
.BgClassName
{
background-color: #DFA82C;
}
</style>
border-color css
<style>
span { border-color: #DFA82C; }
span { border-color: rgb(223,168,44); }
td.TdClassName
{
border-color: #DFA82C;
}
.TagClassName
{
border-color: #DFA82C;
}
</style>