Shades of Equator #DFAC5F
Tints of Equator #DFAC5F
RGB
CMYK
RGB Variations
Color information
#DFAC5F (or 0xDFAC5F) is known color: Equator. HEX triplet: DF, AC and 5F. RGB value is (223,172,95). Sum of RGB (Red+Green+Blue) = 223+172+95=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 95 (37.5% from 255 or 19.39% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAC5F is #2053A0. Grayscale: #B2B2B2. Windows color (decimal): -2118561 or 6270175. OLE color: 6270175.
HSL color Cylindrical-coordinate representation of color #DFAC5F: hue angle of 36.09º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFAC5F is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 95 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.13 |
| HSL | 36.09º | 0.67% | 0.62% | - |
| HSV(B) | 36.09º | 0.57% | 0.87% | - |
| XYZ | 47.25 | 46.02 | 17.22 | - |
| YUV | 178.47 | 80.9 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 95 | 0 | 0.23 | 0.57 | 0.13 | 36.09 | 0.67 | 0.62 |
| Hex | DF | AC | 5F | 0 | 17 | 39 | D | 24 | 43 | 3E |
| Octal | 337 | 254 | 137 | 0 | 27 | 71 | 15 | 44 | 103 | 76 |
| Binary | 11011111 | 10101100 | 1011111 | 0 | 10111 | 111001 | 1101 | 100100 | 1000011 | 111110 |
Color Harmonies of #DFAC5F
Complementary color
Monochromatic Colors of #DFAC5F
Black with #DFAC5F
Text Example
Text Example
White with #DFAC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC5F; }
p { color: rgb(223,172,95); }
H1.HeaderClassName
{
color: #DFAC5F;
}
.AnyTagClassName
{
color: #DFAC5F;
}
</style>
background-color css
<style>
a { background-color: #DFAC5F; }
a { background-color: rgb(223,172,95); }
div.DivClassName
{
background-color: #DFAC5F;
}
.BgClassName
{
background-color: #DFAC5F;
}
</style>
border-color css
<style>
span { border-color: #DFAC5F; }
span { border-color: rgb(223,172,95); }
td.TdClassName
{
border-color: #DFAC5F;
}
.TagClassName
{
border-color: #DFAC5F;
}
</style>