Html Css Color HEX #D8AB7A Manhattan

📋 copy color: '#D8AB7A'

red 216 ◦ green 171 ◦ blue 122

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

Shades of Manhattan #D8AB7A

Tints of Manhattan #D8AB7A

RGB

 RED value IS 216 (84.77% from 255) = 42.44%

 GREEN value IS 171 (67.19% from 255) = 33.6%

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

R = 42.44%
G = 33.6%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8AB7A (or 0xD8AB7A) is known color: Manhattan. HEX triplet: D8, AB and 7A. RGB value is (216,171,122). Sum of RGB (Red+Green+Blue) = 216+171+122=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AB7A is #275485. Grayscale: #B3B3B3. Windows color (decimal): -2577542 or 8039384. OLE color: 8039384.

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

Color convert

RGB 216 171 122 -
CMYK 0 0.21 0.44 0.15
HSL 31.28º 0.55% 0.66% -
HSV(B) 31.28º 0.44% 0.85% -
XYZ 46.39 45.13 24.68 -
YUV 178.87 95.91 154.48 -
System Red Green Blue C M Y K H S L
Decimal 216 171 122 0 0.21 0.44 0.15 31.28 0.55 0.66
Hex D8 AB 7A 0 15 2C F 1F 37 42
Octal 330 253 172 0 25 54 17 37 67 102
Binary 11011000 10101011 1111010 0 10101 101100 1111 11111 110111 1000010

Color Harmonies of #D8AB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB7A

Black with #D8AB7A

Text Example


Text Example

White with #D8AB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB7A; }

 p { color: rgb(216,171,122); }

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

background-color css

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

 a { background-color: rgb(216,171,122); }

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

border-color css

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

 span { border-color: rgb(216,171,122); }

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