#D9A19E

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

Shades of Eunry #D9A19E

Tints of Eunry #D9A19E

Color information

#D9A19E (or 0xD9A19E) is unknown color: approx Eunry. HEX triplet: D9, A1 and 9E. RGB value is (217,161,158). Sum of RGB (Red+Green+Blue) = 217+161+158=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A19E is #265E61. Grayscale: #B1B1B1. Windows color (decimal): -2514530 or 10396121. OLE color: 10396121.

HSL color Cylindrical-coordinate representation of color #D9A19E: hue angle of 3.05º degrees, saturation: 0.44, 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 #D9A19E is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB217161158-
CMYK00.260.270.15
HSL3.05º43.7%73.53%-
HSV(B)3.05º27.19%85.1%-
XYZ47.5342.7138.09-
YUV177.4117.05156.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.49%
GREEN value IS 161 (63.28% from 255) = 30.04%
BLUE value IS 158 (62.11% from 255) = 29.48%
R=40.49%
G=30.04%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716115800.260.270.153.0543.773.53
HexD9A19E01A1BF32c4a
Octal3312412360323317354112
Binary110110011010000110011110011010110111111111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A19E; }

 p { color: rgb(217,161,158); }

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

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

 a { background-color: rgb(217,161,158); }

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

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

 span { border-color: rgb(217,161,158); }

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