#DDAE8A

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

Shades of Manhattan #DDAE8A

Tints of Manhattan #DDAE8A

Color information

#DDAE8A (or 0xDDAE8A) is unknown color: approx Manhattan. HEX triplet: DD, AE and 8A. RGB value is (221,174,138). Sum of RGB (Red+Green+Blue) = 221+174+138=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAE8A is #225175. Grayscale: #B8B8B8. Windows color (decimal): -2249078 or 9088733. OLE color: 9088733.

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

Color convert

RGB221174138-
CMYK00.210.380.13
HSL26.02º54.97%70.39%-
HSV(B)26.02º37.56%86.67%-
XYZ49.5447.4830.6-
YUV183.95102.07154.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 138 (54.30% from 255) = 25.89%
R=41.46%
G=32.65%
B=25.89%

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
Decimal22117413800.210.380.1326.0254.9770.39
HexDDAE8A01526D1a3746
Octal33525621202546153267106
Binary1101110110101110100010100101011001101101110101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE8A; }

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

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

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

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

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

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

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

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