#D1A59D

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

Shades of Eunry #D1A59D

Tints of Eunry #D1A59D

Color information

#D1A59D (or 0xD1A59D) is unknown color: approx Eunry. HEX triplet: D1, A5 and 9D. RGB value is (209,165,157). Sum of RGB (Red+Green+Blue) = 209+165+157=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A59D is #2E5A62. Grayscale: #B1B1B1. Windows color (decimal): -3037795 or 10331601. OLE color: 10331601.

HSL color Cylindrical-coordinate representation of color #D1A59D: hue angle of 9.23º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1A59D is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB209165157-
CMYK00.210.250.18
HSL9.23º36.11%71.76%-
HSV(B)9.23º24.88%81.96%-
XYZ45.8442.937.76-
YUV177.24116.58150.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.36%
GREEN value IS 165 (64.84% from 255) = 31.07%
BLUE value IS 157 (61.72% from 255) = 29.57%
R=39.36%
G=31.07%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916515700.210.250.189.2336.1171.76
HexD1A59D015191292448
Octal32124523502531221144110
Binary110100011010010110011101010101110011001010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A59D; }

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

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

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

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

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

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

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

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