#D5A09F

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

Shades of Eunry #D5A09F

Tints of Eunry #D5A09F

Color information

#D5A09F (or 0xD5A09F) is unknown color: approx Eunry. HEX triplet: D5, A0 and 9F. RGB value is (213,160,159). Sum of RGB (Red+Green+Blue) = 213+160+159=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A09F is #2A5F60. Grayscale: #AFAFAF. Windows color (decimal): -2776929 or 10461397. OLE color: 10461397.

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

Color convert

RGB213160159-
CMYK00.250.250.16
HSL1.11º39.13%72.94%-
HSV(B)1.11º25.35%83.53%-
XYZ46.2741.7938.43-
YUV175.73118.56154.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.04%
GREEN value IS 160 (62.89% from 255) = 30.08%
BLUE value IS 159 (62.5% from 255) = 29.89%
R=40.04%
G=30.08%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316015900.250.250.161.1139.1372.94
HexD5A09F019191012749
Octal3252402370313120147111
Binary110101011010000010011111011001110011000011001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A09F; }

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

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

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

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

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

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

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

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