#DDAD77

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

Shades of Manhattan #DDAD77

Tints of Manhattan #DDAD77

Color information

#DDAD77 (or 0xDDAD77) is unknown color: approx Manhattan. HEX triplet: DD, AD and 77. RGB value is (221,173,119). Sum of RGB (Red+Green+Blue) = 221+173+119=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAD77 is #225288. Grayscale: #B5B5B5. Windows color (decimal): -2249353 or 7843293. OLE color: 7843293.

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

Color convert

RGB221173119-
CMYK00.220.460.13
HSL31.76º60%66.67%-
HSV(B)31.76º46.15%86.67%-
XYZ48.0946.5923.91-
YUV181.292.9156.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 173 (67.97% from 255) = 33.72%
BLUE value IS 119 (46.88% from 255) = 23.20%
R=43.08%
G=33.72%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117311900.220.460.1331.766066.67
HexDDAD770162ED203c43
Octal33525516702656154074103
Binary1101110110101101111011101011010111011011000001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAD77; }

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

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

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

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

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

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

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

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