#D9A975

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

Shades of Manhattan #D9A975

Tints of Manhattan #D9A975

Color information

#D9A975 (or 0xD9A975) is unknown color: approx Manhattan. HEX triplet: D9, A9 and 75. RGB value is (217,169,117). Sum of RGB (Red+Green+Blue) = 217+169+117=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A975 is #26568A. Grayscale: #B1B1B1. Windows color (decimal): -2512523 or 7711193. OLE color: 7711193.

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

Color convert

RGB217169117-
CMYK00.220.460.15
HSL31.2º56.82%65.49%-
HSV(B)31.2º46.08%85.1%-
XYZ46.0144.4122.98-
YUV177.4293.9156.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.14%
GREEN value IS 169 (66.41% from 255) = 33.60%
BLUE value IS 117 (46.09% from 255) = 23.26%
R=43.14%
G=33.60%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716911700.220.460.1531.256.8265.49
HexD9A9750162EF1f3941
Octal33125116502656173771101
Binary110110011010100111101010101101011101111111111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A975; }

 p { color: rgb(217,169,117); }

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

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

 a { background-color: rgb(217,169,117); }

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

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

 span { border-color: rgb(217,169,117); }

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