Shades of Equator #DFA86A
Tints of Equator #DFA86A
RGB
CMYK
RGB Variations
Color information
#DFA86A (or 0xDFA86A) is known color: Equator. HEX triplet: DF, A8 and 6A. RGB value is (223,168,106). Sum of RGB (Red+Green+Blue) = 223+168+106=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA86A is #205795. Grayscale: #B1B1B1. Windows color (decimal): -2119574 or 6990047. OLE color: 6990047.
HSL color Cylindrical-coordinate representation of color #DFA86A: hue angle of 31.79º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFA86A is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 168 | 106 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.13 |
| HSL | 31.79º | 0.65% | 0.65% | - |
| HSV(B) | 31.79º | 0.52% | 0.87% | - |
| XYZ | 47.04 | 44.73 | 19.79 | - |
| YUV | 177.38 | 87.72 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 106 | 0 | 0.25 | 0.52 | 0.13 | 31.79 | 0.65 | 0.65 |
| Hex | DF | A8 | 6A | 0 | 19 | 34 | D | 20 | 41 | 41 |
| Octal | 337 | 250 | 152 | 0 | 31 | 64 | 15 | 40 | 101 | 101 |
| Binary | 11011111 | 10101000 | 1101010 | 0 | 11001 | 110100 | 1101 | 100000 | 1000001 | 1000001 |
Color Harmonies of #DFA86A
Complementary color
Monochromatic Colors of #DFA86A
Black with #DFA86A
Text Example
Text Example
White with #DFA86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA86A; }
p { color: rgb(223,168,106); }
H1.HeaderClassName
{
color: #DFA86A;
}
.AnyTagClassName
{
color: #DFA86A;
}
</style>
background-color css
<style>
a { background-color: #DFA86A; }
a { background-color: rgb(223,168,106); }
div.DivClassName
{
background-color: #DFA86A;
}
.BgClassName
{
background-color: #DFA86A;
}
</style>
border-color css
<style>
span { border-color: #DFA86A; }
span { border-color: rgb(223,168,106); }
td.TdClassName
{
border-color: #DFA86A;
}
.TagClassName
{
border-color: #DFA86A;
}
</style>