#DFAB80

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

Shades of Manhattan #DFAB80

Tints of Manhattan #DFAB80

Color information

#DFAB80 (or 0xDFAB80) is unknown color: approx Manhattan. HEX triplet: DF, AB and 80. RGB value is (223,171,128). Sum of RGB (Red+Green+Blue) = 223+171+128=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAB80 is #20547F. Grayscale: #B5B5B5. Windows color (decimal): -2118784 or 8432607. OLE color: 8432607.

HSL color Cylindrical-coordinate representation of color #DFAB80: hue angle of 27.16º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFAB80 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB223171128-
CMYK00.230.430.13
HSL27.16º59.75%68.82%-
HSV(B)27.16º42.6%87.45%-
XYZ48.8946.3726.8-
YUV181.6597.73157.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.72%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 128 (50.39% from 255) = 24.52%
R=42.72%
G=32.76%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317112800.230.430.1327.1659.7568.82
HexDFAB800172BD1b3c45
Octal33725320002753153374105
Binary1101111110101011100000000101111010111101110111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAB80; }

 p { color: rgb(223,171,128); }

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

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

 a { background-color: rgb(223,171,128); }

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

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

 span { border-color: rgb(223,171,128); }

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