#D7A19F

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

Shades of Eunry #D7A19F

Tints of Eunry #D7A19F

Color information

#D7A19F (or 0xD7A19F) is unknown color: approx Eunry. HEX triplet: D7, A1 and 9F. RGB value is (215,161,159). Sum of RGB (Red+Green+Blue) = 215+161+159=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A19F is #285E60. Grayscale: #B0B0B0. Windows color (decimal): -2645601 or 10461655. OLE color: 10461655.

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

Color convert

RGB215161159-
CMYK00.250.260.16
HSL2.14º41.18%73.33%-
HSV(B)2.14º26.05%84.31%-
XYZ47.0342.4438.51-
YUV176.92117.89155.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.19%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 159 (62.5% from 255) = 29.72%
R=40.19%
G=30.09%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516115900.250.260.162.1441.1873.33
HexD7A19F0191A1022949
Octal3272412370313220251111
Binary1101011110100001100111110110011101010000101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A19F; }

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

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

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

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

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

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

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

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