#DEB07C

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

Shades of Manhattan #DEB07C

Tints of Manhattan #DEB07C

Color information

#DEB07C (or 0xDEB07C) is unknown color: approx Manhattan. HEX triplet: DE, B0 and 7C. RGB value is (222,176,124). Sum of RGB (Red+Green+Blue) = 222+176+124=522 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.53% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB07C is #214F83. Grayscale: #B8B8B8. Windows color (decimal): -2183044 or 8171742. OLE color: 8171742.

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

Color convert

RGB222176124-
CMYK00.210.440.13
HSL31.84º59.76%67.84%-
HSV(B)31.84º44.14%87.06%-
XYZ49.2948.0425.74-
YUV183.8394.24155.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.53%
GREEN value IS 176 (69.14% from 255) = 33.72%
BLUE value IS 124 (48.83% from 255) = 23.75%
R=42.53%
G=33.72%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217612400.210.440.1331.8459.7667.84
HexDEB07C0152CD203c44
Octal33626017402554154074104
Binary1101111010110000111110001010110110011011000001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB07C; }

 p { color: rgb(222,176,124); }

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

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

 a { background-color: rgb(222,176,124); }

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

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

 span { border-color: rgb(222,176,124); }

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