#DDAA75

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

Shades of Manhattan #DDAA75

Tints of Manhattan #DDAA75

Color information

#DDAA75 (or 0xDDAA75) is unknown color: approx Manhattan. HEX triplet: DD, AA and 75. RGB value is (221,170,117). Sum of RGB (Red+Green+Blue) = 221+170+117=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA75 is #22558A. Grayscale: #B3B3B3. Windows color (decimal): -2250123 or 7711453. OLE color: 7711453.

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

Color convert

RGB221170117-
CMYK00.230.470.13
HSL30.58º60.47%66.27%-
HSV(B)30.58º47.06%86.67%-
XYZ47.445.4123.1-
YUV179.2192.9157.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.50%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 117 (46.09% from 255) = 23.03%
R=43.50%
G=33.46%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117011700.230.470.1330.5860.4766.27
HexDDAA750172FD1f3c42
Octal33525216502757153774102
Binary110111011010101011101010101111011111101111111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAA75; }

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

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

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

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

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

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

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

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