#DDA871

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

Shades of Manhattan #DDA871

Tints of Manhattan #DDA871

Color information

#DDA871 (or 0xDDA871) is unknown color: approx Manhattan. HEX triplet: DD, A8 and 71. RGB value is (221,168,113). Sum of RGB (Red+Green+Blue) = 221+168+113=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA871 is #22578E. Grayscale: #B1B1B1. Windows color (decimal): -2250639 or 7448797. OLE color: 7448797.

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

Color convert

RGB221168113-
CMYK00.240.490.13
HSL30.56º61.36%65.49%-
HSV(B)30.56º48.87%86.67%-
XYZ46.844.5721.76-
YUV177.5891.56158.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.02%
GREEN value IS 168 (66.02% from 255) = 33.47%
BLUE value IS 113 (44.53% from 255) = 22.51%
R=44.02%
G=33.47%
B=22.51%

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
Decimal22116811300.240.490.1330.5661.3665.49
HexDDA87101831D1f3d41
Octal33525016103061153775101
Binary110111011010100011100010110001100011101111111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA871; }

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

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

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

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

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

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

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

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