#DEAD7D

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

Shades of Manhattan #DEAD7D

Tints of Manhattan #DEAD7D

Color information

#DEAD7D (or 0xDEAD7D) is unknown color: approx Manhattan. HEX triplet: DE, AD and 7D. RGB value is (222,173,125). Sum of RGB (Red+Green+Blue) = 222+173+125=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAD7D is #215282. Grayscale: #B6B6B6. Windows color (decimal): -2183811 or 8236510. OLE color: 8236510.

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

Color convert

RGB222173125-
CMYK00.220.440.13
HSL29.69º59.51%68.04%-
HSV(B)29.69º43.69%87.06%-
XYZ48.7746.925.88-
YUV182.1895.73156.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.69%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 125 (49.22% from 255) = 24.04%
R=42.69%
G=33.27%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217312500.220.440.1329.6959.5168.04
HexDEAD7D0162CD1e3c44
Octal33625517502654153674104
Binary110111101010110111111010101101011001101111101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAD7D; }

 p { color: rgb(222,173,125); }

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

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

 a { background-color: rgb(222,173,125); }

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

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

 span { border-color: rgb(222,173,125); }

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