#D9AC75

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

Shades of Manhattan #D9AC75

Tints of Manhattan #D9AC75

Color information

#D9AC75 (or 0xD9AC75) is unknown color: approx Manhattan. HEX triplet: D9, AC and 75. RGB value is (217,172,117). Sum of RGB (Red+Green+Blue) = 217+172+117=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC75 is #26538A. Grayscale: #B3B3B3. Windows color (decimal): -2511755 or 7711961. OLE color: 7711961.

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

Color convert

RGB217172117-
CMYK00.210.460.15
HSL33º56.82%65.49%-
HSV(B)33º46.08%85.1%-
XYZ46.5845.5423.16-
YUV179.1892.91154.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.89%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 117 (46.09% from 255) = 23.12%
R=42.89%
G=33.99%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717211700.210.460.153356.8265.49
HexD9AC750152EF213941
Octal33125416502556174171101
Binary1101100110101100111010101010110111011111000011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AC75; }

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

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

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

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

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

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

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

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