#DFAD86

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

Shades of Manhattan #DFAD86

Tints of Manhattan #DFAD86

Color information

#DFAD86 (or 0xDFAD86) is unknown color: approx Manhattan. HEX triplet: DF, AD and 86. RGB value is (223,173,134). Sum of RGB (Red+Green+Blue) = 223+173+134=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAD86 is #205279. Grayscale: #B7B7B7. Windows color (decimal): -2118266 or 8826335. OLE color: 8826335.

HSL color Cylindrical-coordinate representation of color #DFAD86: hue angle of 26.29º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFAD86 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB223173134-
CMYK00.220.400.13
HSL26.29º58.17%70%-
HSV(B)26.29º39.91%87.45%-
XYZ49.6847.329.07-
YUV183.5100.06156.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.08%
GREEN value IS 173 (67.97% from 255) = 32.64%
BLUE value IS 134 (52.73% from 255) = 25.28%
R=42.08%
G=32.64%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317313400.220.400.1326.2958.1770
HexDFAD8601628D1a3a46
Octal33725520602650153272106
Binary1101111110101101100001100101101010001101110101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAD86; }

 p { color: rgb(223,173,134); }

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

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

 a { background-color: rgb(223,173,134); }

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

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

 span { border-color: rgb(223,173,134); }

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