#D5A39F

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

Shades of Eunry #D5A39F

Tints of Eunry #D5A39F

Color information

#D5A39F (or 0xD5A39F) is unknown color: approx Eunry. HEX triplet: D5, A3 and 9F. RGB value is (213,163,159). Sum of RGB (Red+Green+Blue) = 213+163+159=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A39F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A39F is #2A5C60. Grayscale: #B1B1B1. Windows color (decimal): -2776161 or 10462165. OLE color: 10462165.

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

Color convert

RGB213163159-
CMYK00.230.250.16
HSL4.44º39.13%72.94%-
HSV(B)4.44º25.35%83.53%-
XYZ46.842.8438.6-
YUV177.49117.56153.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.81%
GREEN value IS 163 (64.06% from 255) = 30.47%
BLUE value IS 159 (62.5% from 255) = 29.72%
R=39.81%
G=30.47%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316315900.230.250.164.4439.1372.94
HexD5A39F017191042749
Octal3252432370273120447111
Binary11010101101000111001111101011111001100001001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A39F; }

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

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

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

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

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

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

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

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