#D5A69D

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

Shades of Eunry #D5A69D

Tints of Eunry #D5A69D

Color information

#D5A69D (or 0xD5A69D) is unknown color: approx Eunry. HEX triplet: D5, A6 and 9D. RGB value is (213,166,157). Sum of RGB (Red+Green+Blue) = 213+166+157=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A69D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A69D is #2A5962. Grayscale: #B3B3B3. Windows color (decimal): -2775395 or 10331861. OLE color: 10331861.

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

Color convert

RGB213166157-
CMYK00.220.260.16
HSL9.64º40%72.55%-
HSV(B)9.64º26.29%83.53%-
XYZ47.1643.8537.88-
YUV179.03115.57152.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 166 (65.23% from 255) = 30.97%
BLUE value IS 157 (61.72% from 255) = 29.29%
R=39.74%
G=30.97%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316615700.220.260.169.644072.55
HexD5A69D0161A10a2849
Octal32524623502632201250111
Binary110101011010011010011101010110110101000010101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A69D; }

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

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

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

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

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

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

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

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