#D1AA9D

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

Shades of Eunry #D1AA9D

Tints of Eunry #D1AA9D

Color information

#D1AA9D (or 0xD1AA9D) is unknown color: approx Eunry. HEX triplet: D1, AA and 9D. RGB value is (209,170,157). Sum of RGB (Red+Green+Blue) = 209+170+157=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AA9D is #2E5562. Grayscale: #B4B4B4. Windows color (decimal): -3036515 or 10332881. OLE color: 10332881.

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

Color convert

RGB209170157-
CMYK00.190.250.18
HSL15º36.11%71.76%-
HSV(B)15º24.88%81.96%-
XYZ46.7644.7438.07-
YUV180.18114.92148.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.99%
GREEN value IS 170 (66.80% from 255) = 31.72%
BLUE value IS 157 (61.72% from 255) = 29.29%
R=38.99%
G=31.72%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917015700.190.250.181536.1171.76
HexD1AA9D0131912f2448
Octal32125223502331221744110
Binary110100011010101010011101010011110011001011111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AA9D; }

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

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

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

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

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

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

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

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