#DEAC7F

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

Shades of Manhattan #DEAC7F

Tints of Manhattan #DEAC7F

Color information

#DEAC7F (or 0xDEAC7F) is unknown color: approx Manhattan. HEX triplet: DE, AC and 7F. RGB value is (222,172,127). Sum of RGB (Red+Green+Blue) = 222+172+127=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAC7F is #215380. Grayscale: #B6B6B6. Windows color (decimal): -2184065 or 8367326. OLE color: 8367326.

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

Color convert

RGB222172127-
CMYK00.230.430.13
HSL28.42º59.01%68.43%-
HSV(B)28.42º42.79%87.06%-
XYZ48.7146.5726.5-
YUV181.8297.06156.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.61%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 127 (50% from 255) = 24.38%
R=42.61%
G=33.01%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217212700.230.430.1328.4259.0168.43
HexDEAC7F0172BD1c3b44
Octal33625417702753153473104
Binary110111101010110011111110101111010111101111001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAC7F; }

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

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

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

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

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

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

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

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