Shades of Equator #DFA966
Tints of Equator #DFA966
RGB
CMYK
RGB Variations
Color information
#DFA966 (or 0xDFA966) is known color: Equator. HEX triplet: DF, A9 and 66. RGB value is (223,169,102). Sum of RGB (Red+Green+Blue) = 223+169+102=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA966 is #205699. Grayscale: #B1B1B1. Windows color (decimal): -2119322 or 6728159. OLE color: 6728159.
HSL color Cylindrical-coordinate representation of color #DFA966: hue angle of 33.22º 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 #DFA966 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 102 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.13 |
| HSL | 33.22º | 0.65% | 0.64% | - |
| HSV(B) | 33.22º | 0.54% | 0.87% | - |
| XYZ | 47.02 | 45.02 | 18.78 | - |
| YUV | 177.51 | 85.39 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 102 | 0 | 0.24 | 0.54 | 0.13 | 33.22 | 0.65 | 0.64 |
| Hex | DF | A9 | 66 | 0 | 18 | 36 | D | 21 | 41 | 40 |
| Octal | 337 | 251 | 146 | 0 | 30 | 66 | 15 | 41 | 101 | 100 |
| Binary | 11011111 | 10101001 | 1100110 | 0 | 11000 | 110110 | 1101 | 100001 | 1000001 | 1000000 |
Color Harmonies of #DFA966
Complementary color
Monochromatic Colors of #DFA966
Black with #DFA966
Text Example
Text Example
White with #DFA966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA966; }
p { color: rgb(223,169,102); }
H1.HeaderClassName
{
color: #DFA966;
}
.AnyTagClassName
{
color: #DFA966;
}
</style>
background-color css
<style>
a { background-color: #DFA966; }
a { background-color: rgb(223,169,102); }
div.DivClassName
{
background-color: #DFA966;
}
.BgClassName
{
background-color: #DFA966;
}
</style>
border-color css
<style>
span { border-color: #DFA966; }
span { border-color: rgb(223,169,102); }
td.TdClassName
{
border-color: #DFA966;
}
.TagClassName
{
border-color: #DFA966;
}
</style>