#DCB277

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

Shades of Manhattan #DCB277

Tints of Manhattan #DCB277

Color information

#DCB277 (or 0xDCB277) is unknown color: approx Manhattan. HEX triplet: DC, B2 and 77. RGB value is (220,178,119). Sum of RGB (Red+Green+Blue) = 220+178+119=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB277 is #234D88. Grayscale: #B8B8B8. Windows color (decimal): -2313609 or 7844572. OLE color: 7844572.

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

Color convert

RGB220178119-
CMYK00.190.460.14
HSL35.05º59.06%66.47%-
HSV(B)35.05º45.91%86.27%-
XYZ48.7748.3924.22-
YUV183.8391.41153.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.55%
GREEN value IS 178 (69.92% from 255) = 34.43%
BLUE value IS 119 (46.88% from 255) = 23.02%
R=42.55%
G=34.43%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017811900.190.460.1435.0559.0666.47
HexDCB2770132EE233b42
Octal33426216702356164373102
Binary1101110010110010111011101001110111011101000111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB277; }

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

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

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

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

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

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

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

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