#dfa770

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

Shades of Manhattan #DFA770

Tints of Manhattan #DFA770

Color information

#DFA770 (or 0xDFA770) is unknown color: approx Manhattan. HEX triplet: DF, A7 and 70. RGB value is (223,167,112). Sum of RGB (Red+Green+Blue) = 223+167+112=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA770 is #20588F. Grayscale: #B1B1B1. Windows color (decimal): -2119824 or 7383007. OLE color: 7383007.

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

Color convert

RGB223167112-
CMYK00.250.500.13
HSL29.73º63.43%65.69%-
HSV(B)29.73º49.78%87.45%-
XYZ47.1744.521.43-
YUV177.4791.05160.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.42%
GREEN value IS 167 (65.62% from 255) = 33.27%
BLUE value IS 112 (44.14% from 255) = 22.31%
R=44.42%
G=33.27%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316711200.250.500.1329.7363.4365.69
HexDFA77001932D1e3f42
Octal33724716003162153677102
Binary110111111010011111100000110011100101101111101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfa770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfa770; }

 p { color: rgb(223,167,112); }

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

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

 a { background-color: rgb(223,167,112); }

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

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

 span { border-color: rgb(223,167,112); }

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