#DDAE7E

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

Shades of Manhattan #DDAE7E

Tints of Manhattan #DDAE7E

Color information

#DDAE7E (or 0xDDAE7E) is unknown color: approx Manhattan. HEX triplet: DD, AE and 7E. RGB value is (221,174,126). Sum of RGB (Red+Green+Blue) = 221+174+126=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAE7E is #225181. Grayscale: #B6B6B6. Windows color (decimal): -2249090 or 8302301. OLE color: 8302301.

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

Color convert

RGB221174126-
CMYK00.210.430.13
HSL30.32º58.28%68.04%-
HSV(B)30.32º42.99%86.67%-
XYZ48.7247.1526.27-
YUV182.5896.07155.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.42%
GREEN value IS 174 (68.36% from 255) = 33.40%
BLUE value IS 126 (49.61% from 255) = 24.18%
R=42.42%
G=33.40%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117412600.210.430.1330.3258.2868.04
HexDDAE7E0152BD1e3a44
Octal33525617602553153672104
Binary110111011010111011111100101011010111101111101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE7E; }

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

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

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

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

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

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

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

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