#DFB086

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

Shades of Manhattan #DFB086

Tints of Manhattan #DFB086

Color information

#DFB086 (or 0xDFB086) is unknown color: approx Manhattan. HEX triplet: DF, B0 and 86. RGB value is (223,176,134). Sum of RGB (Red+Green+Blue) = 223+176+134=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB086 is #204F79. Grayscale: #B9B9B9. Windows color (decimal): -2117498 or 8827103. OLE color: 8827103.

HSL color Cylindrical-coordinate representation of color #DFB086: hue angle of 28.31º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFB086 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB223176134-
CMYK00.210.400.13
HSL28.31º58.17%70%-
HSV(B)28.31º39.91%87.45%-
XYZ50.2648.4629.26-
YUV185.2699.07154.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.84%
GREEN value IS 176 (69.14% from 255) = 33.02%
BLUE value IS 134 (52.73% from 255) = 25.14%
R=41.84%
G=33.02%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317613400.210.400.1328.3158.1770
HexDFB08601528D1c3a46
Octal33726020602550153472106
Binary1101111110110000100001100101011010001101111001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB086; }

 p { color: rgb(223,176,134); }

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

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

 a { background-color: rgb(223,176,134); }

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

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

 span { border-color: rgb(223,176,134); }

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