#DDAF87

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

Shades of Manhattan #DDAF87

Tints of Manhattan #DDAF87

Color information

#DDAF87 (or 0xDDAF87) is unknown color: approx Manhattan. HEX triplet: DD, AF and 87. RGB value is (221,175,135). Sum of RGB (Red+Green+Blue) = 221+175+135=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 135 (53.12% from 255 or 25.42% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAF87 is #225078. Grayscale: #B8B8B8. Windows color (decimal): -2248825 or 8892381. OLE color: 8892381.

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

Color convert

RGB221175135-
CMYK00.210.390.13
HSL27.91º55.84%69.8%-
HSV(B)27.91º38.91%86.67%-
XYZ49.5247.7829.53-
YUV184.19100.24154.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 175 (68.75% from 255) = 32.96%
BLUE value IS 135 (53.12% from 255) = 25.42%
R=41.62%
G=32.96%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117513500.210.390.1327.9155.8469.8
HexDDAF8701527D1c3846
Octal33525720702547153470106
Binary1101110110101111100001110101011001111101111001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAF87; }

 p { color: rgb(221,175,135); }

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

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

 a { background-color: rgb(221,175,135); }

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

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

 span { border-color: rgb(221,175,135); }

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