#D9AD7A

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

Shades of Manhattan #D9AD7A

Tints of Manhattan #D9AD7A

Color information

#D9AD7A (or 0xD9AD7A) is unknown color: approx Manhattan. HEX triplet: D9, AD and 7A. RGB value is (217,173,122). Sum of RGB (Red+Green+Blue) = 217+173+122=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD7A is #265285. Grayscale: #B4B4B4. Windows color (decimal): -2511494 or 8039897. OLE color: 8039897.

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

Color convert

RGB217173122-
CMYK00.200.440.15
HSL32.21º55.56%66.47%-
HSV(B)32.21º43.78%85.1%-
XYZ47.0746.0424.82-
YUV180.3495.08154.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.38%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 122 (48.05% from 255) = 23.83%
R=42.38%
G=33.79%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717312200.200.440.1532.2155.5666.47
HexD9AD7A0142CF203842
Octal33125517202454174070102
Binary1101100110101101111101001010010110011111000001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AD7A; }

 p { color: rgb(217,173,122); }

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

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

 a { background-color: rgb(217,173,122); }

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

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

 span { border-color: rgb(217,173,122); }

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