#DAAE7E

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

Shades of Manhattan #DAAE7E

Tints of Manhattan #DAAE7E

Color information

#DAAE7E (or 0xDAAE7E) is unknown color: approx Manhattan. HEX triplet: DA, AE and 7E. RGB value is (218,174,126). Sum of RGB (Red+Green+Blue) = 218+174+126=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAE7E is #255181. Grayscale: #B5B5B5. Windows color (decimal): -2445698 or 8302298. OLE color: 8302298.

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

Color convert

RGB218174126-
CMYK00.200.420.15
HSL31.3º55.42%67.45%-
HSV(B)31.3º42.2%85.49%-
XYZ47.8246.6826.23-
YUV181.6896.58153.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.08%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 126 (49.61% from 255) = 24.32%
R=42.08%
G=33.59%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817412600.200.420.1531.355.4267.45
HexDAAE7E0142AF1f3743
Octal33225617602452173767103
Binary110110101010111011111100101001010101111111111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAE7E; }

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

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

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

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

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

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

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

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