#D7A49F

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

Shades of Eunry #D7A49F

Tints of Eunry #D7A49F

Color information

#D7A49F (or 0xD7A49F) is unknown color: approx Eunry. HEX triplet: D7, A4 and 9F. RGB value is (215,164,159). Sum of RGB (Red+Green+Blue) = 215+164+159=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A49F is #285B60. Grayscale: #B2B2B2. Windows color (decimal): -2644833 or 10462423. OLE color: 10462423.

HSL color Cylindrical-coordinate representation of color #D7A49F: hue angle of 5.36º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7A49F is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB215164159-
CMYK00.240.260.16
HSL5.36º41.18%73.33%-
HSV(B)5.36º26.05%84.31%-
XYZ47.5643.538.69-
YUV178.68116.9153.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.96%
GREEN value IS 164 (64.45% from 255) = 30.48%
BLUE value IS 159 (62.5% from 255) = 29.55%
R=39.96%
G=30.48%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516415900.240.260.165.3641.1873.33
HexD7A49F0181A1052949
Octal3272442370303220551111
Binary11010111101001001001111101100011010100001011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A49F; }

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

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

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

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

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

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

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

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