#DEB275

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

Shades of Manhattan #DEB275

Tints of Manhattan #DEB275

Color information

#DEB275 (or 0xDEB275) is unknown color: approx Manhattan. HEX triplet: DE, B2 and 75. RGB value is (222,178,117). Sum of RGB (Red+Green+Blue) = 222+178+117=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB275 is #214D8A. Grayscale: #B8B8B8. Windows color (decimal): -2182539 or 7713502. OLE color: 7713502.

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

Color convert

RGB222178117-
CMYK00.200.470.13
HSL34.86º61.4%66.47%-
HSV(B)34.86º47.3%87.06%-
XYZ49.2648.6523.62-
YUV184.290.08154.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.94%
GREEN value IS 178 (69.92% from 255) = 34.43%
BLUE value IS 117 (46.09% from 255) = 22.63%
R=42.94%
G=34.43%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217811700.200.470.1334.8661.466.47
HexDEB2750142FD233d42
Octal33626216502457154375102
Binary1101111010110010111010101010010111111011000111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB275; }

 p { color: rgb(222,178,117); }

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

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

 a { background-color: rgb(222,178,117); }

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

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

 span { border-color: rgb(222,178,117); }

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