#DAA977

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

Shades of Manhattan #DAA977

Tints of Manhattan #DAA977

Color information

#DAA977 (or 0xDAA977) is unknown color: approx Manhattan. HEX triplet: DA, A9 and 77. RGB value is (218,169,119). Sum of RGB (Red+Green+Blue) = 218+169+119=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA977 is #255688. Grayscale: #B2B2B2. Windows color (decimal): -2446985 or 7842266. OLE color: 7842266.

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

Color convert

RGB218169119-
CMYK00.220.450.15
HSL30.3º57.23%66.08%-
HSV(B)30.3º45.41%85.49%-
XYZ46.4344.6123.62-
YUV177.9594.73156.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.08%
GREEN value IS 169 (66.41% from 255) = 33.40%
BLUE value IS 119 (46.88% from 255) = 23.52%
R=43.08%
G=33.40%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816911900.220.450.1530.357.2366.08
HexDAA9770162DF1e3942
Octal33225116702655173671102
Binary110110101010100111101110101101011011111111101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA977; }

 p { color: rgb(218,169,119); }

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

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

 a { background-color: rgb(218,169,119); }

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

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

 span { border-color: rgb(218,169,119); }

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