#DEAF84

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

Shades of Manhattan #DEAF84

Tints of Manhattan #DEAF84

Color information

#DEAF84 (or 0xDEAF84) is unknown color: approx Manhattan. HEX triplet: DE, AF and 84. RGB value is (222,175,132). Sum of RGB (Red+Green+Blue) = 222+175+132=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAF84 is #21507B. Grayscale: #B8B8B8. Windows color (decimal): -2183292 or 8695774. OLE color: 8695774.

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

Color convert

RGB222175132-
CMYK00.210.410.13
HSL28.67º57.69%69.41%-
HSV(B)28.67º40.54%87.06%-
XYZ49.6247.8628.45-
YUV184.1598.57155-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.97%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 132 (51.95% from 255) = 24.95%
R=41.97%
G=33.08%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217513200.210.410.1328.6757.6969.41
HexDEAF8401529D1d3a45
Octal33625720402551153572105
Binary1101111010101111100001000101011010011101111011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAF84; }

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

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

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

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

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

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

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

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