Shades of Equator #DFAD5E
Tints of Equator #DFAD5E
RGB
CMYK
RGB Variations
Color information
#DFAD5E (or 0xDFAD5E) is known color: Equator. HEX triplet: DF, AD and 5E. RGB value is (223,173,94). Sum of RGB (Red+Green+Blue) = 223+173+94=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 94 (37.11% from 255 or 19.18% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAD5E is #2052A1. Grayscale: #B3B3B3. Windows color (decimal): -2118306 or 6204895. OLE color: 6204895.
HSL color Cylindrical-coordinate representation of color #DFAD5E: hue angle of 36.74º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFAD5E is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 94 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.13 |
| HSL | 36.74º | 0.67% | 0.62% | - |
| HSV(B) | 36.74º | 0.58% | 0.87% | - |
| XYZ | 47.4 | 46.38 | 17.04 | - |
| YUV | 178.94 | 80.07 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 94 | 0 | 0.22 | 0.58 | 0.13 | 36.74 | 0.67 | 0.62 |
| Hex | DF | AD | 5E | 0 | 16 | 3A | D | 25 | 43 | 3E |
| Octal | 337 | 255 | 136 | 0 | 26 | 72 | 15 | 45 | 103 | 76 |
| Binary | 11011111 | 10101101 | 1011110 | 0 | 10110 | 111010 | 1101 | 100101 | 1000011 | 111110 |
Color Harmonies of #DFAD5E
Complementary color
Monochromatic Colors of #DFAD5E
Black with #DFAD5E
Text Example
Text Example
White with #DFAD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAD5E; }
p { color: rgb(223,173,94); }
H1.HeaderClassName
{
color: #DFAD5E;
}
.AnyTagClassName
{
color: #DFAD5E;
}
</style>
background-color css
<style>
a { background-color: #DFAD5E; }
a { background-color: rgb(223,173,94); }
div.DivClassName
{
background-color: #DFAD5E;
}
.BgClassName
{
background-color: #DFAD5E;
}
</style>
border-color css
<style>
span { border-color: #DFAD5E; }
span { border-color: rgb(223,173,94); }
td.TdClassName
{
border-color: #DFAD5E;
}
.TagClassName
{
border-color: #DFAD5E;
}
</style>