#DCAB7F

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

Shades of Manhattan #DCAB7F

Tints of Manhattan #DCAB7F

Color information

#DCAB7F (or 0xDCAB7F) is unknown color: approx Manhattan. HEX triplet: DC, AB and 7F. RGB value is (220,171,127). Sum of RGB (Red+Green+Blue) = 220+171+127=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB7F is #235480. Grayscale: #B4B4B4. Windows color (decimal): -2315393 or 8367068. OLE color: 8367068.

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

Color convert

RGB220171127-
CMYK00.220.420.14
HSL28.39º57.06%68.04%-
HSV(B)28.39º42.27%86.27%-
XYZ47.9145.8726.41-
YUV180.6497.73156.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.47%
GREEN value IS 171 (67.19% from 255) = 33.01%
BLUE value IS 127 (50% from 255) = 24.52%
R=42.47%
G=33.01%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017112700.220.420.1428.3957.0668.04
HexDCAB7F0162AE1c3944
Octal33425317702652163471104
Binary110111001010101111111110101101010101110111001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAB7F; }

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

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

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

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

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

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

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

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