#DCA771

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

Shades of Manhattan #DCA771

Tints of Manhattan #DCA771

Color information

#DCA771 (or 0xDCA771) is unknown color: approx Manhattan. HEX triplet: DC, A7 and 71. RGB value is (220,167,113). Sum of RGB (Red+Green+Blue) = 220+167+113=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA771 is #23588E. Grayscale: #B0B0B0. Windows color (decimal): -2316431 or 7448540. OLE color: 7448540.

HSL color Cylindrical-coordinate representation of color #DCA771: hue angle of 30.28º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCA771 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB220167113-
CMYK00.240.490.14
HSL30.28º60.45%65.29%-
HSV(B)30.28º48.64%86.27%-
XYZ46.3144.0521.68-
YUV176.6992.06158.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44%
GREEN value IS 167 (65.62% from 255) = 33.4%
BLUE value IS 113 (44.53% from 255) = 22.6%
R=44%
G=33.4%
B=22.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016711300.240.490.1430.2860.4565.29
HexDCA77101831E1e3c41
Octal33424716103061163674101
Binary110111001010011111100010110001100011110111101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA771; }

 p { color: rgb(220,167,113); }

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

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

 a { background-color: rgb(220,167,113); }

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

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

 span { border-color: rgb(220,167,113); }

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