color codes Logo

#dc565c color codes

#DC565C
(220,86,92)
0 Favorites   0 Comments

Color spaces of #dc565c

RGB 2208692
HSL0.990.660.60
HSV357°61°86°
CMYK 0.000.610.58   0.14
XYZ34.774822.643912.6631
Yxy22.64390.49620.3231
Hunter Lab47.585647.170117.5321
CIE-Lab54.703652.855024.2788

#dc565c color RGB value is (220,86,92).

#dc565c hex color red value is 220, green value is 86 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #dc565c hue: 0.99 , saturation: 0.66 and the lightness value of dc565c is 0.60.

The process color (four color CMYK) of #dc565c color code is 0.00, 0.61, 0.58, 0.14. Web safe color of #dc565c is #cc6666. Color #dc565c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010110 01011100
Octal 334 126 134
Decimal 220 86 92
Hex DC 56 5C

RGB Percentages of Color #dc565c

%55.28
%21.61
%23.12

CMYK Percentages of Color #dc565c

%0
%61
%58
%14

Triadic Colors of #dc565c

#dc565c #5cdc56 #565cdc

Analogous Colors of #dc565c

#dc565c #dc9356 #dc569f

Monochromatic Colors of #dc565c

#dc565c

Complementary Color

#dc565c #56dcd6

#dc565c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc565c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc565c Color CSS Codes

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

#dc565c Text Font Color

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

This sample text font color is #dc565c
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.


#dc565c Background Color

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

This div background color is #dc565c


#dc565c Border Color

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

This div border color is #dc565c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc565c


Comments

No comments written yet.

Please login to write comment.