#DEAA76

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

Shades of Manhattan #DEAA76

Tints of Manhattan #DEAA76

Color information

#DEAA76 (or 0xDEAA76) is unknown color: approx Manhattan. HEX triplet: DE, AA and 76. RGB value is (222,170,118). Sum of RGB (Red+Green+Blue) = 222+170+118=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAA76 is #215589. Grayscale: #B3B3B3. Windows color (decimal): -2184586 or 7776990. OLE color: 7776990.

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

Color convert

RGB222170118-
CMYK00.230.470.13
HSL30º61.18%66.67%-
HSV(B)30º46.85%87.06%-
XYZ47.7745.5923.42-
YUV179.6293.23158.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.53%
GREEN value IS 170 (66.80% from 255) = 33.33%
BLUE value IS 118 (46.48% from 255) = 23.14%
R=43.53%
G=33.33%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217011800.230.470.133061.1866.67
HexDEAA760172FD1e3d43
Octal33625216602757153675103
Binary110111101010101011101100101111011111101111101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAA76; }

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

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

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

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

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

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

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

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