#DDAA74

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

Shades of Manhattan #DDAA74

Tints of Manhattan #DDAA74

Color information

#DDAA74 (or 0xDDAA74) is unknown color: approx Manhattan. HEX triplet: DD, AA and 74. RGB value is (221,170,116). Sum of RGB (Red+Green+Blue) = 221+170+116=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA74 is #22558B. Grayscale: #B3B3B3. Windows color (decimal): -2250124 or 7645917. OLE color: 7645917.

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

Color convert

RGB221170116-
CMYK00.230.480.13
HSL30.86º60.69%66.08%-
HSV(B)30.86º47.51%86.67%-
XYZ47.3545.3822.79-
YUV179.0992.4157.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.59%
GREEN value IS 170 (66.80% from 255) = 33.53%
BLUE value IS 116 (45.70% from 255) = 22.88%
R=43.59%
G=33.53%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117011600.230.480.1330.8660.6966.08
HexDDAA7401730D1f3d42
Octal33525216402760153775102
Binary110111011010101011101000101111100001101111111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAA74; }

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

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

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

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

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

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

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

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