#DEA861

Color #DEA861 Equator (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Equator #DEA861

Tints of Equator #DEA861

Color information

#DEA861 (or 0xDEA861) is unknown color: approx Equator. HEX triplet: DE, A8 and 61. RGB value is (222,168,97). Sum of RGB (Red+Green+Blue) = 222+168+97=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 97 (38.28% from 255 or 19.92% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA861 is #21579E. Grayscale: #B0B0B0. Windows color (decimal): -2185119 or 6400222. OLE color: 6400222.

HSL color Cylindrical-coordinate representation of color #DEA861: hue angle of 34.08º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DEA861 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB22216897-
CMYK00.240.560.13
HSL34.08º65.45%62.55%-
HSV(B)34.08º56.31%87.06%-
XYZ46.2844.417.44-
YUV176.0583.39160.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 45.59%
GREEN value IS 168 (66.02% from 255) = 34.50%
BLUE value IS 97 (38.28% from 255) = 19.92%
R=45.59%
G=34.50%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221689700.240.560.1334.0865.4562.55
HexDEA86101838D22413f
Octal33625014103070154210177
Binary1101111010101000110000101100011100011011000101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA861; }

 p { color: rgb(222,168,97); }

 H1.HeaderClassName
 {
   color: #DEA861;
 }
 .AnyTagClassName
 {
   color: #DEA861;
 }
</style>
background-color css

<style>
 a { background-color: #DEA861; }

 a { background-color: rgb(222,168,97); }

 div.DivClassName
 {
   background-color: #DEA861;
 }
 .BgClassName
 {
   background-color: #DEA861;
 }
</style>
border-color css

<style>
 span { border-color: #DEA861; }

 span { border-color: rgb(222,168,97); }

 td.TdClassName
 {
   border-color: #DEA861;
 }
 .TagClassName
 {
   border-color: #DEA861;
 }
</style>