#D9A49F

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

Shades of Eunry #D9A49F

Tints of Eunry #D9A49F

Color information

#D9A49F (or 0xD9A49F) is unknown color: approx Eunry. HEX triplet: D9, A4 and 9F. RGB value is (217,164,159). Sum of RGB (Red+Green+Blue) = 217+164+159=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A49F is #265B60. Grayscale: #B3B3B3. Windows color (decimal): -2513761 or 10462425. OLE color: 10462425.

HSL color Cylindrical-coordinate representation of color #D9A49F: hue angle of 5.17º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9A49F is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB217164159-
CMYK00.240.270.15
HSL5.17º43.28%73.73%-
HSV(B)5.17º26.73%85.1%-
XYZ48.1543.8138.72-
YUV179.28116.56154.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.19%
GREEN value IS 164 (64.45% from 255) = 30.37%
BLUE value IS 159 (62.5% from 255) = 29.44%
R=40.19%
G=30.37%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716415900.240.270.155.1743.2873.73
HexD9A49F0181BF52b4a
Octal3312442370303317553112
Binary1101100110100100100111110110001101111111011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A49F; }

 p { color: rgb(217,164,159); }

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

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

 a { background-color: rgb(217,164,159); }

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

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

 span { border-color: rgb(217,164,159); }

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