#DEB278

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

Shades of Manhattan #DEB278

Tints of Manhattan #DEB278

Color information

#DEB278 (or 0xDEB278) is unknown color: approx Manhattan. HEX triplet: DE, B2 and 78. RGB value is (222,178,120). Sum of RGB (Red+Green+Blue) = 222+178+120=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB278 is #214D87. Grayscale: #B8B8B8. Windows color (decimal): -2182536 or 7910110. OLE color: 7910110.

HSL color Cylindrical-coordinate representation of color #DEB278: hue angle of 34.12º 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 #DEB278 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB222178120-
CMYK00.200.460.13
HSL34.12º60.71%67.06%-
HSV(B)34.12º45.95%87.06%-
XYZ49.4348.7324.57-
YUV184.5491.58154.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.69%
GREEN value IS 178 (69.92% from 255) = 34.23%
BLUE value IS 120 (47.27% from 255) = 23.08%
R=42.69%
G=34.23%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217812000.200.460.1334.1260.7167.06
HexDEB2780142ED223d43
Octal33626217002456154275103
Binary1101111010110010111100001010010111011011000101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB278; }

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

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

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

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

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

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

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

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