#DFAA74

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

Shades of Manhattan #DFAA74

Tints of Manhattan #DFAA74

Color information

#DFAA74 (or 0xDFAA74) is unknown color: approx Manhattan. HEX triplet: DF, AA and 74. RGB value is (223,170,116). Sum of RGB (Red+Green+Blue) = 223+170+116=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA74 is #20558B. Grayscale: #B3B3B3. Windows color (decimal): -2119052 or 7645919. OLE color: 7645919.

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

Color convert

RGB223170116-
CMYK00.240.480.13
HSL30.28º62.57%66.47%-
HSV(B)30.28º47.98%87.45%-
XYZ47.9645.722.82-
YUV179.6992.06158.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.81%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 116 (45.70% from 255) = 22.79%
R=43.81%
G=33.40%
B=22.79%

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
Decimal22317011600.240.480.1330.2862.5766.47
HexDFAA7401830D1e3f42
Octal33725216403060153677102
Binary110111111010101011101000110001100001101111101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAA74; }

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

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

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

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

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

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

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

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