#DEAC71

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

Shades of Manhattan #DEAC71

Tints of Manhattan #DEAC71

Color information

#DEAC71 (or 0xDEAC71) is unknown color: approx Manhattan. HEX triplet: DE, AC and 71. RGB value is (222,172,113). Sum of RGB (Red+Green+Blue) = 222+172+113=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAC71 is #21538E. Grayscale: #B4B4B4. Windows color (decimal): -2184079 or 7449822. OLE color: 7449822.

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

Color convert

RGB222172113-
CMYK00.230.490.13
HSL32.48º62.29%65.69%-
HSV(B)32.48º49.1%87.06%-
XYZ47.8646.2322.02-
YUV180.2290.06157.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.79%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 113 (44.53% from 255) = 22.29%
R=43.79%
G=33.93%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217211300.230.490.1332.4862.2965.69
HexDEAC7101731D203e42
Octal33625416102761154076102
Binary1101111010101100111000101011111000111011000001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAC71; }

 p { color: rgb(222,172,113); }

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

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

 a { background-color: rgb(222,172,113); }

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

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

 span { border-color: rgb(222,172,113); }

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