#DDA971

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

Shades of Manhattan #DDA971

Tints of Manhattan #DDA971

Color information

#DDA971 (or 0xDDA971) is unknown color: approx Manhattan. HEX triplet: DD, A9 and 71. RGB value is (221,169,113). Sum of RGB (Red+Green+Blue) = 221+169+113=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA971 is #22568E. Grayscale: #B2B2B2. Windows color (decimal): -2250383 or 7449053. OLE color: 7449053.

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

Color convert

RGB221169113-
CMYK00.240.490.13
HSL31.11º61.36%65.49%-
HSV(B)31.11º48.87%86.67%-
XYZ46.9944.9421.82-
YUV178.1691.23158.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 169 (66.41% from 255) = 33.60%
BLUE value IS 113 (44.53% from 255) = 22.47%
R=43.94%
G=33.60%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116911300.240.490.1331.1161.3665.49
HexDDA97101831D1f3d41
Octal33525116103061153775101
Binary110111011010100111100010110001100011101111111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA971; }

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

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

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

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

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

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

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

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