#DCB280

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

Shades of Manhattan #DCB280

Tints of Manhattan #DCB280

Color information

#DCB280 (or 0xDCB280) is unknown color: approx Manhattan. HEX triplet: DC, B2 and 80. RGB value is (220,178,128). Sum of RGB (Red+Green+Blue) = 220+178+128=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB280 is #234D7F. Grayscale: #B9B9B9. Windows color (decimal): -2313600 or 8434396. OLE color: 8434396.

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

Color convert

RGB220178128-
CMYK00.190.420.14
HSL32.61º56.79%68.24%-
HSV(B)32.61º41.82%86.27%-
XYZ49.3348.6127.21-
YUV184.8695.91153.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.83%
GREEN value IS 178 (69.92% from 255) = 33.84%
BLUE value IS 128 (50.39% from 255) = 24.33%
R=41.83%
G=33.84%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017812800.190.420.1432.6156.7968.24
HexDCB2800132AE213944
Octal33426220002352164171104
Binary11011100101100101000000001001110101011101000011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB280; }

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

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

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

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

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

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

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

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