#D9AB7B

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

Shades of Manhattan #D9AB7B

Tints of Manhattan #D9AB7B

Color information

#D9AB7B (or 0xD9AB7B) is unknown color: approx Manhattan. HEX triplet: D9, AB and 7B. RGB value is (217,171,123). Sum of RGB (Red+Green+Blue) = 217+171+123=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB7B is #265484. Grayscale: #B3B3B3. Windows color (decimal): -2512005 or 8104921. OLE color: 8104921.

HSL color Cylindrical-coordinate representation of color #D9AB7B: hue angle of 30.64º 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 #D9AB7B is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB217171123-
CMYK00.210.430.15
HSL30.64º55.29%66.67%-
HSV(B)30.64º43.32%85.1%-
XYZ46.7545.3125.02-
YUV179.2896.24154.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.47%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 123 (48.44% from 255) = 24.07%
R=42.47%
G=33.46%
B=24.07%

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
Decimal21717112300.210.430.1530.6455.2966.67
HexD9AB7B0152BF1f3743
Octal33125317302553173767103
Binary110110011010101111110110101011010111111111111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AB7B; }

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

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

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

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

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

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

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

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