#DEAF87

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

Shades of Manhattan #DEAF87

Tints of Manhattan #DEAF87

Color information

#DEAF87 (or 0xDEAF87) is unknown color: approx Manhattan. HEX triplet: DE, AF and 87. RGB value is (222,175,135). Sum of RGB (Red+Green+Blue) = 222+175+135=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAF87 is #215078. Grayscale: #B8B8B8. Windows color (decimal): -2183289 or 8892382. OLE color: 8892382.

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

Color convert

RGB222175135-
CMYK00.210.390.13
HSL27.59º56.86%70%-
HSV(B)27.59º39.19%87.06%-
XYZ49.8347.9429.55-
YUV184.49100.07154.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.73%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 135 (53.12% from 255) = 25.38%
R=41.73%
G=32.89%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217513500.210.390.1327.5956.8670
HexDEAF8701527D1c3946
Octal33625720702547153471106
Binary1101111010101111100001110101011001111101111001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAF87; }

 p { color: rgb(222,175,135); }

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

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

 a { background-color: rgb(222,175,135); }

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

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

 span { border-color: rgb(222,175,135); }

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