#deac85

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

Shades of Manhattan #DEAC85

Tints of Manhattan #DEAC85

Color information

#DEAC85 (or 0xDEAC85) is unknown color: approx Manhattan. HEX triplet: DE, AC and 85. RGB value is (222,172,133). Sum of RGB (Red+Green+Blue) = 222+172+133=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAC85 is #21537A. Grayscale: #B6B6B6. Windows color (decimal): -2184059 or 8760542. OLE color: 8760542.

HSL color Cylindrical-coordinate representation of color #DEAC85: hue angle of 26.29º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEAC85 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB222172133-
CMYK00.230.400.13
HSL26.29º57.42%69.61%-
HSV(B)26.29º40.09%87.06%-
XYZ49.1146.7328.62-
YUV182.5100.06156.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.13%
GREEN value IS 172 (67.58% from 255) = 32.64%
BLUE value IS 133 (52.34% from 255) = 25.24%
R=42.13%
G=32.64%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217213300.230.400.1326.2957.4269.61
HexDEAC8501728D1a3946
Octal33625420502750153271106
Binary1101111010101100100001010101111010001101110101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #deac85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #deac85; }

 p { color: rgb(222,172,133); }

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

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

 a { background-color: rgb(222,172,133); }

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

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

 span { border-color: rgb(222,172,133); }

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