#DDA771

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

Shades of Manhattan #DDA771

Tints of Manhattan #DDA771

Color information

#DDA771 (or 0xDDA771) is unknown color: approx Manhattan. HEX triplet: DD, A7 and 71. RGB value is (221,167,113). Sum of RGB (Red+Green+Blue) = 221+167+113=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 167 (65.62% from 255 or 33.33% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA771 is #22588E. Grayscale: #B1B1B1. Windows color (decimal): -2250895 or 7448541. OLE color: 7448541.

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

Color convert

RGB221167113-
CMYK00.240.490.13
HSL30º61.36%65.49%-
HSV(B)30º48.87%86.67%-
XYZ46.6244.221.7-
YUV176.9991.89159.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.11%
GREEN value IS 167 (65.62% from 255) = 33.33%
BLUE value IS 113 (44.53% from 255) = 22.55%
R=44.11%
G=33.33%
B=22.55%

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
Decimal22116711300.240.490.133061.3665.49
HexDDA77101831D1e3d41
Octal33524716103061153675101
Binary110111011010011111100010110001100011101111101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA771; }

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

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

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

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

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

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

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

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