#DEAF80

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

Shades of Manhattan #DEAF80

Tints of Manhattan #DEAF80

Color information

#DEAF80 (or 0xDEAF80) is unknown color: approx Manhattan. HEX triplet: DE, AF and 80. RGB value is (222,175,128). Sum of RGB (Red+Green+Blue) = 222+175+128=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAF80 is #21507F. Grayscale: #B7B7B7. Windows color (decimal): -2183296 or 8433630. OLE color: 8433630.

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

Color convert

RGB222175128-
CMYK00.210.420.13
HSL30º58.75%68.63%-
HSV(B)30º42.34%87.06%-
XYZ49.3547.7527.04-
YUV183.796.57155.32-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.29%
GREEN value IS 175 (68.75% from 255) = 33.33%
BLUE value IS 128 (50.39% from 255) = 24.38%
R=42.29%
G=33.33%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217512800.210.420.133058.7568.63
HexDEAF800152AD1e3b45
Octal33625720002552153673105
Binary1101111010101111100000000101011010101101111101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAF80; }

 p { color: rgb(222,175,128); }

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

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

 a { background-color: rgb(222,175,128); }

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

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

 span { border-color: rgb(222,175,128); }

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