#DEB077

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

Shades of Manhattan #DEB077

Tints of Manhattan #DEB077

Color information

#DEB077 (or 0xDEB077) is unknown color: approx Manhattan. HEX triplet: DE, B0 and 77. RGB value is (222,176,119). Sum of RGB (Red+Green+Blue) = 222+176+119=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB077 is #214F88. Grayscale: #B7B7B7. Windows color (decimal): -2183049 or 7844062. OLE color: 7844062.

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

Color convert

RGB222176119-
CMYK00.210.460.13
HSL33.2º60.95%66.86%-
HSV(B)33.2º46.4%87.06%-
XYZ48.9847.9124.12-
YUV183.2691.74155.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.94%
GREEN value IS 176 (69.14% from 255) = 34.04%
BLUE value IS 119 (46.88% from 255) = 23.02%
R=42.94%
G=34.04%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217611900.210.460.1333.260.9566.86
HexDEB0770152ED213d43
Octal33626016702556154175103
Binary1101111010110000111011101010110111011011000011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB077; }

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

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

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

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

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

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

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

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