#DFB088

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

Shades of Manhattan #DFB088

Tints of Manhattan #DFB088

Color information

#DFB088 (or 0xDFB088) is unknown color: approx Manhattan. HEX triplet: DF, B0 and 88. RGB value is (223,176,136). Sum of RGB (Red+Green+Blue) = 223+176+136=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB088 is #204F77. Grayscale: #B9B9B9. Windows color (decimal): -2117496 or 8958175. OLE color: 8958175.

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

Color convert

RGB223176136-
CMYK00.210.390.13
HSL27.59º57.62%70.39%-
HSV(B)27.59º39.01%87.45%-
XYZ50.448.5230-
YUV185.49100.07154.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.68%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 136 (53.52% from 255) = 25.42%
R=41.68%
G=32.90%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317613600.210.390.1327.5957.6270.39
HexDFB08801527D1c3a46
Octal33726021002547153472106
Binary1101111110110000100010000101011001111101111001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB088; }

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

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

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

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

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

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

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

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