#DEAD75

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

Shades of Manhattan #DEAD75

Tints of Manhattan #DEAD75

Color information

#DEAD75 (or 0xDEAD75) is unknown color: approx Manhattan. HEX triplet: DE, AD and 75. RGB value is (222,173,117). Sum of RGB (Red+Green+Blue) = 222+173+117=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAD75 is #21528A. Grayscale: #B5B5B5. Windows color (decimal): -2183819 or 7712222. OLE color: 7712222.

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

Color convert

RGB222173117-
CMYK00.220.470.13
HSL32º61.4%66.47%-
HSV(B)32º47.3%87.06%-
XYZ48.2846.723.3-
YUV181.2791.73157.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.36%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 117 (46.09% from 255) = 22.85%
R=43.36%
G=33.79%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217311700.220.470.133261.466.47
HexDEAD750162FD203d42
Octal33625516502657154075102
Binary1101111010101101111010101011010111111011000001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAD75; }

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

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

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

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

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

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

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

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