#D8AA7B

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

Shades of Manhattan #D8AA7B

Tints of Manhattan #D8AA7B

Color information

#D8AA7B (or 0xD8AA7B) is unknown color: approx Manhattan. HEX triplet: D8, AA and 7B. RGB value is (216,170,123). Sum of RGB (Red+Green+Blue) = 216+170+123=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AA7B is #275584. Grayscale: #B2B2B2. Windows color (decimal): -2577797 or 8104664. OLE color: 8104664.

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

Color convert

RGB216170123-
CMYK00.210.430.15
HSL30.32º54.39%66.47%-
HSV(B)30.32º43.06%84.71%-
XYZ46.2744.7824.94-
YUV178.496.74154.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.44%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 123 (48.44% from 255) = 24.17%
R=42.44%
G=33.40%
B=24.17%

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
Decimal21617012300.210.430.1530.3254.3966.47
HexD8AA7B0152BF1e3642
Octal33025217302553173666102
Binary110110001010101011110110101011010111111111101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AA7B; }

 p { color: rgb(216,170,123); }

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

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

 a { background-color: rgb(216,170,123); }

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

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

 span { border-color: rgb(216,170,123); }

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