#DDAF86

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

Shades of Manhattan #DDAF86

Tints of Manhattan #DDAF86

Color information

#DDAF86 (or 0xDDAF86) is unknown color: approx Manhattan. HEX triplet: DD, AF and 86. RGB value is (221,175,134). Sum of RGB (Red+Green+Blue) = 221+175+134=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAF86 is #225079. Grayscale: #B8B8B8. Windows color (decimal): -2248826 or 8826845. OLE color: 8826845.

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

Color convert

RGB221175134-
CMYK00.210.390.13
HSL28.28º56.13%69.61%-
HSV(B)28.28º39.37%86.67%-
XYZ49.4547.7529.17-
YUV184.0899.74154.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 134 (52.73% from 255) = 25.28%
R=41.70%
G=33.02%
B=25.28%

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
Decimal22117513400.210.390.1328.2856.1369.61
HexDDAF8601527D1c3846
Octal33525720602547153470106
Binary1101110110101111100001100101011001111101111001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAF86; }

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

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

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

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

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

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

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

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