#DEAA74

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

Shades of Manhattan #DEAA74

Tints of Manhattan #DEAA74

Color information

#DEAA74 (or 0xDEAA74) is unknown color: approx Manhattan. HEX triplet: DE, AA and 74. RGB value is (222,170,116). Sum of RGB (Red+Green+Blue) = 222+170+116=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAA74 is #21558B. Grayscale: #B3B3B3. Windows color (decimal): -2184588 or 7645918. OLE color: 7645918.

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

Color convert

RGB222170116-
CMYK00.230.480.13
HSL30.57º61.63%66.27%-
HSV(B)30.57º47.75%87.06%-
XYZ47.6545.5422.8-
YUV179.3992.23158.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.70%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 116 (45.70% from 255) = 22.83%
R=43.70%
G=33.46%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217011600.230.480.1330.5761.6366.27
HexDEAA7401730D1f3e42
Octal33625216402760153776102
Binary110111101010101011101000101111100001101111111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAA74; }

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

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

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

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

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

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

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

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