Html Css Color HEX #D9AA7A Manhattan

📋 copy color: '#D9AA7A'

red 217 ◦ green 170 ◦ blue 122

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

Shades of Manhattan #D9AA7A

Tints of Manhattan #D9AA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.97%

R = 42.63%
G = 33.4%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D9AA7A (or 0xD9AA7A) is known color: Manhattan. HEX triplet: D9, AA and 7A. RGB value is (217,170,122). Sum of RGB (Red+Green+Blue) = 217+170+122=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AA7A is #265585. Grayscale: #B2B2B2. Windows color (decimal): -2512262 or 8039129. OLE color: 8039129.

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

Color convert

RGB 217 170 122 -
CMYK 0 0.22 0.44 0.15
HSL 30.32º 0.56% 0.66% -
HSV(B) 30.32º 0.44% 0.85% -
XYZ 46.5 44.91 24.63 -
YUV 178.58 96.07 155.4 -
System Red Green Blue C M Y K H S L
Decimal 217 170 122 0 0.22 0.44 0.15 30.32 0.56 0.66
Hex D9 AA 7A 0 16 2C F 1E 38 42
Octal 331 252 172 0 26 54 17 36 70 102
Binary 11011001 10101010 1111010 0 10110 101100 1111 11110 111000 1000010

Color Harmonies of #D9AA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AA7A

Black with #D9AA7A

Text Example


Text Example

White with #D9AA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AA7A; }

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

 H1.HeaderClassName
 {
   color: #D9AA7A;
 }
 .AnyTagClassName
 {
   color: #D9AA7A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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