#D8AB77

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

Shades of Manhattan #D8AB77

Tints of Manhattan #D8AB77

Color information

#D8AB77 (or 0xD8AB77) is unknown color: approx Manhattan. HEX triplet: D8, AB and 77. RGB value is (216,171,119). Sum of RGB (Red+Green+Blue) = 216+171+119=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AB77 is #275488. Grayscale: #B2B2B2. Windows color (decimal): -2577545 or 7842776. OLE color: 7842776.

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

Color convert

RGB216171119-
CMYK00.210.450.15
HSL32.16º55.43%65.69%-
HSV(B)32.16º44.91%84.71%-
XYZ46.2145.0623.71-
YUV178.5394.41154.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.69%
GREEN value IS 171 (67.19% from 255) = 33.79%
BLUE value IS 119 (46.88% from 255) = 23.52%
R=42.69%
G=33.79%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617111900.210.450.1532.1655.4365.69
HexD8AB770152DF203742
Octal33025316702555174067102
Binary1101100010101011111011101010110110111111000001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AB77; }

 p { color: rgb(216,171,119); }

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

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

 a { background-color: rgb(216,171,119); }

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

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

 span { border-color: rgb(216,171,119); }

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