#DEAA75

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

Shades of Manhattan #DEAA75

Tints of Manhattan #DEAA75

Color information

#DEAA75 (or 0xDEAA75) is unknown color: approx Manhattan. HEX triplet: DE, AA and 75. RGB value is (222,170,117). Sum of RGB (Red+Green+Blue) = 222+170+117=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAA75 is #21558A. Grayscale: #B3B3B3. Windows color (decimal): -2184587 or 7711454. OLE color: 7711454.

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

Color convert

RGB222170117-
CMYK00.230.470.13
HSL30.29º61.4%66.47%-
HSV(B)30.29º47.3%87.06%-
XYZ47.7145.5623.11-
YUV179.5192.73158.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.61%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 117 (46.09% from 255) = 22.99%
R=43.61%
G=33.40%
B=22.99%

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
Decimal22217011700.230.470.1330.2961.466.47
HexDEAA750172FD1e3d42
Octal33625216502757153675102
Binary110111101010101011101010101111011111101111101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAA75; }

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

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

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

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

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

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

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

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