#DDB086

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

Shades of Manhattan #DDB086

Tints of Manhattan #DDB086

Color information

#DDB086 (or 0xDDB086) is unknown color: approx Manhattan. HEX triplet: DD, B0 and 86. RGB value is (221,176,134). Sum of RGB (Red+Green+Blue) = 221+176+134=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB086 is #224F79. Grayscale: #B8B8B8. Windows color (decimal): -2248570 or 8827101. OLE color: 8827101.

HSL color Cylindrical-coordinate representation of color #DDB086: hue angle of 28.97º degrees, saturation: 0.56, 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 #DDB086 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB221176134-
CMYK00.200.390.13
HSL28.97º56.13%69.61%-
HSV(B)28.97º39.37%86.67%-
XYZ49.6548.1429.23-
YUV184.6799.41153.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 176 (69.14% from 255) = 33.15%
BLUE value IS 134 (52.73% from 255) = 25.24%
R=41.62%
G=33.15%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117613400.200.390.1328.9756.1369.61
HexDDB08601427D1d3846
Octal33526020602447153570106
Binary1101110110110000100001100101001001111101111011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB086; }

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

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

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

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

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

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

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

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