#DCB07D

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

Shades of Manhattan #DCB07D

Tints of Manhattan #DCB07D

Color information

#DCB07D (or 0xDCB07D) is unknown color: approx Manhattan. HEX triplet: DC, B0 and 7D. RGB value is (220,176,125). Sum of RGB (Red+Green+Blue) = 220+176+125=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB07D is #234F82. Grayscale: #B7B7B7. Windows color (decimal): -2314115 or 8237276. OLE color: 8237276.

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

Color convert

RGB220176125-
CMYK00.20.430.14
HSL32.21º57.58%67.65%-
HSV(B)32.21º43.18%86.27%-
XYZ48.7447.7526.05-
YUV183.3495.08154.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 176 (69.14% from 255) = 33.78%
BLUE value IS 125 (49.22% from 255) = 23.99%
R=42.23%
G=33.78%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017612500.20.430.1432.2157.5867.65
HexDCB07D0142BE203a44
Octal33426017502453164072104
Binary1101110010110000111110101010010101111101000001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB07D; }

 p { color: rgb(220,176,125); }

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

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

 a { background-color: rgb(220,176,125); }

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

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

 span { border-color: rgb(220,176,125); }

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