#DCB07B

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

Shades of Manhattan #DCB07B

Tints of Manhattan #DCB07B

Color information

#DCB07B (or 0xDCB07B) is unknown color: approx Manhattan. HEX triplet: DC, B0 and 7B. RGB value is (220,176,123). Sum of RGB (Red+Green+Blue) = 220+176+123=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB07B is #234F84. Grayscale: #B7B7B7. Windows color (decimal): -2314117 or 8106204. OLE color: 8106204.

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

Color convert

RGB220176123-
CMYK00.20.440.14
HSL32.78º58.08%67.25%-
HSV(B)32.78º44.09%86.27%-
XYZ48.6247.725.38-
YUV183.1194.08154.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 176 (69.14% from 255) = 33.91%
BLUE value IS 123 (48.44% from 255) = 23.70%
R=42.39%
G=33.91%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017612300.20.440.1432.7858.0867.25
HexDCB07B0142CE213a43
Octal33426017302454164172103
Binary1101110010110000111101101010010110011101000011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB07B; }

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

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

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

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

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

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

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

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