#D6A79F

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

Shades of Eunry #D6A79F

Tints of Eunry #D6A79F

Color information

#D6A79F (or 0xD6A79F) is unknown color: approx Eunry. HEX triplet: D6, A7 and 9F. RGB value is (214,167,159). Sum of RGB (Red+Green+Blue) = 214+167+159=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A79F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A79F is #295860. Grayscale: #B4B4B4. Windows color (decimal): -2709601 or 10463190. OLE color: 10463190.

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

Color convert

RGB214167159-
CMYK00.220.260.16
HSL8.73º40.15%73.14%-
HSV(B)8.73º25.7%83.92%-
XYZ47.8144.4438.86-
YUV180.14116.07152.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.63%
GREEN value IS 167 (65.62% from 255) = 30.93%
BLUE value IS 159 (62.5% from 255) = 29.44%
R=39.63%
G=30.93%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416715900.220.260.168.7340.1573.14
HexD6A79F0161A1092849
Octal32624723702632201150111
Binary110101101010011110011111010110110101000010011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A79F; }

 p { color: rgb(214,167,159); }

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

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

 a { background-color: rgb(214,167,159); }

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

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

 span { border-color: rgb(214,167,159); }

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