#DEA975

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

Shades of Manhattan #DEA975

Tints of Manhattan #DEA975

Color information

#DEA975 (or 0xDEA975) is unknown color: approx Manhattan. HEX triplet: DE, A9 and 75. RGB value is (222,169,117). Sum of RGB (Red+Green+Blue) = 222+169+117=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA975 is #21568A. Grayscale: #B3B3B3. Windows color (decimal): -2184843 or 7711198. OLE color: 7711198.

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

Color convert

RGB222169117-
CMYK00.240.470.13
HSL29.71º61.4%66.47%-
HSV(B)29.71º47.3%87.06%-
XYZ47.5245.1923.05-
YUV178.9293.06158.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.70%
GREEN value IS 169 (66.41% from 255) = 33.27%
BLUE value IS 117 (46.09% from 255) = 23.03%
R=43.70%
G=33.27%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216911700.240.470.1329.7161.466.47
HexDEA9750182FD1e3d42
Octal33625116503057153675102
Binary110111101010100111101010110001011111101111101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA975; }

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

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

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

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

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

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

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

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