#DCB27A

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

Shades of Manhattan #DCB27A

Tints of Manhattan #DCB27A

Color information

#DCB27A (or 0xDCB27A) is unknown color: approx Manhattan. HEX triplet: DC, B2 and 7A. RGB value is (220,178,122). Sum of RGB (Red+Green+Blue) = 220+178+122=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB27A is #234D85. Grayscale: #B8B8B8. Windows color (decimal): -2313606 or 8041180. OLE color: 8041180.

HSL color Cylindrical-coordinate representation of color #DCB27A: hue angle of 34.29º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCB27A is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB220178122-
CMYK00.190.450.14
HSL34.29º58.33%67.06%-
HSV(B)34.29º44.55%86.27%-
XYZ48.9548.4625.19-
YUV184.1792.91153.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.31%
GREEN value IS 178 (69.92% from 255) = 34.23%
BLUE value IS 122 (48.05% from 255) = 23.46%
R=42.31%
G=34.23%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017812200.190.450.1434.2958.3367.06
HexDCB27A0132DE223a43
Octal33426217202355164272103
Binary1101110010110010111101001001110110111101000101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB27A; }

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

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

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

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

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

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

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

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