#D7A29C

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

Shades of Eunry #D7A29C

Tints of Eunry #D7A29C

Color information

#D7A29C (or 0xD7A29C) is unknown color: approx Eunry. HEX triplet: D7, A2 and 9C. RGB value is (215,162,156). Sum of RGB (Red+Green+Blue) = 215+162+156=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 156 (61.33% from 255 or 29.27% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A29C is #285D63. Grayscale: #B1B1B1. Windows color (decimal): -2645348 or 10265303. OLE color: 10265303.

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

Color convert

RGB215162156-
CMYK00.250.270.16
HSL6.1º42.45%72.75%-
HSV(B)6.1º27.44%84.31%-
XYZ46.9542.6937.22-
YUV177.16116.06154.99-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.34%
GREEN value IS 162 (63.67% from 255) = 30.39%
BLUE value IS 156 (61.33% from 255) = 29.27%
R=40.34%
G=30.39%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516215600.250.270.166.142.4572.75
HexD7A29C0191B1062a49
Octal3272422340313320652111
Binary11010111101000101001110001100111011100001101010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A29C; }

 p { color: rgb(215,162,156); }

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

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

 a { background-color: rgb(215,162,156); }

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

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

 span { border-color: rgb(215,162,156); }

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