Shades of Equator #DFA969
Tints of Equator #DFA969
RGB
CMYK
RGB Variations
Color information
#DFA969 (or 0xDFA969) is known color: Equator. HEX triplet: DF, A9 and 69. RGB value is (223,169,105). Sum of RGB (Red+Green+Blue) = 223+169+105=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA969 is #205696. Grayscale: #B2B2B2. Windows color (decimal): -2119319 or 6924767. OLE color: 6924767.
HSL color Cylindrical-coordinate representation of color #DFA969: hue angle of 32.54º 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 #DFA969 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 105 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.13 |
| HSL | 32.54º | 0.65% | 0.64% | - |
| HSV(B) | 32.54º | 0.53% | 0.87% | - |
| XYZ | 47.17 | 45.08 | 19.58 | - |
| YUV | 177.85 | 86.89 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 105 | 0 | 0.24 | 0.53 | 0.13 | 32.54 | 0.65 | 0.64 |
| Hex | DF | A9 | 69 | 0 | 18 | 35 | D | 21 | 41 | 40 |
| Octal | 337 | 251 | 151 | 0 | 30 | 65 | 15 | 41 | 101 | 100 |
| Binary | 11011111 | 10101001 | 1101001 | 0 | 11000 | 110101 | 1101 | 100001 | 1000001 | 1000000 |
Color Harmonies of #DFA969
Complementary color
Monochromatic Colors of #DFA969
Black with #DFA969
Text Example
Text Example
White with #DFA969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA969; }
p { color: rgb(223,169,105); }
H1.HeaderClassName
{
color: #DFA969;
}
.AnyTagClassName
{
color: #DFA969;
}
</style>
background-color css
<style>
a { background-color: #DFA969; }
a { background-color: rgb(223,169,105); }
div.DivClassName
{
background-color: #DFA969;
}
.BgClassName
{
background-color: #DFA969;
}
</style>
border-color css
<style>
span { border-color: #DFA969; }
span { border-color: rgb(223,169,105); }
td.TdClassName
{
border-color: #DFA969;
}
.TagClassName
{
border-color: #DFA969;
}
</style>