#DCA5A0

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

Shades of Eunry #DCA5A0

Tints of Eunry #DCA5A0

Color information

#DCA5A0 (or 0xDCA5A0) is unknown color: approx Eunry. HEX triplet: DC, A5 and A0. RGB value is (220,165,160). Sum of RGB (Red+Green+Blue) = 220+165+160=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA5A0 is #235A5F. Grayscale: #B4B4B4. Windows color (decimal): -2316896 or 10528220. OLE color: 10528220.

HSL color Cylindrical-coordinate representation of color #DCA5A0: hue angle of 5º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA5A0 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB220165160-
CMYK00.250.270.14
HSL46.15%74.51%-
HSV(B)27.27%86.27%-
XYZ49.3244.6639.28-
YUV180.88116.22155.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 165 (64.84% from 255) = 30.28%
BLUE value IS 160 (62.89% from 255) = 29.36%
R=40.37%
G=30.28%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016516000.250.270.14546.1574.51
HexDCA5A00191BE52e4b
Octal3342452400313316556113
Binary1101110010100101101000000110011101111101011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA5A0; }

 p { color: rgb(220,165,160); }

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

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

 a { background-color: rgb(220,165,160); }

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

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

 span { border-color: rgb(220,165,160); }

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