#DFAF72

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

Shades of Manhattan #DFAF72

Tints of Manhattan #DFAF72

Color information

#DFAF72 (or 0xDFAF72) is unknown color: approx Manhattan. HEX triplet: DF, AF and 72. RGB value is (223,175,114). Sum of RGB (Red+Green+Blue) = 223+175+114=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF72 is #20508D. Grayscale: #B6B6B6. Windows color (decimal): -2117774 or 7516127. OLE color: 7516127.

HSL color Cylindrical-coordinate representation of color #DFAF72: hue angle of 33.58º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DFAF72 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB223175114-
CMYK00.220.490.13
HSL33.58º63.01%66.08%-
HSV(B)33.58º48.88%87.45%-
XYZ48.847.5622.53-
YUV182.489.4156.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.55%
GREEN value IS 175 (68.75% from 255) = 34.18%
BLUE value IS 114 (44.92% from 255) = 22.27%
R=43.55%
G=34.18%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317511400.220.490.1333.5863.0166.08
HexDFAF7201631D223f42
Octal33725716202661154277102
Binary1101111110101111111001001011011000111011000101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAF72; }

 p { color: rgb(223,175,114); }

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

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

 a { background-color: rgb(223,175,114); }

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

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

 span { border-color: rgb(223,175,114); }

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