#DEAF85

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

Shades of Manhattan #DEAF85

Tints of Manhattan #DEAF85

Color information

#DEAF85 (or 0xDEAF85) is unknown color: approx Manhattan. HEX triplet: DE, AF and 85. RGB value is (222,175,133). Sum of RGB (Red+Green+Blue) = 222+175+133=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAF85 is #21507A. Grayscale: #B8B8B8. Windows color (decimal): -2183291 or 8761310. OLE color: 8761310.

HSL color Cylindrical-coordinate representation of color #DEAF85: hue angle of 28.31º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEAF85 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB222175133-
CMYK00.210.400.13
HSL28.31º57.42%69.61%-
HSV(B)28.31º40.09%87.06%-
XYZ49.6947.8828.81-
YUV184.2699.07154.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.89%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 133 (52.34% from 255) = 25.09%
R=41.89%
G=33.02%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217513300.210.400.1328.3157.4269.61
HexDEAF8501528D1c3946
Octal33625720502550153471106
Binary1101111010101111100001010101011010001101111001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAF85; }

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

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

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

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

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

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

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

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