#DDAD7A

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

Shades of Manhattan #DDAD7A

Tints of Manhattan #DDAD7A

Color information

#DDAD7A (or 0xDDAD7A) is unknown color: approx Manhattan. HEX triplet: DD, AD and 7A. RGB value is (221,173,122). Sum of RGB (Red+Green+Blue) = 221+173+122=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAD7A is #225285. Grayscale: #B5B5B5. Windows color (decimal): -2249350 or 8039901. OLE color: 8039901.

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

Color convert

RGB221173122-
CMYK00.220.450.13
HSL30.91º59.28%67.25%-
HSV(B)30.91º44.8%86.67%-
XYZ48.2846.6624.88-
YUV181.5494.4156.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.83%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 122 (48.05% from 255) = 23.64%
R=42.83%
G=33.53%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117312200.220.450.1330.9159.2867.25
HexDDAD7A0162DD1f3b43
Octal33525517202655153773103
Binary110111011010110111110100101101011011101111111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAD7A; }

 p { color: rgb(221,173,122); }

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

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

 a { background-color: rgb(221,173,122); }

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

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

 span { border-color: rgb(221,173,122); }

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