#DAAE79

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

Shades of Manhattan #DAAE79

Tints of Manhattan #DAAE79

Color information

#DAAE79 (or 0xDAAE79) is unknown color: approx Manhattan. HEX triplet: DA, AE and 79. RGB value is (218,174,121). Sum of RGB (Red+Green+Blue) = 218+174+121=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 121 (47.66% from 255 or 23.59% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAE79 is #255186. Grayscale: #B5B5B5. Windows color (decimal): -2445703 or 7974618. OLE color: 7974618.

HSL color Cylindrical-coordinate representation of color #DAAE79: hue angle of 32.78º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAAE79 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB218174121-
CMYK00.200.440.15
HSL32.78º56.73%66.47%-
HSV(B)32.78º44.5%85.49%-
XYZ47.546.5624.57-
YUV181.1194.08154.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.50%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 121 (47.66% from 255) = 23.59%
R=42.50%
G=33.92%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817412100.200.440.1532.7856.7366.47
HexDAAE790142CF213942
Octal33225617102454174171102
Binary1101101010101110111100101010010110011111000011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAE79; }

 p { color: rgb(218,174,121); }

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

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

 a { background-color: rgb(218,174,121); }

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

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

 span { border-color: rgb(218,174,121); }

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