#DCA6A0

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

Shades of Eunry #DCA6A0

Tints of Eunry #DCA6A0

Color information

#DCA6A0 (or 0xDCA6A0) is unknown color: approx Eunry. HEX triplet: DC, A6 and A0. RGB value is (220,166,160). Sum of RGB (Red+Green+Blue) = 220+166+160=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA6A0 is #23595F. Grayscale: #B5B5B5. Windows color (decimal): -2316640 or 10528476. OLE color: 10528476.

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

Color convert

RGB220166160-
CMYK00.250.270.14
HSL46.15%74.51%-
HSV(B)27.27%86.27%-
XYZ49.545.0339.34-
YUV181.46115.89155.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.29%
GREEN value IS 166 (65.23% from 255) = 30.40%
BLUE value IS 160 (62.89% from 255) = 29.30%
R=40.29%
G=30.40%
B=29.30%

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
Decimal22016616000.250.270.14646.1574.51
HexDCA6A00191BE62e4b
Octal3342462400313316656113
Binary1101110010100110101000000110011101111101101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6A0; }

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

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

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

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

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

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

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

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