#D9AC7F

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

Shades of Manhattan #D9AC7F

Tints of Manhattan #D9AC7F

Color information

#D9AC7F (or 0xD9AC7F) is unknown color: approx Manhattan. HEX triplet: D9, AC and 7F. RGB value is (217,172,127). Sum of RGB (Red+Green+Blue) = 217+172+127=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC7F is #265380. Grayscale: #B4B4B4. Windows color (decimal): -2511745 or 8367321. OLE color: 8367321.

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

Color convert

RGB217172127-
CMYK00.210.410.15
HSL30º54.22%67.45%-
HSV(B)30º41.47%85.1%-
XYZ47.245.7926.43-
YUV180.3297.91154.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.05%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 127 (50% from 255) = 24.61%
R=42.05%
G=33.33%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717212700.210.410.153054.2267.45
HexD9AC7F01529F1e3643
Octal33125417702551173666103
Binary110110011010110011111110101011010011111111101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AC7F; }

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

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

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

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

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

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

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

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