#DCAA76

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

Shades of Manhattan #DCAA76

Tints of Manhattan #DCAA76

Color information

#DCAA76 (or 0xDCAA76) is unknown color: approx Manhattan. HEX triplet: DC, AA and 76. RGB value is (220,170,118). Sum of RGB (Red+Green+Blue) = 220+170+118=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA76 is #235589. Grayscale: #B3B3B3. Windows color (decimal): -2315658 or 7776988. OLE color: 7776988.

HSL color Cylindrical-coordinate representation of color #DCAA76: hue angle of 30.59º 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 #DCAA76 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB220170118-
CMYK00.230.460.14
HSL30.59º59.3%66.27%-
HSV(B)30.59º46.36%86.27%-
XYZ47.1645.2723.39-
YUV179.0293.56157.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.31%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 118 (46.48% from 255) = 23.23%
R=43.31%
G=33.46%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017011800.230.460.1430.5959.366.27
HexDCAA760172EE1f3b42
Octal33425216602756163773102
Binary110111001010101011101100101111011101110111111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAA76; }

 p { color: rgb(220,170,118); }

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

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

 a { background-color: rgb(220,170,118); }

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

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

 span { border-color: rgb(220,170,118); }

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