#D9AD76

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

Shades of Manhattan #D9AD76

Tints of Manhattan #D9AD76

Color information

#D9AD76 (or 0xD9AD76) is unknown color: approx Manhattan. HEX triplet: D9, AD and 76. RGB value is (217,173,118). Sum of RGB (Red+Green+Blue) = 217+173+118=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD76 is #265289. Grayscale: #B4B4B4. Windows color (decimal): -2511498 or 7777753. OLE color: 7777753.

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

Color convert

RGB217173118-
CMYK00.200.460.15
HSL33.33º56.57%65.69%-
HSV(B)33.33º45.62%85.1%-
XYZ46.8345.9523.54-
YUV179.8993.08154.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.72%
GREEN value IS 173 (67.97% from 255) = 34.06%
BLUE value IS 118 (46.48% from 255) = 23.23%
R=42.72%
G=34.06%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717311800.200.460.1533.3356.5765.69
HexD9AD760142EF213942
Octal33125516602456174171102
Binary1101100110101101111011001010010111011111000011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AD76; }

 p { color: rgb(217,173,118); }

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

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

 a { background-color: rgb(217,173,118); }

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

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

 span { border-color: rgb(217,173,118); }

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