#DEAE9D

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

Shades of Shilo #DEAE9D

Tints of Shilo #DEAE9D

Color information

#DEAE9D (or 0xDEAE9D) is unknown color: approx Shilo. HEX triplet: DE, AE and 9D. RGB value is (222,174,157). Sum of RGB (Red+Green+Blue) = 222+174+157=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 157 (61.72% from 255 or 28.39% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAE9D is #215162. Grayscale: #BABABA. Windows color (decimal): -2183523 or 10333918. OLE color: 10333918.

HSL color Cylindrical-coordinate representation of color #DEAE9D: hue angle of 15.69º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEAE9D is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB222174157-
CMYK00.220.290.13
HSL15.69º49.62%74.31%-
HSV(B)15.69º29.28%87.06%-
XYZ51.3548.2438.5-
YUV186.41111.4153.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.14%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 157 (61.72% from 255) = 28.39%
R=40.14%
G=31.46%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217415700.220.290.1315.6949.6274.31
HexDEAE9D0161DD10324a
Octal33625623502635152062112
Binary110111101010111010011101010110111011101100001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAE9D; }

 p { color: rgb(222,174,157); }

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

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

 a { background-color: rgb(222,174,157); }

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

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

 span { border-color: rgb(222,174,157); }

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