#DEA974

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

Shades of Manhattan #DEA974

Tints of Manhattan #DEA974

Color information

#DEA974 (or 0xDEA974) is unknown color: approx Manhattan. HEX triplet: DE, A9 and 74. RGB value is (222,169,116). Sum of RGB (Red+Green+Blue) = 222+169+116=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA974 is #21568B. Grayscale: #B3B3B3. Windows color (decimal): -2184844 or 7645662. OLE color: 7645662.

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

Color convert

RGB222169116-
CMYK00.240.480.13
HSL30º61.63%66.27%-
HSV(B)30º47.75%87.06%-
XYZ47.4645.1722.74-
YUV178.892.56158.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.79%
GREEN value IS 169 (66.41% from 255) = 33.33%
BLUE value IS 116 (45.70% from 255) = 22.88%
R=43.79%
G=33.33%
B=22.88%

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
Decimal22216911600.240.480.133061.6366.27
HexDEA97401830D1e3e42
Octal33625116403060153676102
Binary110111101010100111101000110001100001101111101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA974; }

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

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

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

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

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

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

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

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