Html Css Color HEX #D8A978 Manhattan

📋 copy color: '#D8A978'

red 216 ◦ green 169 ◦ blue 120

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

Shades of Manhattan #D8A978

Tints of Manhattan #D8A978

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.47%

 BLUE value IS 120 (47.27% from 255) = 23.76%

R = 42.77%
G = 33.47%
B = 23.76%

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

#D8A978 (or 0xD8A978) is known color: Manhattan. HEX triplet: D8, A9 and 78. RGB value is (216,169,120). Sum of RGB (Red+Green+Blue) = 216+169+120=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A978 is #275687. Grayscale: #B1B1B1. Windows color (decimal): -2578056 or 7907800. OLE color: 7907800.

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

Color convert

RGB 216 169 120 -
CMYK 0 0.22 0.44 0.15
HSL 30.63º 0.55% 0.66% -
HSV(B) 30.63º 0.44% 0.85% -
XYZ 45.9 44.33 23.91 -
YUV 177.47 95.57 155.48 -
System Red Green Blue C M Y K H S L
Decimal 216 169 120 0 0.22 0.44 0.15 30.63 0.55 0.66
Hex D8 A9 78 0 16 2C F 1F 37 42
Octal 330 251 170 0 26 54 17 37 67 102
Binary 11011000 10101001 1111000 0 10110 101100 1111 11111 110111 1000010

Color Harmonies of #D8A978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A978

Black with #D8A978

Text Example


Text Example

White with #D8A978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A978; }

 p { color: rgb(216,169,120); }

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

background-color css

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

 a { background-color: rgb(216,169,120); }

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

border-color css

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

 span { border-color: rgb(216,169,120); }

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