#D5A09E

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

Shades of Eunry #D5A09E

Tints of Eunry #D5A09E

Color information

#D5A09E (or 0xD5A09E) is unknown color: approx Eunry. HEX triplet: D5, A0 and 9E. RGB value is (213,160,158). Sum of RGB (Red+Green+Blue) = 213+160+158=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A09E is #2A5F61. Grayscale: #AFAFAF. Windows color (decimal): -2776930 or 10395861. OLE color: 10395861.

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

Color convert

RGB213160158-
CMYK00.250.260.16
HSL2.18º39.57%72.75%-
HSV(B)2.18º25.82%83.53%-
XYZ46.1841.7637.97-
YUV175.62118.06154.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.11%
GREEN value IS 160 (62.89% from 255) = 30.13%
BLUE value IS 158 (62.11% from 255) = 29.76%
R=40.11%
G=30.13%
B=29.76%

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
Decimal21316015800.250.260.162.1839.5772.75
HexD5A09E0191A1022849
Octal3252402360313220250111
Binary1101010110100000100111100110011101010000101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A09E; }

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

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

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

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

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

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

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

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