#DEAF82

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

Shades of Manhattan #DEAF82

Tints of Manhattan #DEAF82

Color information

#DEAF82 (or 0xDEAF82) is unknown color: approx Manhattan. HEX triplet: DE, AF and 82. RGB value is (222,175,130). Sum of RGB (Red+Green+Blue) = 222+175+130=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAF82 is #21507D. Grayscale: #B8B8B8. Windows color (decimal): -2183294 or 8564702. OLE color: 8564702.

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

Color convert

RGB222175130-
CMYK00.210.410.13
HSL29.35º58.23%69.02%-
HSV(B)29.35º41.44%87.06%-
XYZ49.4847.827.74-
YUV183.9297.57155.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.13%
GREEN value IS 175 (68.75% from 255) = 33.21%
BLUE value IS 130 (51.17% from 255) = 24.67%
R=42.13%
G=33.21%
B=24.67%

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
Decimal22217513000.210.410.1329.3558.2369.02
HexDEAF8201529D1d3a45
Octal33625720202551153572105
Binary1101111010101111100000100101011010011101111011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAF82; }

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

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

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

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

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

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

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

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