#D9AA7D

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

Shades of Manhattan #D9AA7D

Tints of Manhattan #D9AA7D

Color information

#D9AA7D (or 0xD9AA7D) is unknown color: approx Manhattan. HEX triplet: D9, AA and 7D. RGB value is (217,170,125). Sum of RGB (Red+Green+Blue) = 217+170+125=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AA7D is #265582. Grayscale: #B3B3B3. Windows color (decimal): -2512259 or 8235737. OLE color: 8235737.

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

Color convert

RGB217170125-
CMYK00.220.420.15
HSL29.35º54.76%67.06%-
HSV(B)29.35º42.4%85.1%-
XYZ46.6944.9825.62-
YUV178.9297.57155.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.38%
GREEN value IS 170 (66.80% from 255) = 33.20%
BLUE value IS 125 (49.22% from 255) = 24.41%
R=42.38%
G=33.20%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717012500.220.420.1529.3554.7667.06
HexD9AA7D0162AF1d3743
Octal33125217502652173567103
Binary110110011010101011111010101101010101111111011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AA7D; }

 p { color: rgb(217,170,125); }

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

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

 a { background-color: rgb(217,170,125); }

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

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

 span { border-color: rgb(217,170,125); }

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