#DCA6A1

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

Shades of Eunry #DCA6A1

Tints of Eunry #DCA6A1

Color information

#DCA6A1 (or 0xDCA6A1) is unknown color: approx Eunry. HEX triplet: DC, A6 and A1. RGB value is (220,166,161). Sum of RGB (Red+Green+Blue) = 220+166+161=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA6A1 is #23595E. Grayscale: #B5B5B5. Windows color (decimal): -2316639 or 10594012. OLE color: 10594012.

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

Color convert

RGB220166161-
CMYK00.250.270.14
HSL5.08º45.74%74.71%-
HSV(B)5.08º26.82%86.27%-
XYZ49.5845.0639.8-
YUV181.58116.39155.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.22%
GREEN value IS 166 (65.23% from 255) = 30.35%
BLUE value IS 161 (63.28% from 255) = 29.43%
R=40.22%
G=30.35%
B=29.43%

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
Decimal22016616100.250.270.145.0845.7474.71
HexDCA6A10191BE52e4b
Octal3342462410313316556113
Binary1101110010100110101000010110011101111101011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6A1; }

 p { color: rgb(220,166,161); }

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

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

 a { background-color: rgb(220,166,161); }

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

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

 span { border-color: rgb(220,166,161); }

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