#D9A39F

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

Shades of Eunry #D9A39F

Tints of Eunry #D9A39F

Color information

#D9A39F (or 0xD9A39F) is unknown color: approx Eunry. HEX triplet: D9, A3 and 9F. RGB value is (217,163,159). Sum of RGB (Red+Green+Blue) = 217+163+159=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A39F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A39F is #265C60. Grayscale: #B2B2B2. Windows color (decimal): -2514017 or 10462169. OLE color: 10462169.

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

Color convert

RGB217163159-
CMYK00.250.270.15
HSL4.14º43.28%73.73%-
HSV(B)4.14º26.73%85.1%-
XYZ47.9743.4538.66-
YUV178.69116.89155.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.26%
GREEN value IS 163 (64.06% from 255) = 30.24%
BLUE value IS 159 (62.5% from 255) = 29.50%
R=40.26%
G=30.24%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716315900.250.270.154.1443.2873.73
HexD9A39F0191BF42b4a
Octal3312432370313317453112
Binary1101100110100011100111110110011101111111001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A39F; }

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

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

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

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

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

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

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

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