#DCAC82

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

Shades of Manhattan #DCAC82

Tints of Manhattan #DCAC82

Color information

#DCAC82 (or 0xDCAC82) is unknown color: approx Manhattan. HEX triplet: DC, AC and 82. RGB value is (220,172,130). Sum of RGB (Red+Green+Blue) = 220+172+130=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC82 is #23537D. Grayscale: #B5B5B5. Windows color (decimal): -2315134 or 8563932. OLE color: 8563932.

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

Color convert

RGB220172130-
CMYK00.220.410.14
HSL28º56.25%68.63%-
HSV(B)28º40.91%86.27%-
XYZ48.346.3327.52-
YUV181.5698.9155.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.15%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 130 (51.17% from 255) = 24.90%
R=42.15%
G=32.95%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017213000.220.410.142856.2568.63
HexDCAC8201629E1c3845
Octal33425420202651163470105
Binary1101110010101100100000100101101010011110111001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAC82; }

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

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

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

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

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

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

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

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