#DDB085

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

Shades of Manhattan #DDB085

Tints of Manhattan #DDB085

Color information

#DDB085 (or 0xDDB085) is unknown color: approx Manhattan. HEX triplet: DD, B0 and 85. RGB value is (221,176,133). Sum of RGB (Red+Green+Blue) = 221+176+133=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB085 is #224F7A. Grayscale: #B8B8B8. Windows color (decimal): -2248571 or 8761565. OLE color: 8761565.

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

Color convert

RGB221176133-
CMYK00.200.400.13
HSL29.32º56.41%69.41%-
HSV(B)29.32º39.82%86.67%-
XYZ49.5848.1228.86-
YUV184.5598.91154-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 176 (69.14% from 255) = 33.21%
BLUE value IS 133 (52.34% from 255) = 25.09%
R=41.70%
G=33.21%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117613300.200.400.1329.3256.4169.41
HexDDB08501428D1d3845
Octal33526020502450153570105
Binary1101110110110000100001010101001010001101111011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB085; }

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

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

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

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

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

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

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

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