#DDAD85

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

Shades of Manhattan #DDAD85

Tints of Manhattan #DDAD85

Color information

#DDAD85 (or 0xDDAD85) is unknown color: approx Manhattan. HEX triplet: DD, AD and 85. RGB value is (221,173,133). Sum of RGB (Red+Green+Blue) = 221+173+133=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAD85 is #22527A. Grayscale: #B7B7B7. Windows color (decimal): -2249339 or 8760797. OLE color: 8760797.

HSL color Cylindrical-coordinate representation of color #DDAD85: hue angle of 27.27º 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 #DDAD85 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB221173133-
CMYK00.220.400.13
HSL27.27º56.41%69.41%-
HSV(B)27.27º39.82%86.67%-
XYZ4946.9528.67-
YUV182.7999.9155.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 133 (52.34% from 255) = 25.24%
R=41.94%
G=32.83%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117313300.220.400.1327.2756.4169.41
HexDDAD8501628D1b3845
Octal33525520502650153370105
Binary1101110110101101100001010101101010001101110111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAD85; }

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

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

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

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

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

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

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

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