Shades of Equator #DFA963
Tints of Equator #DFA963
RGB
CMYK
RGB Variations
Color information
#DFA963 (or 0xDFA963) is known color: Equator. HEX triplet: DF, A9 and 63. RGB value is (223,169,99). Sum of RGB (Red+Green+Blue) = 223+169+99=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 99 (39.06% from 255 or 20.16% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA963 is #20569C. Grayscale: #B1B1B1. Windows color (decimal): -2119325 or 6531551. OLE color: 6531551.
HSL color Cylindrical-coordinate representation of color #DFA963: hue angle of 33.87º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFA963 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 99 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.13 |
| HSL | 33.87º | 0.66% | 0.63% | - |
| HSV(B) | 33.87º | 0.56% | 0.87% | - |
| XYZ | 46.87 | 44.96 | 18.01 | - |
| YUV | 177.17 | 83.89 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 99 | 0 | 0.24 | 0.56 | 0.13 | 33.87 | 0.66 | 0.63 |
| Hex | DF | A9 | 63 | 0 | 18 | 38 | D | 22 | 42 | 3F |
| Octal | 337 | 251 | 143 | 0 | 30 | 70 | 15 | 42 | 102 | 77 |
| Binary | 11011111 | 10101001 | 1100011 | 0 | 11000 | 111000 | 1101 | 100010 | 1000010 | 111111 |
Color Harmonies of #DFA963
Complementary color
Monochromatic Colors of #DFA963
Black with #DFA963
Text Example
Text Example
White with #DFA963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA963; }
p { color: rgb(223,169,99); }
H1.HeaderClassName
{
color: #DFA963;
}
.AnyTagClassName
{
color: #DFA963;
}
</style>
background-color css
<style>
a { background-color: #DFA963; }
a { background-color: rgb(223,169,99); }
div.DivClassName
{
background-color: #DFA963;
}
.BgClassName
{
background-color: #DFA963;
}
</style>
border-color css
<style>
span { border-color: #DFA963; }
span { border-color: rgb(223,169,99); }
td.TdClassName
{
border-color: #DFA963;
}
.TagClassName
{
border-color: #DFA963;
}
</style>