#DCA4A3

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

Shades of Eunry #DCA4A3

Tints of Eunry #DCA4A3

Color information

#DCA4A3 (or 0xDCA4A3) is unknown color: approx Eunry. HEX triplet: DC, A4 and A3. RGB value is (220,164,163). Sum of RGB (Red+Green+Blue) = 220+164+163=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 164 (64.45% from 255 or 29.98% from 547); Blue value is 163 (64.06% from 255 or 29.80% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA4A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA4A3 is #235B5C. Grayscale: #B4B4B4. Windows color (decimal): -2317149 or 10724572. OLE color: 10724572.

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

Color convert

RGB220164163-
CMYK00.250.260.14
HSL1.05º44.88%75.1%-
HSV(B)1.05º25.91%86.27%-
XYZ49.444.4140.62-
YUV180.63118.05156.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.22%
GREEN value IS 164 (64.45% from 255) = 29.98%
BLUE value IS 163 (64.06% from 255) = 29.80%
R=40.22%
G=29.98%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016416300.250.260.141.0544.8875.1
HexDCA4A30191AE12d4b
Octal3342442430313216155113
Binary11011100101001001010001101100111010111011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA4A3; }

 p { color: rgb(220,164,163); }

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

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

 a { background-color: rgb(220,164,163); }

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

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

 span { border-color: rgb(220,164,163); }

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