#D8A978

Color #D8A978 Manhattan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manhattan #D8A978

Tints of Manhattan #D8A978

Color information

#D8A978 (or 0xD8A978) is unknown color: approx 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

RGB216169120-
CMYK00.220.440.15
HSL30.63º55.17%65.88%-
HSV(B)30.63º44.44%84.71%-
XYZ45.944.3323.91-
YUV177.4795.57155.48-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616912000.220.440.1530.6355.1765.88
HexD8A9780162CF1f3742
Octal33025117002654173767102
Binary110110001010100111110000101101011001111111111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>