#D7AC9D

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

Shades of Eunry #D7AC9D

Tints of Eunry #D7AC9D

Color information

#D7AC9D (or 0xD7AC9D) is unknown color: approx Eunry. HEX triplet: D7, AC and 9D. RGB value is (215,172,157). Sum of RGB (Red+Green+Blue) = 215+172+157=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AC9D is #285362. Grayscale: #B7B7B7. Windows color (decimal): -2642787 or 10333399. OLE color: 10333399.

HSL color Cylindrical-coordinate representation of color #D7AC9D: hue angle of 15.52º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7AC9D is Cyan = 0, Magento = 0.2, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB215172157-
CMYK00.20.270.16
HSL15.52º42.03%72.94%-
HSV(B)15.52º26.98%84.31%-
XYZ48.8646.3938.28-
YUV183.15113.25150.72-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.52%
GREEN value IS 172 (67.58% from 255) = 31.62%
BLUE value IS 157 (61.72% from 255) = 28.86%
R=39.52%
G=31.62%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517215700.20.270.1615.5242.0372.94
HexD7AC9D0141B10102a49
Octal32725423502433202052111
Binary1101011110101100100111010101001101110000100001010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AC9D; }

 p { color: rgb(215,172,157); }

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

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

 a { background-color: rgb(215,172,157); }

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

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

 span { border-color: rgb(215,172,157); }

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