#DCA79F

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

Shades of Eunry #DCA79F

Tints of Eunry #DCA79F

Color information

#DCA79F (or 0xDCA79F) is unknown color: approx Eunry. HEX triplet: DC, A7 and 9F. RGB value is (220,167,159). Sum of RGB (Red+Green+Blue) = 220+167+159=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA79F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA79F is #235860. Grayscale: #B6B6B6. Windows color (decimal): -2316385 or 10463196. OLE color: 10463196.

HSL color Cylindrical-coordinate representation of color #DCA79F: hue angle of 7.87º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCA79F is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB220167159-
CMYK00.240.280.14
HSL7.87º46.56%74.31%-
HSV(B)7.87º27.73%86.27%-
XYZ49.5945.3638.94-
YUV181.94115.06155.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.29%
GREEN value IS 167 (65.62% from 255) = 30.59%
BLUE value IS 159 (62.5% from 255) = 29.12%
R=40.29%
G=30.59%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016715900.240.280.147.8746.5674.31
HexDCA79F0181CE82f4a
Octal33424723703034161057112
Binary11011100101001111001111101100011100111010001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA79F; }

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

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

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

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

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

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

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

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