#DEAA77

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

Shades of Manhattan #DEAA77

Tints of Manhattan #DEAA77

Color information

#DEAA77 (or 0xDEAA77) is unknown color: approx Manhattan. HEX triplet: DE, AA and 77. RGB value is (222,170,119). Sum of RGB (Red+Green+Blue) = 222+170+119=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAA77 is #215588. Grayscale: #B3B3B3. Windows color (decimal): -2184585 or 7842526. OLE color: 7842526.

HSL color Cylindrical-coordinate representation of color #DEAA77: hue angle of 29.71º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DEAA77 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB222170119-
CMYK00.230.460.13
HSL29.71º60.95%66.86%-
HSV(B)29.71º46.4%87.06%-
XYZ47.8345.6123.74-
YUV179.7393.73158.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.44%
GREEN value IS 170 (66.80% from 255) = 33.27%
BLUE value IS 119 (46.88% from 255) = 23.29%
R=43.44%
G=33.27%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217011900.230.460.1329.7160.9566.86
HexDEAA770172ED1e3d43
Octal33625216702756153675103
Binary110111101010101011101110101111011101101111101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAA77; }

 p { color: rgb(222,170,119); }

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

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

 a { background-color: rgb(222,170,119); }

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

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

 span { border-color: rgb(222,170,119); }

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