#DDAC76

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

Shades of Manhattan #DDAC76

Tints of Manhattan #DDAC76

Color information

#DDAC76 (or 0xDDAC76) is unknown color: approx Manhattan. HEX triplet: DD, AC and 76. RGB value is (221,172,118). Sum of RGB (Red+Green+Blue) = 221+172+118=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC76 is #225389. Grayscale: #B4B4B4. Windows color (decimal): -2249610 or 7777501. OLE color: 7777501.

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

Color convert

RGB221172118-
CMYK00.220.470.13
HSL31.46º60.23%66.47%-
HSV(B)31.46º46.61%86.67%-
XYZ47.8446.1923.53-
YUV180.592.73156.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 118 (46.48% from 255) = 23.09%
R=43.25%
G=33.66%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117211800.220.470.1331.4660.2366.47
HexDDAC760162FD1f3c42
Octal33525416602657153774102
Binary110111011010110011101100101101011111101111111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAC76; }

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

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

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

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

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

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

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

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