#DDAA7B

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

Shades of Manhattan #DDAA7B

Tints of Manhattan #DDAA7B

Color information

#DDAA7B (or 0xDDAA7B) is unknown color: approx Manhattan. HEX triplet: DD, AA and 7B. RGB value is (221,170,123). Sum of RGB (Red+Green+Blue) = 221+170+123=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA7B is #225584. Grayscale: #B4B4B4. Windows color (decimal): -2250117 or 8104669. OLE color: 8104669.

HSL color Cylindrical-coordinate representation of color #DDAA7B: hue angle of 28.78º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDAA7B is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB221170123-
CMYK00.230.440.13
HSL28.78º59.04%67.45%-
HSV(B)28.78º44.34%86.67%-
XYZ47.7745.5525.01-
YUV179.8995.9157.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.00%
GREEN value IS 170 (66.80% from 255) = 33.07%
BLUE value IS 123 (48.44% from 255) = 23.93%
R=43.00%
G=33.07%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117012300.230.440.1328.7859.0467.45
HexDDAA7B0172CD1d3b43
Octal33525217302754153573103
Binary110111011010101011110110101111011001101111011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAA7B; }

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

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

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

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

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

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

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

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