#DDA86F

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

Shades of Manhattan #DDA86F

Tints of Manhattan #DDA86F

Color information

#DDA86F (or 0xDDA86F) is unknown color: approx Manhattan. HEX triplet: DD, A8 and 6F. RGB value is (221,168,111). Sum of RGB (Red+Green+Blue) = 221+168+111=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA86F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA86F is #225790. Grayscale: #B1B1B1. Windows color (decimal): -2250641 or 7317725. OLE color: 7317725.

HSL color Cylindrical-coordinate representation of color #DDA86F: hue angle of 31.09º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDA86F is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB221168111-
CMYK00.240.500.13
HSL31.09º61.8%65.1%-
HSV(B)31.09º49.77%86.67%-
XYZ46.6944.5321.17-
YUV177.3590.56159.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.2%
GREEN value IS 168 (66.02% from 255) = 33.6%
BLUE value IS 111 (43.75% from 255) = 22.2%
R=44.2%
G=33.6%
B=22.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116811100.240.500.1331.0961.865.1
HexDDA86F01832D1f3e41
Octal33525015703062153776101
Binary110111011010100011011110110001100101101111111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA86F; }

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

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

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

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

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

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

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

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