#DEAD82

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

Shades of Manhattan #DEAD82

Tints of Manhattan #DEAD82

Color information

#DEAD82 (or 0xDEAD82) is unknown color: approx Manhattan. HEX triplet: DE, AD and 82. RGB value is (222,173,130). Sum of RGB (Red+Green+Blue) = 222+173+130=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAD82 is #21527D. Grayscale: #B6B6B6. Windows color (decimal): -2183806 or 8564190. OLE color: 8564190.

HSL color Cylindrical-coordinate representation of color #DEAD82: hue angle of 28.04º 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 #DEAD82 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB222173130-
CMYK00.220.410.13
HSL28.04º58.23%69.02%-
HSV(B)28.04º41.44%87.06%-
XYZ49.147.0327.61-
YUV182.7598.23156-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.29%
GREEN value IS 173 (67.97% from 255) = 32.95%
BLUE value IS 130 (51.17% from 255) = 24.76%
R=42.29%
G=32.95%
B=24.76%

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
Decimal22217313000.220.410.1328.0458.2369.02
HexDEAD8201629D1c3a45
Octal33625520202651153472105
Binary1101111010101101100000100101101010011101111001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAD82; }

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

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

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

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

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

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

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

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