Shades of Equator #DEAD5F
Tints of Equator #DEAD5F
RGB
CMYK
RGB Variations
Color information
#DEAD5F (or 0xDEAD5F) is known color: Equator. HEX triplet: DE, AD and 5F. RGB value is (222,173,95). Sum of RGB (Red+Green+Blue) = 222+173+95=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 95 (37.5% from 255 or 19.39% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAD5F is #2152A0. Grayscale: #B3B3B3. Windows color (decimal): -2183841 or 6270430. OLE color: 6270430.
HSL color Cylindrical-coordinate representation of color #DEAD5F: hue angle of 36.85º degrees, saturation: 0.66, 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 #DEAD5F is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 95 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.13 |
| HSL | 36.85º | 0.66% | 0.62% | - |
| HSV(B) | 36.85º | 0.57% | 0.87% | - |
| XYZ | 47.13 | 46.24 | 17.27 | - |
| YUV | 178.76 | 80.73 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 95 | 0 | 0.22 | 0.57 | 0.13 | 36.85 | 0.66 | 0.62 |
| Hex | DE | AD | 5F | 0 | 16 | 39 | D | 25 | 42 | 3E |
| Octal | 336 | 255 | 137 | 0 | 26 | 71 | 15 | 45 | 102 | 76 |
| Binary | 11011110 | 10101101 | 1011111 | 0 | 10110 | 111001 | 1101 | 100101 | 1000010 | 111110 |
Color Harmonies of #DEAD5F
Complementary color
Monochromatic Colors of #DEAD5F
Black with #DEAD5F
Text Example
Text Example
White with #DEAD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAD5F; }
p { color: rgb(222,173,95); }
H1.HeaderClassName
{
color: #DEAD5F;
}
.AnyTagClassName
{
color: #DEAD5F;
}
</style>
background-color css
<style>
a { background-color: #DEAD5F; }
a { background-color: rgb(222,173,95); }
div.DivClassName
{
background-color: #DEAD5F;
}
.BgClassName
{
background-color: #DEAD5F;
}
</style>
border-color css
<style>
span { border-color: #DEAD5F; }
span { border-color: rgb(222,173,95); }
td.TdClassName
{
border-color: #DEAD5F;
}
.TagClassName
{
border-color: #DEAD5F;
}
</style>