#DEA874

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

Shades of Manhattan #DEA874

Tints of Manhattan #DEA874

Color information

#DEA874 (or 0xDEA874) is unknown color: approx Manhattan. HEX triplet: DE, A8 and 74. RGB value is (222,168,116). Sum of RGB (Red+Green+Blue) = 222+168+116=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA874 is #21578B. Grayscale: #B2B2B2. Windows color (decimal): -2185100 or 7645406. OLE color: 7645406.

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

Color convert

RGB222168116-
CMYK00.240.480.13
HSL29.43º61.63%66.27%-
HSV(B)29.43º47.75%87.06%-
XYZ47.2844.822.68-
YUV178.2292.89159.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.87%
GREEN value IS 168 (66.02% from 255) = 33.20%
BLUE value IS 116 (45.70% from 255) = 22.92%
R=43.87%
G=33.20%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216811600.240.480.1329.4361.6366.27
HexDEA87401830D1d3e42
Octal33625016403060153576102
Binary110111101010100011101000110001100001101111011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA874; }

 p { color: rgb(222,168,116); }

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

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

 a { background-color: rgb(222,168,116); }

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

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

 span { border-color: rgb(222,168,116); }

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