#DEAB9B

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

Shades of Shilo #DEAB9B

Tints of Shilo #DEAB9B

Color information

#DEAB9B (or 0xDEAB9B) is unknown color: approx Shilo. HEX triplet: DE, AB and 9B. RGB value is (222,171,155). Sum of RGB (Red+Green+Blue) = 222+171+155=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAB9B is #215464. Grayscale: #B8B8B8. Windows color (decimal): -2184293 or 10202078. OLE color: 10202078.

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

Color convert

RGB222171155-
CMYK00.230.300.13
HSL14.33º50.38%73.92%-
HSV(B)14.33º30.18%87.06%-
XYZ50.647.0237.42-
YUV184.42111.4154.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.51%
GREEN value IS 171 (67.19% from 255) = 31.20%
BLUE value IS 155 (60.94% from 255) = 28.28%
R=40.51%
G=31.20%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217115500.230.300.1314.3350.3873.92
HexDEAB9B0171EDe324a
Octal33625323302736151662112
Binary11011110101010111001101101011111110110111101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAB9B; }

 p { color: rgb(222,171,155); }

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

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

 a { background-color: rgb(222,171,155); }

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

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

 span { border-color: rgb(222,171,155); }

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