#DCAC84

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

Shades of Manhattan #DCAC84

Tints of Manhattan #DCAC84

Color information

#DCAC84 (or 0xDCAC84) is unknown color: approx Manhattan. HEX triplet: DC, AC and 84. RGB value is (220,172,132). Sum of RGB (Red+Green+Blue) = 220+172+132=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 132 (51.95% from 255 or 25.19% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC84 is #23537B. Grayscale: #B6B6B6. Windows color (decimal): -2315132 or 8695004. OLE color: 8695004.

HSL color Cylindrical-coordinate representation of color #DCAC84: hue angle of 27.27º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCAC84 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220172132-
CMYK00.220.400.14
HSL27.27º55.7%69.02%-
HSV(B)27.27º40%86.27%-
XYZ48.4346.3928.23-
YUV181.7999.9155.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.98%
GREEN value IS 172 (67.58% from 255) = 32.82%
BLUE value IS 132 (51.95% from 255) = 25.19%
R=41.98%
G=32.82%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017213200.220.400.1427.2755.769.02
HexDCAC8401628E1b3845
Octal33425420402650163370105
Binary1101110010101100100001000101101010001110110111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAC84; }

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

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

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

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

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

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

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

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