#dfaa6f

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

Shades of Manhattan #DFAA6F

Tints of Manhattan #DFAA6F

Color information

#DFAA6F (or 0xDFAA6F) is unknown color: approx Manhattan. HEX triplet: DF, AA and 6F. RGB value is (223,170,111). Sum of RGB (Red+Green+Blue) = 223+170+111=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 111 (43.75% from 255 or 22.02% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA6F is #205590. Grayscale: #B3B3B3. Windows color (decimal): -2119057 or 7318239. OLE color: 7318239.

HSL color Cylindrical-coordinate representation of color #DFAA6F: hue angle of 31.61º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFAA6F is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB223170111-
CMYK00.240.500.13
HSL31.61º63.64%65.49%-
HSV(B)31.61º50.22%87.45%-
XYZ47.6845.5921.32-
YUV179.1289.56159.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.25%
GREEN value IS 170 (66.80% from 255) = 33.73%
BLUE value IS 111 (43.75% from 255) = 22.02%
R=44.25%
G=33.73%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317011100.240.500.1331.6163.6465.49
HexDFAA6F01832D204041
Octal337252157030621540100101
Binary11011111101010101101111011000110010110110000010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfaa6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfaa6f; }

 p { color: rgb(223,170,111); }

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

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

 a { background-color: rgb(223,170,111); }

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

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

 span { border-color: rgb(223,170,111); }

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