Shades of Equator #DEAF5C
Tints of Equator #DEAF5C
RGB
CMYK
RGB Variations
Color information
#DEAF5C (or 0xDEAF5C) is known color: Equator. HEX triplet: DE, AF and 5C. RGB value is (222,175,92). Sum of RGB (Red+Green+Blue) = 222+175+92=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAF5C is #2150A3. Grayscale: #B3B3B3. Windows color (decimal): -2183332 or 6074334. OLE color: 6074334.
HSL color Cylindrical-coordinate representation of color #DEAF5C: hue angle of 38.31º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEAF5C is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 92 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.13 |
| HSL | 38.31º | 0.66% | 0.62% | - |
| HSV(B) | 38.31º | 0.59% | 0.87% | - |
| XYZ | 47.39 | 46.96 | 16.69 | - |
| YUV | 179.59 | 78.57 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 92 | 0 | 0.21 | 0.59 | 0.13 | 38.31 | 0.66 | 0.62 |
| Hex | DE | AF | 5C | 0 | 15 | 3B | D | 26 | 42 | 3E |
| Octal | 336 | 257 | 134 | 0 | 25 | 73 | 15 | 46 | 102 | 76 |
| Binary | 11011110 | 10101111 | 1011100 | 0 | 10101 | 111011 | 1101 | 100110 | 1000010 | 111110 |
Color Harmonies of #DEAF5C
Complementary color
Monochromatic Colors of #DEAF5C
Black with #DEAF5C
Text Example
Text Example
White with #DEAF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAF5C; }
p { color: rgb(222,175,92); }
H1.HeaderClassName
{
color: #DEAF5C;
}
.AnyTagClassName
{
color: #DEAF5C;
}
</style>
background-color css
<style>
a { background-color: #DEAF5C; }
a { background-color: rgb(222,175,92); }
div.DivClassName
{
background-color: #DEAF5C;
}
.BgClassName
{
background-color: #DEAF5C;
}
</style>
border-color css
<style>
span { border-color: #DEAF5C; }
span { border-color: rgb(222,175,92); }
td.TdClassName
{
border-color: #DEAF5C;
}
.TagClassName
{
border-color: #DEAF5C;
}
</style>