Shades of Equator #DFA960
Tints of Equator #DFA960
RGB
CMYK
RGB Variations
Color information
#DFA960 (or 0xDFA960) is known color: Equator. HEX triplet: DF, A9 and 60. RGB value is (223,169,96). Sum of RGB (Red+Green+Blue) = 223+169+96=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA960 is #20569F. Grayscale: #B1B1B1. Windows color (decimal): -2119328 or 6334943. OLE color: 6334943.
HSL color Cylindrical-coordinate representation of color #DFA960: hue angle of 34.49º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFA960 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 96 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.13 |
| HSL | 34.49º | 0.66% | 0.63% | - |
| HSV(B) | 34.49º | 0.57% | 0.87% | - |
| XYZ | 46.73 | 44.91 | 17.27 | - |
| YUV | 176.82 | 82.39 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 96 | 0 | 0.24 | 0.57 | 0.13 | 34.49 | 0.66 | 0.63 |
| Hex | DF | A9 | 60 | 0 | 18 | 39 | D | 22 | 42 | 3F |
| Octal | 337 | 251 | 140 | 0 | 30 | 71 | 15 | 42 | 102 | 77 |
| Binary | 11011111 | 10101001 | 1100000 | 0 | 11000 | 111001 | 1101 | 100010 | 1000010 | 111111 |
Color Harmonies of #DFA960
Complementary color
Monochromatic Colors of #DFA960
Black with #DFA960
Text Example
Text Example
White with #DFA960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA960; }
p { color: rgb(223,169,96); }
H1.HeaderClassName
{
color: #DFA960;
}
.AnyTagClassName
{
color: #DFA960;
}
</style>
background-color css
<style>
a { background-color: #DFA960; }
a { background-color: rgb(223,169,96); }
div.DivClassName
{
background-color: #DFA960;
}
.BgClassName
{
background-color: #DFA960;
}
</style>
border-color css
<style>
span { border-color: #DFA960; }
span { border-color: rgb(223,169,96); }
td.TdClassName
{
border-color: #DFA960;
}
.TagClassName
{
border-color: #DFA960;
}
</style>