#DDAA7E

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

Shades of Manhattan #DDAA7E

Tints of Manhattan #DDAA7E

Color information

#DDAA7E (or 0xDDAA7E) is unknown color: approx Manhattan. HEX triplet: DD, AA and 7E. RGB value is (221,170,126). Sum of RGB (Red+Green+Blue) = 221+170+126=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA7E is #225581. Grayscale: #B4B4B4. Windows color (decimal): -2250114 or 8301277. OLE color: 8301277.

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

Color convert

RGB221170126-
CMYK00.230.430.13
HSL27.79º58.28%68.04%-
HSV(B)27.79º42.99%86.67%-
XYZ47.9645.6326.02-
YUV180.2397.4157.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 170 (66.80% from 255) = 32.88%
BLUE value IS 126 (49.61% from 255) = 24.37%
R=42.75%
G=32.88%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117012600.230.430.1327.7958.2868.04
HexDDAA7E0172BD1c3a44
Octal33525217602753153472104
Binary110111011010101011111100101111010111101111001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAA7E; }

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

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

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

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

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

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

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

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