#DDAE86

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

Shades of Manhattan #DDAE86

Tints of Manhattan #DDAE86

Color information

#DDAE86 (or 0xDDAE86) is unknown color: approx Manhattan. HEX triplet: DD, AE and 86. RGB value is (221,174,134). Sum of RGB (Red+Green+Blue) = 221+174+134=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 134 (52.73% from 255 or 25.33% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAE86 is #225179. Grayscale: #B7B7B7. Windows color (decimal): -2249082 or 8826589. OLE color: 8826589.

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

Color convert

RGB221174134-
CMYK00.210.390.13
HSL27.59º56.13%69.61%-
HSV(B)27.59º39.37%86.67%-
XYZ49.2647.3729.1-
YUV183.49100.07154.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 134 (52.73% from 255) = 25.33%
R=41.78%
G=32.89%
B=25.33%

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
Decimal22117413400.210.390.1327.5956.1369.61
HexDDAE8601527D1c3846
Octal33525620602547153470106
Binary1101110110101110100001100101011001111101111001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE86; }

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

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

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

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

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

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

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

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