#D5A09D

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

Shades of Eunry #D5A09D

Tints of Eunry #D5A09D

Color information

#D5A09D (or 0xD5A09D) is unknown color: approx Eunry. HEX triplet: D5, A0 and 9D. RGB value is (213,160,157). Sum of RGB (Red+Green+Blue) = 213+160+157=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A09D is #2A5F62. Grayscale: #AFAFAF. Windows color (decimal): -2776931 or 10330325. OLE color: 10330325.

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

Color convert

RGB213160157-
CMYK00.250.260.16
HSL3.21º40%72.55%-
HSV(B)3.21º26.29%83.53%-
XYZ46.141.7237.52-
YUV175.5117.56154.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.19%
GREEN value IS 160 (62.89% from 255) = 30.19%
BLUE value IS 157 (61.72% from 255) = 29.62%
R=40.19%
G=30.19%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316015700.250.260.163.214072.55
HexD5A09D0191A1032849
Octal3252402350313220350111
Binary1101010110100000100111010110011101010000111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A09D; }

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

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

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

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

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

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

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

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