#D5A79F

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

Shades of Eunry #D5A79F

Tints of Eunry #D5A79F

Color information

#D5A79F (or 0xD5A79F) is unknown color: approx Eunry. HEX triplet: D5, A7 and 9F. RGB value is (213,167,159). Sum of RGB (Red+Green+Blue) = 213+167+159=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 167 (65.62% from 255 or 30.98% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A79F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A79F is #2A5860. Grayscale: #B3B3B3. Windows color (decimal): -2775137 or 10463189. OLE color: 10463189.

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

Color convert

RGB213167159-
CMYK00.220.250.16
HSL8.89º39.13%72.94%-
HSV(B)8.89º25.35%83.53%-
XYZ47.5244.2938.84-
YUV179.84116.24151.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.52%
GREEN value IS 167 (65.62% from 255) = 30.98%
BLUE value IS 159 (62.5% from 255) = 29.50%
R=39.52%
G=30.98%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316715900.220.250.168.8939.1372.94
HexD5A79F016191092749
Octal32524723702631201147111
Binary110101011010011110011111010110110011000010011001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A79F; }

 p { color: rgb(213,167,159); }

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

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

 a { background-color: rgb(213,167,159); }

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

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

 span { border-color: rgb(213,167,159); }

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