#D5A59D

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

Shades of Eunry #D5A59D

Tints of Eunry #D5A59D

Color information

#D5A59D (or 0xD5A59D) is unknown color: approx Eunry. HEX triplet: D5, A5 and 9D. RGB value is (213,165,157). Sum of RGB (Red+Green+Blue) = 213+165+157=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A59D is #2A5A62. Grayscale: #B2B2B2. Windows color (decimal): -2775651 or 10331605. OLE color: 10331605.

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

Color convert

RGB213165157-
CMYK00.230.260.16
HSL8.57º40%72.55%-
HSV(B)8.57º26.29%83.53%-
XYZ46.9843.4937.82-
YUV178.44115.9152.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.81%
GREEN value IS 165 (64.84% from 255) = 30.84%
BLUE value IS 157 (61.72% from 255) = 29.35%
R=39.81%
G=30.84%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316515700.230.260.168.574072.55
HexD5A59D0171A1092849
Octal32524523502732201150111
Binary110101011010010110011101010111110101000010011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A59D; }

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

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

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

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

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

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

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

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