#DEAF89

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

Shades of Manhattan #DEAF89

Tints of Manhattan #DEAF89

Color information

#DEAF89 (or 0xDEAF89) is unknown color: approx Manhattan. HEX triplet: DE, AF and 89. RGB value is (222,175,137). Sum of RGB (Red+Green+Blue) = 222+175+137=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 137 (53.91% from 255 or 25.66% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAF89 is #215076. Grayscale: #B8B8B8. Windows color (decimal): -2183287 or 9023454. OLE color: 9023454.

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

Color convert

RGB222175137-
CMYK00.210.380.13
HSL26.82º56.29%70.39%-
HSV(B)26.82º38.29%87.06%-
XYZ49.974830.3-
YUV184.72101.07154.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.57%
GREEN value IS 175 (68.75% from 255) = 32.77%
BLUE value IS 137 (53.91% from 255) = 25.66%
R=41.57%
G=32.77%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217513700.210.380.1326.8256.2970.39
HexDEAF8901526D1b3846
Octal33625721102546153370106
Binary1101111010101111100010010101011001101101110111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAF89; }

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

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

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

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

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

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

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

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