#DEAF86

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

Shades of Manhattan #DEAF86

Tints of Manhattan #DEAF86

Color information

#DEAF86 (or 0xDEAF86) is unknown color: approx Manhattan. HEX triplet: DE, AF and 86. RGB value is (222,175,134). Sum of RGB (Red+Green+Blue) = 222+175+134=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAF86 is #215079. Grayscale: #B8B8B8. Windows color (decimal): -2183290 or 8826846. OLE color: 8826846.

HSL color Cylindrical-coordinate representation of color #DEAF86: hue angle of 27.95º 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 #DEAF86 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB222175134-
CMYK00.210.400.13
HSL27.95º57.14%69.8%-
HSV(B)27.95º39.64%87.06%-
XYZ49.7647.9129.18-
YUV184.3899.57154.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.81%
GREEN value IS 175 (68.75% from 255) = 32.96%
BLUE value IS 134 (52.73% from 255) = 25.24%
R=41.81%
G=32.96%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217513400.210.400.1327.9557.1469.8
HexDEAF8601528D1c3946
Octal33625720602550153471106
Binary1101111010101111100001100101011010001101111001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAF86; }

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

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

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

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

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

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

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

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