#DEAA7C

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

Shades of Manhattan #DEAA7C

Tints of Manhattan #DEAA7C

Color information

#DEAA7C (or 0xDEAA7C) is unknown color: approx Manhattan. HEX triplet: DE, AA and 7C. RGB value is (222,170,124). Sum of RGB (Red+Green+Blue) = 222+170+124=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAA7C is #215583. Grayscale: #B4B4B4. Windows color (decimal): -2184580 or 8170206. OLE color: 8170206.

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

Color convert

RGB222170124-
CMYK00.230.440.13
HSL28.16º59.76%67.84%-
HSV(B)28.16º44.14%87.06%-
XYZ48.1445.7325.36-
YUV180.396.23157.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.02%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 124 (48.83% from 255) = 24.03%
R=43.02%
G=32.95%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217012400.230.440.1328.1659.7667.84
HexDEAA7C0172CD1c3c44
Octal33625217402754153474104
Binary110111101010101011111000101111011001101111001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAA7C; }

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

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

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

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

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

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

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

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