Shades of Galliano #DFA42B
Tints of Galliano #DFA42B
RGB
CMYK
RGB Variations
Color information
#DFA42B (or 0xDFA42B) is known color: Galliano. HEX triplet: DF, A4 and 2B. RGB value is (223,164,43). Sum of RGB (Red+Green+Blue) = 223+164+43=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA42B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA42B is #205BD4. Grayscale: #A8A8A8. Windows color (decimal): -2120661 or 2860255. OLE color: 2860255.
HSL color Cylindrical-coordinate representation of color #DFA42B: hue angle of 40.33º 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 #DFA42B is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 43 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.13 |
| HSL | 40.33º | 0.74% | 0.52% | - |
| HSV(B) | 40.33º | 0.81% | 0.87% | - |
| XYZ | 44.14 | 42.41 | 8.15 | - |
| YUV | 167.85 | 57.55 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 43 | 0 | 0.26 | 0.81 | 0.13 | 40.33 | 0.74 | 0.52 |
| Hex | DF | A4 | 2B | 0 | 1A | 51 | D | 28 | 4A | 34 |
| Octal | 337 | 244 | 53 | 0 | 32 | 121 | 15 | 50 | 112 | 64 |
| Binary | 11011111 | 10100100 | 101011 | 0 | 11010 | 1010001 | 1101 | 101000 | 1001010 | 110100 |
Color Harmonies of #DFA42B
Complementary color
Monochromatic Colors of #DFA42B
Black with #DFA42B
Text Example
Text Example
White with #DFA42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA42B; }
p { color: rgb(223,164,43); }
H1.HeaderClassName
{
color: #DFA42B;
}
.AnyTagClassName
{
color: #DFA42B;
}
</style>
background-color css
<style>
a { background-color: #DFA42B; }
a { background-color: rgb(223,164,43); }
div.DivClassName
{
background-color: #DFA42B;
}
.BgClassName
{
background-color: #DFA42B;
}
</style>
border-color css
<style>
span { border-color: #DFA42B; }
span { border-color: rgb(223,164,43); }
td.TdClassName
{
border-color: #DFA42B;
}
.TagClassName
{
border-color: #DFA42B;
}
</style>