#DDAE71

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

Shades of Manhattan #DDAE71

Tints of Manhattan #DDAE71

Color information

#DDAE71 (or 0xDDAE71) is unknown color: approx Manhattan. HEX triplet: DD, AE and 71. RGB value is (221,174,113). Sum of RGB (Red+Green+Blue) = 221+174+113=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAE71 is #22518E. Grayscale: #B5B5B5. Windows color (decimal): -2249103 or 7450333. OLE color: 7450333.

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

Color convert

RGB221174113-
CMYK00.210.490.13
HSL33.89º61.36%65.49%-
HSV(B)33.89º48.87%86.67%-
XYZ47.9446.8422.14-
YUV181.189.57156.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.50%
GREEN value IS 174 (68.36% from 255) = 34.25%
BLUE value IS 113 (44.53% from 255) = 22.24%
R=43.50%
G=34.25%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117411300.210.490.1333.8961.3665.49
HexDDAE7101531D223d41
Octal33525616102561154275101
Binary1101110110101110111000101010111000111011000101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE71; }

 p { color: rgb(221,174,113); }

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

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

 a { background-color: rgb(221,174,113); }

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

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

 span { border-color: rgb(221,174,113); }

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