#DDAE85

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

Shades of Manhattan #DDAE85

Tints of Manhattan #DDAE85

Color information

#DDAE85 (or 0xDDAE85) is unknown color: approx Manhattan. HEX triplet: DD, AE and 85. RGB value is (221,174,133). Sum of RGB (Red+Green+Blue) = 221+174+133=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAE85 is #22517A. Grayscale: #B7B7B7. Windows color (decimal): -2249083 or 8761053. OLE color: 8761053.

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

Color convert

RGB221174133-
CMYK00.210.400.13
HSL27.95º56.41%69.41%-
HSV(B)27.95º39.82%86.67%-
XYZ49.1947.3428.73-
YUV183.3899.57154.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 133 (52.34% from 255) = 25.19%
R=41.86%
G=32.95%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117413300.210.400.1327.9556.4169.41
HexDDAE8501528D1c3845
Octal33525620502550153470105
Binary1101110110101110100001010101011010001101111001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE85; }

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

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

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

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

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

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

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

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