#DEAA7E

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

Shades of Manhattan #DEAA7E

Tints of Manhattan #DEAA7E

Color information

#DEAA7E (or 0xDEAA7E) is unknown color: approx Manhattan. HEX triplet: DE, AA and 7E. RGB value is (222,170,126). Sum of RGB (Red+Green+Blue) = 222+170+126=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAA7E is #215581. Grayscale: #B4B4B4. Windows color (decimal): -2184578 or 8301278. OLE color: 8301278.

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

Color convert

RGB222170126-
CMYK00.230.430.13
HSL27.5º59.26%68.24%-
HSV(B)27.5º43.24%87.06%-
XYZ48.2645.7926.03-
YUV180.5397.23157.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.86%
GREEN value IS 170 (66.80% from 255) = 32.82%
BLUE value IS 126 (49.61% from 255) = 24.32%
R=42.86%
G=32.82%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217012600.230.430.1327.559.2668.24
HexDEAA7E0172BD1c3b44
Octal33625217602753153473104
Binary110111101010101011111100101111010111101111001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAA7E; }

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

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

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

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

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

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

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

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