#D7A49C

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

Shades of Eunry #D7A49C

Tints of Eunry #D7A49C

Color information

#D7A49C (or 0xD7A49C) is unknown color: approx Eunry. HEX triplet: D7, A4 and 9C. RGB value is (215,164,156). Sum of RGB (Red+Green+Blue) = 215+164+156=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A49C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A49C is #285B63. Grayscale: #B2B2B2. Windows color (decimal): -2644836 or 10265815. OLE color: 10265815.

HSL color Cylindrical-coordinate representation of color #D7A49C: hue angle of 8.14º 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 #D7A49C is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB215164156-
CMYK00.240.270.16
HSL8.14º42.45%72.75%-
HSV(B)8.14º27.44%84.31%-
XYZ47.343.437.34-
YUV178.34115.4154.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.19%
GREEN value IS 164 (64.45% from 255) = 30.65%
BLUE value IS 156 (61.33% from 255) = 29.16%
R=40.19%
G=30.65%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516415600.240.270.168.1442.4572.75
HexD7A49C0181B1082a49
Octal32724423403033201052111
Binary110101111010010010011100011000110111000010001010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A49C; }

 p { color: rgb(215,164,156); }

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

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

 a { background-color: rgb(215,164,156); }

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

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

 span { border-color: rgb(215,164,156); }

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