#dfaf7e

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

Shades of Manhattan #DFAF7E

Tints of Manhattan #DFAF7E

Color information

#DFAF7E (or 0xDFAF7E) is unknown color: approx Manhattan. HEX triplet: DF, AF and 7E. RGB value is (223,175,126). Sum of RGB (Red+Green+Blue) = 223+175+126=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 126 (49.61% from 255 or 24.05% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF7E is #205081. Grayscale: #B8B8B8. Windows color (decimal): -2117762 or 8302559. OLE color: 8302559.

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

Color convert

RGB223175126-
CMYK00.220.430.13
HSL30.31º60.25%68.43%-
HSV(B)30.31º43.5%87.45%-
XYZ49.5347.8526.37-
YUV183.7795.4155.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.56%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 126 (49.61% from 255) = 24.05%
R=42.56%
G=33.40%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317512600.220.430.1330.3160.2568.43
HexDFAF7E0162BD1e3c44
Octal33725717602653153674104
Binary110111111010111111111100101101010111101111101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfaf7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfaf7e; }

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

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

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

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

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

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

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

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