#D9AC7A

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

Shades of Manhattan #D9AC7A

Tints of Manhattan #D9AC7A

Color information

#D9AC7A (or 0xD9AC7A) is unknown color: approx Manhattan. HEX triplet: D9, AC and 7A. RGB value is (217,172,122). Sum of RGB (Red+Green+Blue) = 217+172+122=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC7A is #265385. Grayscale: #B3B3B3. Windows color (decimal): -2511750 or 8039641. OLE color: 8039641.

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

Color convert

RGB217172122-
CMYK00.210.440.15
HSL31.58º55.56%66.47%-
HSV(B)31.58º43.78%85.1%-
XYZ46.8845.6624.76-
YUV179.7695.41154.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.47%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 122 (48.05% from 255) = 23.87%
R=42.47%
G=33.66%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717212200.210.440.1531.5855.5666.47
HexD9AC7A0152CF203842
Octal33125417202554174070102
Binary1101100110101100111101001010110110011111000001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AC7A; }

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

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

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

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

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

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

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

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