#DEAB72

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

Shades of Manhattan #DEAB72

Tints of Manhattan #DEAB72

Color information

#DEAB72 (or 0xDEAB72) is unknown color: approx Manhattan. HEX triplet: DE, AB and 72. RGB value is (222,171,114). Sum of RGB (Red+Green+Blue) = 222+171+114=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAB72 is #21548D. Grayscale: #B4B4B4. Windows color (decimal): -2184334 or 7515102. OLE color: 7515102.

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

Color convert

RGB222171114-
CMYK00.230.490.13
HSL31.67º62.07%65.88%-
HSV(B)31.67º48.65%87.06%-
XYZ47.7245.8722.26-
YUV179.7590.9158.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.79%
GREEN value IS 171 (67.19% from 255) = 33.73%
BLUE value IS 114 (44.92% from 255) = 22.49%
R=43.79%
G=33.73%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217111400.230.490.1331.6762.0765.88
HexDEAB7201731D203e42
Octal33625316202761154076102
Binary1101111010101011111001001011111000111011000001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAB72; }

 p { color: rgb(222,171,114); }

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

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

 a { background-color: rgb(222,171,114); }

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

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

 span { border-color: rgb(222,171,114); }

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