#DDAE88

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

Shades of Manhattan #DDAE88

Tints of Manhattan #DDAE88

Color information

#DDAE88 (or 0xDDAE88) is unknown color: approx Manhattan. HEX triplet: DD, AE and 88. RGB value is (221,174,136). Sum of RGB (Red+Green+Blue) = 221+174+136=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 136 (53.52% from 255 or 25.61% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAE88 is #225177. Grayscale: #B7B7B7. Windows color (decimal): -2249080 or 8957661. OLE color: 8957661.

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

Color convert

RGB221174136-
CMYK00.210.380.13
HSL26.82º55.56%70%-
HSV(B)26.82º38.46%86.67%-
XYZ49.447.4229.84-
YUV183.72101.07154.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 136 (53.52% from 255) = 25.61%
R=41.62%
G=32.77%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117413600.210.380.1326.8255.5670
HexDDAE8801526D1b3846
Octal33525621002546153370106
Binary1101110110101110100010000101011001101101110111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE88; }

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

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

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

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

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

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

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

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