#D5A19F

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

Shades of Eunry #D5A19F

Tints of Eunry #D5A19F

Color information

#D5A19F (or 0xD5A19F) is unknown color: approx Eunry. HEX triplet: D5, A1 and 9F. RGB value is (213,161,159). Sum of RGB (Red+Green+Blue) = 213+161+159=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A19F is #2A5E60. Grayscale: #B0B0B0. Windows color (decimal): -2776673 or 10461653. OLE color: 10461653.

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

Color convert

RGB213161159-
CMYK00.240.250.16
HSL2.22º39.13%72.94%-
HSV(B)2.22º25.35%83.53%-
XYZ46.4442.1438.49-
YUV176.32118.23154.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 161 (63.28% from 255) = 30.21%
BLUE value IS 159 (62.5% from 255) = 29.83%
R=39.96%
G=30.21%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316115900.240.250.162.2239.1372.94
HexD5A19F018191022749
Octal3252412370303120247111
Binary1101010110100001100111110110001100110000101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A19F; }

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

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

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

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

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

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

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

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