#DAAA77

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

Shades of Manhattan #DAAA77

Tints of Manhattan #DAAA77

Color information

#DAAA77 (or 0xDAAA77) is unknown color: approx Manhattan. HEX triplet: DA, AA and 77. RGB value is (218,170,119). Sum of RGB (Red+Green+Blue) = 218+170+119=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA77 is #255588. Grayscale: #B2B2B2. Windows color (decimal): -2446729 or 7842522. OLE color: 7842522.

HSL color Cylindrical-coordinate representation of color #DAAA77: hue angle of 30.91º 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 #DAAA77 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB218170119-
CMYK00.220.450.15
HSL30.91º57.23%66.08%-
HSV(B)30.91º45.41%85.49%-
XYZ46.6244.9923.68-
YUV178.5494.4156.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.00%
GREEN value IS 170 (66.80% from 255) = 33.53%
BLUE value IS 119 (46.88% from 255) = 23.47%
R=43.00%
G=33.53%
B=23.47%

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
Decimal21817011900.220.450.1530.9157.2366.08
HexDAAA770162DF1f3942
Octal33225216702655173771102
Binary110110101010101011101110101101011011111111111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAA77; }

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

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

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

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

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

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

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

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