#D9AC7B

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

Shades of Manhattan #D9AC7B

Tints of Manhattan #D9AC7B

Color information

#D9AC7B (or 0xD9AC7B) is unknown color: approx Manhattan. HEX triplet: D9, AC and 7B. RGB value is (217,172,123). Sum of RGB (Red+Green+Blue) = 217+172+123=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC7B is #265384. Grayscale: #B4B4B4. Windows color (decimal): -2511749 or 8105177. OLE color: 8105177.

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

Color convert

RGB217172123-
CMYK00.210.430.15
HSL31.28º55.29%66.67%-
HSV(B)31.28º43.32%85.1%-
XYZ46.9445.6925.08-
YUV179.8795.91154.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.38%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 123 (48.44% from 255) = 24.02%
R=42.38%
G=33.59%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717212300.210.430.1531.2855.2966.67
HexD9AC7B0152BF1f3743
Octal33125417302553173767103
Binary110110011010110011110110101011010111111111111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AC7B; }

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

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

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

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

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

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

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

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