color codes Logo

#dc493c color codes

#DC493C
(220,73,60)
0 Favorites   0 Comments

Color spaces of #dc493c

RGB 2207360
HSL0.010.700.55
HSV73°86°
CMYK 0.000.670.73   0.14
XYZ32.713420.30706.4704
Yxy20.30700.54990.3413
Hunter Lab45.063350.720223.0312
CIE-Lab52.182656.511039.5096

#dc493c color RGB value is (220,73,60).

#dc493c hex color red value is 220, green value is 73 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #dc493c hue: 0.01 , saturation: 0.70 and the lightness value of dc493c is 0.55.

The process color (four color CMYK) of #dc493c color code is 0.00, 0.67, 0.73, 0.14. Web safe color of #dc493c is #cc3333. Color #dc493c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001001 00111100
Octal 334 111 74
Decimal 220 73 60
Hex DC 49 3C

RGB Percentages of Color #dc493c

%62.32
%20.68
%17.00

CMYK Percentages of Color #dc493c

%0
%67
%73
%14

Triadic Colors of #dc493c

#dc493c #3cdc49 #493cdc

Analogous Colors of #dc493c

#dc493c #dc993c #dc3c7f

Monochromatic Colors of #dc493c

#dc493c

Complementary Color

#dc493c #3ccfdc

#dc493c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc493c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc493c Color CSS Codes

.mybgcolor {background-color:#dc493c; } 
.myforecolor {color:#dc493c; }
.mybordercolor {border:3px solid #dc493c; }

#dc493c Text Font Color

<p style="color:#dc493c">Text here</p>

This sample text font color is #dc493c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dc493c Background Color

<div style="background-color:#dc493c">
Div content here</div>

This div background color is #dc493c


#dc493c Border Color

<div style="border:3px solid #dc493c">
Div here</div>

This div border color is #dc493c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,73,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dc493c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dc493c;
  -webkit-box-shadow: 1px 1px 3px 2px #dc493c;
  box-shadow:         1px 1px 3px 2px #dc493c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,73,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dc493c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dc493c;
  -webkit-box-shadow: 1px 1px 3px 2px #dc493c;
  box-shadow:         1px 1px 3px 2px #dc493c;">
Div content here</div>

This div box has shadow with color #dc493c


Comments

No comments written yet.

Please login to write comment.