#DFAC7F

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

Shades of Manhattan #DFAC7F

Tints of Manhattan #DFAC7F

Color information

#DFAC7F (or 0xDFAC7F) is unknown color: approx Manhattan. HEX triplet: DF, AC and 7F. RGB value is (223,172,127). Sum of RGB (Red+Green+Blue) = 223+172+127=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAC7F is #205380. Grayscale: #B6B6B6. Windows color (decimal): -2118529 or 8367327. OLE color: 8367327.

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

Color convert

RGB223172127-
CMYK00.230.430.13
HSL28.13º60%68.63%-
HSV(B)28.13º43.05%87.45%-
XYZ49.0146.7326.51-
YUV182.1296.9157.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.72%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 127 (50% from 255) = 24.33%
R=42.72%
G=32.95%
B=24.33%

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
Decimal22317212700.230.430.1328.136068.63
HexDFAC7F0172BD1c3c45
Octal33725417702753153474105
Binary110111111010110011111110101111010111101111001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAC7F; }

 p { color: rgb(223,172,127); }

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

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

 a { background-color: rgb(223,172,127); }

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

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

 span { border-color: rgb(223,172,127); }

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