#DCAC77

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

Shades of Manhattan #DCAC77

Tints of Manhattan #DCAC77

Color information

#DCAC77 (or 0xDCAC77) is unknown color: approx Manhattan. HEX triplet: DC, AC and 77. RGB value is (220,172,119). Sum of RGB (Red+Green+Blue) = 220+172+119=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC77 is #235388. Grayscale: #B4B4B4. Windows color (decimal): -2315145 or 7843036. OLE color: 7843036.

HSL color Cylindrical-coordinate representation of color #DCAC77: hue angle of 31.49º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCAC77 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB220172119-
CMYK00.220.460.14
HSL31.49º59.06%66.47%-
HSV(B)31.49º45.91%86.27%-
XYZ47.646.0523.83-
YUV180.3193.4156.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.05%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 119 (46.88% from 255) = 23.29%
R=43.05%
G=33.66%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017211900.220.460.1431.4959.0666.47
HexDCAC770162EE1f3b42
Octal33425416702656163773102
Binary110111001010110011101110101101011101110111111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAC77; }

 p { color: rgb(220,172,119); }

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

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

 a { background-color: rgb(220,172,119); }

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

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

 span { border-color: rgb(220,172,119); }

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