#DCAB77

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

Shades of Manhattan #DCAB77

Tints of Manhattan #DCAB77

Color information

#DCAB77 (or 0xDCAB77) is unknown color: approx Manhattan. HEX triplet: DC, AB and 77. RGB value is (220,171,119). Sum of RGB (Red+Green+Blue) = 220+171+119=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB77 is #235488. Grayscale: #B3B3B3. Windows color (decimal): -2315401 or 7842780. OLE color: 7842780.

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

Color convert

RGB220171119-
CMYK00.220.460.14
HSL30.89º59.06%66.47%-
HSV(B)30.89º45.91%86.27%-
XYZ47.4145.6723.77-
YUV179.7293.73156.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.14%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 119 (46.88% from 255) = 23.33%
R=43.14%
G=33.53%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017111900.220.460.1430.8959.0666.47
HexDCAB770162EE1f3b42
Octal33425316702656163773102
Binary110111001010101111101110101101011101110111111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAB77; }

 p { color: rgb(220,171,119); }

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

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

 a { background-color: rgb(220,171,119); }

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

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

 span { border-color: rgb(220,171,119); }

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