#DFAA75

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

Shades of Manhattan #DFAA75

Tints of Manhattan #DFAA75

Color information

#DFAA75 (or 0xDFAA75) is unknown color: approx Manhattan. HEX triplet: DF, AA and 75. RGB value is (223,170,117). Sum of RGB (Red+Green+Blue) = 223+170+117=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA75 is #20558A. Grayscale: #B4B4B4. Windows color (decimal): -2119051 or 7711455. OLE color: 7711455.

HSL color Cylindrical-coordinate representation of color #DFAA75: hue angle of 30º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFAA75 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB223170117-
CMYK00.240.480.13
HSL30º62.35%66.67%-
HSV(B)30º47.53%87.45%-
XYZ48.0245.7223.12-
YUV179.892.56158.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.73%
GREEN value IS 170 (66.80% from 255) = 33.33%
BLUE value IS 117 (46.09% from 255) = 22.94%
R=43.73%
G=33.33%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317011700.240.480.133062.3566.67
HexDFAA7501830D1e3e43
Octal33725216503060153676103
Binary110111111010101011101010110001100001101111101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAA75; }

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

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

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

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

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

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

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

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