#DEB180

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

Shades of Manhattan #DEB180

Tints of Manhattan #DEB180

Color information

#DEB180 (or 0xDEB180) is unknown color: approx Manhattan. HEX triplet: DE, B1 and 80. RGB value is (222,177,128). Sum of RGB (Red+Green+Blue) = 222+177+128=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB180 is #214E7F. Grayscale: #B9B9B9. Windows color (decimal): -2182784 or 8434142. OLE color: 8434142.

HSL color Cylindrical-coordinate representation of color #DEB180: hue angle of 31.28º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DEB180 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB222177128-
CMYK00.200.420.13
HSL31.28º58.75%68.63%-
HSV(B)31.28º42.34%87.06%-
XYZ49.7448.5327.17-
YUV184.8795.91154.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.13%
GREEN value IS 177 (69.53% from 255) = 33.59%
BLUE value IS 128 (50.39% from 255) = 24.29%
R=42.13%
G=33.59%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217712800.200.420.1331.2858.7568.63
HexDEB1800142AD1f3b45
Octal33626120002452153773105
Binary1101111010110001100000000101001010101101111111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB180; }

 p { color: rgb(222,177,128); }

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

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

 a { background-color: rgb(222,177,128); }

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

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

 span { border-color: rgb(222,177,128); }

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