Shades of Equator #DFA968
Tints of Equator #DFA968
RGB
CMYK
RGB Variations
Color information
#DFA968 (or 0xDFA968) is known color: Equator. HEX triplet: DF, A9 and 68. RGB value is (223,169,104). Sum of RGB (Red+Green+Blue) = 223+169+104=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA968 is #205697. Grayscale: #B2B2B2. Windows color (decimal): -2119320 or 6859231. OLE color: 6859231.
HSL color Cylindrical-coordinate representation of color #DFA968: hue angle of 32.77º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFA968 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 104 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.13 |
| HSL | 32.77º | 0.65% | 0.64% | - |
| HSV(B) | 32.77º | 0.53% | 0.87% | - |
| XYZ | 47.12 | 45.06 | 19.31 | - |
| YUV | 177.74 | 86.39 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 104 | 0 | 0.24 | 0.53 | 0.13 | 32.77 | 0.65 | 0.64 |
| Hex | DF | A9 | 68 | 0 | 18 | 35 | D | 21 | 41 | 40 |
| Octal | 337 | 251 | 150 | 0 | 30 | 65 | 15 | 41 | 101 | 100 |
| Binary | 11011111 | 10101001 | 1101000 | 0 | 11000 | 110101 | 1101 | 100001 | 1000001 | 1000000 |
Color Harmonies of #DFA968
Complementary color
Monochromatic Colors of #DFA968
Black with #DFA968
Text Example
Text Example
White with #DFA968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA968; }
p { color: rgb(223,169,104); }
H1.HeaderClassName
{
color: #DFA968;
}
.AnyTagClassName
{
color: #DFA968;
}
</style>
background-color css
<style>
a { background-color: #DFA968; }
a { background-color: rgb(223,169,104); }
div.DivClassName
{
background-color: #DFA968;
}
.BgClassName
{
background-color: #DFA968;
}
</style>
border-color css
<style>
span { border-color: #DFA968; }
span { border-color: rgb(223,169,104); }
td.TdClassName
{
border-color: #DFA968;
}
.TagClassName
{
border-color: #DFA968;
}
</style>