Html Css Color HEX #D8AC76 Manhattan

📋 copy color: '#D8AC76'

red 216 ◦ green 172 ◦ blue 118

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

Shades of Manhattan #D8AC76

Tints of Manhattan #D8AC76

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.99%

 BLUE value IS 118 (46.48% from 255) = 23.32%

R = 42.69%
G = 33.99%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D8AC76 (or 0xD8AC76) is known color: Manhattan. HEX triplet: D8, AC and 76. RGB value is (216,172,118). Sum of RGB (Red+Green+Blue) = 216+172+118=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC76 is #275389. Grayscale: #B3B3B3. Windows color (decimal): -2577290 or 7777496. OLE color: 7777496.

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

Color convert

RGB 216 172 118 -
CMYK 0 0.20 0.45 0.15
HSL 33.06º 0.56% 0.65% -
HSV(B) 33.06º 0.45% 0.85% -
XYZ 46.34 45.41 23.46 -
YUV 179 93.58 154.39 -
System Red Green Blue C M Y K H S L
Decimal 216 172 118 0 0.20 0.45 0.15 33.06 0.56 0.65
Hex D8 AC 76 0 14 2D F 21 38 41
Octal 330 254 166 0 24 55 17 41 70 101
Binary 11011000 10101100 1110110 0 10100 101101 1111 100001 111000 1000001

Color Harmonies of #D8AC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AC76

Black with #D8AC76

Text Example


Text Example

White with #D8AC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AC76; }

 p { color: rgb(216,172,118); }

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

background-color css

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

 a { background-color: rgb(216,172,118); }

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

border-color css

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

 span { border-color: rgb(216,172,118); }

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