Shades of Equator #DEA867
Tints of Equator #DEA867
RGB
CMYK
RGB Variations
Color information
#DEA867 (or 0xDEA867) is known color: Equator. HEX triplet: DE, A8 and 67. RGB value is (222,168,103). Sum of RGB (Red+Green+Blue) = 222+168+103=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 103 (40.62% from 255 or 20.89% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA867 is #215798. Grayscale: #B1B1B1. Windows color (decimal): -2185113 or 6793438. OLE color: 6793438.
HSL color Cylindrical-coordinate representation of color #DEA867: hue angle of 32.77º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEA867 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 168 | 103 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.13 |
| HSL | 32.77º | 0.64% | 0.64% | - |
| HSV(B) | 32.77º | 0.54% | 0.87% | - |
| XYZ | 46.58 | 44.51 | 18.97 | - |
| YUV | 176.74 | 86.39 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 103 | 0 | 0.24 | 0.54 | 0.13 | 32.77 | 0.64 | 0.64 |
| Hex | DE | A8 | 67 | 0 | 18 | 36 | D | 21 | 40 | 40 |
| Octal | 336 | 250 | 147 | 0 | 30 | 66 | 15 | 41 | 100 | 100 |
| Binary | 11011110 | 10101000 | 1100111 | 0 | 11000 | 110110 | 1101 | 100001 | 1000000 | 1000000 |
Color Harmonies of #DEA867
Complementary color
Monochromatic Colors of #DEA867
Black with #DEA867
Text Example
Text Example
White with #DEA867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA867; }
p { color: rgb(222,168,103); }
H1.HeaderClassName
{
color: #DEA867;
}
.AnyTagClassName
{
color: #DEA867;
}
</style>
background-color css
<style>
a { background-color: #DEA867; }
a { background-color: rgb(222,168,103); }
div.DivClassName
{
background-color: #DEA867;
}
.BgClassName
{
background-color: #DEA867;
}
</style>
border-color css
<style>
span { border-color: #DEA867; }
span { border-color: rgb(222,168,103); }
td.TdClassName
{
border-color: #DEA867;
}
.TagClassName
{
border-color: #DEA867;
}
</style>