#DEAD84

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

Shades of Manhattan #DEAD84

Tints of Manhattan #DEAD84

Color information

#DEAD84 (or 0xDEAD84) is unknown color: approx Manhattan. HEX triplet: DE, AD and 84. RGB value is (222,173,132). Sum of RGB (Red+Green+Blue) = 222+173+132=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAD84 is #21527B. Grayscale: #B7B7B7. Windows color (decimal): -2183804 or 8695262. OLE color: 8695262.

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

Color convert

RGB222173132-
CMYK00.220.410.13
HSL27.33º57.69%69.41%-
HSV(B)27.33º40.54%87.06%-
XYZ49.2347.0828.32-
YUV182.9899.23155.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.13%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 132 (51.95% from 255) = 25.05%
R=42.13%
G=32.83%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217313200.220.410.1327.3357.6969.41
HexDEAD8401629D1b3a45
Octal33625520402651153372105
Binary1101111010101101100001000101101010011101110111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAD84; }

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

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

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

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

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

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

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

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