#DDAC77

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

Shades of Manhattan #DDAC77

Tints of Manhattan #DDAC77

Color information

#DDAC77 (or 0xDDAC77) is unknown color: approx Manhattan. HEX triplet: DD, AC and 77. RGB value is (221,172,119). Sum of RGB (Red+Green+Blue) = 221+172+119=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC77 is #225388. Grayscale: #B4B4B4. Windows color (decimal): -2249609 or 7843037. OLE color: 7843037.

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

Color convert

RGB221172119-
CMYK00.220.460.13
HSL31.18º60%66.67%-
HSV(B)31.18º46.15%86.67%-
XYZ47.946.2123.85-
YUV180.6193.23156.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.16%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 119 (46.88% from 255) = 23.24%
R=43.16%
G=33.59%
B=23.24%

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
Decimal22117211900.220.460.1331.186066.67
HexDDAC770162ED1f3c43
Octal33525416702656153774103
Binary110111011010110011101110101101011101101111111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAC77; }

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

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

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

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

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

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

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

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