Html Css Color HEX #D9AA7D Manhattan

📋 copy color: '#D9AA7D'

red 217 ◦ green 170 ◦ blue 125

#D9AA7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manhattan #D9AA7D

Tints of Manhattan #D9AA7D

RGB

 RED value IS 217 (85.16% from 255) = 42.38%

 GREEN value IS 170 (66.8% from 255) = 33.2%

 BLUE value IS 125 (49.22% from 255) = 24.41%

R = 42.38%
G = 33.2%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9AA7D (or 0xD9AA7D) is known color: 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

RGB 217 170 125 -
CMYK 0 0.22 0.42 0.15
HSL 29.35º 0.55% 0.67% -
HSV(B) 29.35º 0.42% 0.85% -
XYZ 46.69 44.98 25.62 -
YUV 178.92 97.57 155.16 -
System Red Green Blue C M Y K H S L
Decimal 217 170 125 0 0.22 0.42 0.15 29.35 0.55 0.67
Hex D9 AA 7D 0 16 2A F 1D 37 43
Octal 331 252 175 0 26 52 17 35 67 103
Binary 11011001 10101010 1111101 0 10110 101010 1111 11101 110111 1000011

Color Harmonies of #D9AA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AA7D

Black with #D9AA7D

Text Example


Text Example

White with #D9AA7D

Text Example


Text Example

HTML Codes & Css Web 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>