#D8AC78

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

Shades of Manhattan #D8AC78

Tints of Manhattan #D8AC78

Color information

#D8AC78 (or 0xD8AC78) is unknown color: approx Manhattan. HEX triplet: D8, AC and 78. RGB value is (216,172,120). Sum of RGB (Red+Green+Blue) = 216+172+120=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC78 is #275387. Grayscale: #B3B3B3. Windows color (decimal): -2577288 or 7908568. OLE color: 7908568.

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

Color convert

RGB216172120-
CMYK00.200.440.15
HSL32.5º55.17%65.88%-
HSV(B)32.5º44.44%84.71%-
XYZ46.4645.4624.1-
YUV179.2394.58154.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.52%
GREEN value IS 172 (67.58% from 255) = 33.86%
BLUE value IS 120 (47.27% from 255) = 23.62%
R=42.52%
G=33.86%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617212000.200.440.1532.555.1765.88
HexD8AC780142CF213742
Octal33025417002454174167102
Binary1101100010101100111100001010010110011111000011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AC78; }

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

 H1.HeaderClassName
 {
   color: #D8AC78;
 }
 .AnyTagClassName
 {
   color: #D8AC78;
 }
</style>
background-color css

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

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

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

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

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

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