Shades of Equator #DFA867
Tints of Equator #DFA867
RGB
CMYK
RGB Variations
Color information
#DFA867 (or 0xDFA867) is known color: Equator. HEX triplet: DF, A8 and 67. RGB value is (223,168,103). Sum of RGB (Red+Green+Blue) = 223+168+103=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 103 (40.62% from 255 or 20.85% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA867 is #205798. Grayscale: #B1B1B1. Windows color (decimal): -2119577 or 6793439. OLE color: 6793439.
HSL color Cylindrical-coordinate representation of color #DFA867: hue angle of 32.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFA867 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 168 | 103 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.13 |
| HSL | 32.5º | 0.65% | 0.64% | - |
| HSV(B) | 32.5º | 0.54% | 0.87% | - |
| XYZ | 46.88 | 44.67 | 18.98 | - |
| YUV | 177.04 | 86.22 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 103 | 0 | 0.25 | 0.54 | 0.13 | 32.5 | 0.65 | 0.64 |
| Hex | DF | A8 | 67 | 0 | 19 | 36 | D | 20 | 41 | 40 |
| Octal | 337 | 250 | 147 | 0 | 31 | 66 | 15 | 40 | 101 | 100 |
| Binary | 11011111 | 10101000 | 1100111 | 0 | 11001 | 110110 | 1101 | 100000 | 1000001 | 1000000 |
Color Harmonies of #DFA867
Complementary color
Monochromatic Colors of #DFA867
Black with #DFA867
Text Example
Text Example
White with #DFA867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA867; }
p { color: rgb(223,168,103); }
H1.HeaderClassName
{
color: #DFA867;
}
.AnyTagClassName
{
color: #DFA867;
}
</style>
background-color css
<style>
a { background-color: #DFA867; }
a { background-color: rgb(223,168,103); }
div.DivClassName
{
background-color: #DFA867;
}
.BgClassName
{
background-color: #DFA867;
}
</style>
border-color css
<style>
span { border-color: #DFA867; }
span { border-color: rgb(223,168,103); }
td.TdClassName
{
border-color: #DFA867;
}
.TagClassName
{
border-color: #DFA867;
}
</style>