#DCAC81

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

Shades of Manhattan #DCAC81

Tints of Manhattan #DCAC81

Color information

#DCAC81 (or 0xDCAC81) is unknown color: approx Manhattan. HEX triplet: DC, AC and 81. RGB value is (220,172,129). Sum of RGB (Red+Green+Blue) = 220+172+129=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 129 (50.78% from 255 or 24.76% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC81 is #23537E. Grayscale: #B5B5B5. Windows color (decimal): -2315135 or 8498396. OLE color: 8498396.

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

Color convert

RGB220172129-
CMYK00.220.410.14
HSL28.35º56.52%68.43%-
HSV(B)28.35º41.36%86.27%-
XYZ48.2346.3127.16-
YUV181.4598.4155.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 129 (50.78% from 255) = 24.76%
R=42.23%
G=33.01%
B=24.76%

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
Decimal22017212900.220.410.1428.3556.5268.43
HexDCAC8101629E1c3944
Octal33425420102651163471104
Binary1101110010101100100000010101101010011110111001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAC81; }

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

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

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

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

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

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

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

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