#D9AA74

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

Shades of Manhattan #D9AA74

Tints of Manhattan #D9AA74

Color information

#D9AA74 (or 0xD9AA74) is unknown color: approx Manhattan. HEX triplet: D9, AA and 74. RGB value is (217,170,116). Sum of RGB (Red+Green+Blue) = 217+170+116=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AA74 is #26558B. Grayscale: #B2B2B2. Windows color (decimal): -2512268 or 7645913. OLE color: 7645913.

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

Color convert

RGB217170116-
CMYK00.220.470.15
HSL32.08º57.06%65.29%-
HSV(B)32.08º46.54%85.1%-
XYZ46.1444.7622.73-
YUV177.993.07155.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.14%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 116 (45.70% from 255) = 23.06%
R=43.14%
G=33.80%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717011600.220.470.1532.0857.0665.29
HexD9AA740162FF203941
Octal33125216402657174071101
Binary1101100110101010111010001011010111111111000001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AA74; }

 p { color: rgb(217,170,116); }

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

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

 a { background-color: rgb(217,170,116); }

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

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

 span { border-color: rgb(217,170,116); }

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