#DCB17E

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

Shades of Manhattan #DCB17E

Tints of Manhattan #DCB17E

Color information

#DCB17E (or 0xDCB17E) is unknown color: approx Manhattan. HEX triplet: DC, B1 and 7E. RGB value is (220,177,126). Sum of RGB (Red+Green+Blue) = 220+177+126=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 126 (49.61% from 255 or 24.09% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB17E is #234E81. Grayscale: #B8B8B8. Windows color (decimal): -2313858 or 8303068. OLE color: 8303068.

HSL color Cylindrical-coordinate representation of color #DCB17E: hue angle of 32.55º degrees, saturation: 0.57, 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 #DCB17E is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB220177126-
CMYK00.200.430.14
HSL32.55º57.32%67.84%-
HSV(B)32.55º42.73%86.27%-
XYZ4948.1726.45-
YUV184.0495.25153.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.07%
GREEN value IS 177 (69.53% from 255) = 33.84%
BLUE value IS 126 (49.61% from 255) = 24.09%
R=42.07%
G=33.84%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017712600.200.430.1432.5557.3267.84
HexDCB17E0142BE213944
Octal33426117602453164171104
Binary1101110010110001111111001010010101111101000011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB17E; }

 p { color: rgb(220,177,126); }

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

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

 a { background-color: rgb(220,177,126); }

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

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

 span { border-color: rgb(220,177,126); }

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