#DFAE8A

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

Shades of Manhattan #DFAE8A

Tints of Manhattan #DFAE8A

Color information

#DFAE8A (or 0xDFAE8A) is unknown color: approx Manhattan. HEX triplet: DF, AE and 8A. RGB value is (223,174,138). Sum of RGB (Red+Green+Blue) = 223+174+138=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAE8A is #205175. Grayscale: #B8B8B8. Windows color (decimal): -2118006 or 9088735. OLE color: 9088735.

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

Color convert

RGB223174138-
CMYK00.220.380.13
HSL25.41º57.05%70.78%-
HSV(B)25.41º38.12%87.45%-
XYZ50.1547.830.63-
YUV184.55101.73155.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.68%
GREEN value IS 174 (68.36% from 255) = 32.52%
BLUE value IS 138 (54.30% from 255) = 25.79%
R=41.68%
G=32.52%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317413800.220.380.1325.4157.0570.78
HexDFAE8A01626D193947
Octal33725621202646153171107
Binary1101111110101110100010100101101001101101110011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAE8A; }

 p { color: rgb(223,174,138); }

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

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

 a { background-color: rgb(223,174,138); }

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

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

 span { border-color: rgb(223,174,138); }

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