color codes Logo

#dc565f color codes

#DC565F
(220,86,95)
0 Favorites   0 Comments

Color spaces of #dc565f

RGB 2208695
HSL0.990.660.60
HSV356°61°86°
CMYK 0.000.610.57   0.14
XYZ34.908522.697413.3676
Yxy22.69740.49190.3198
Hunter Lab47.641847.418916.7133
CIE-Lab54.759353.072922.5969

#dc565f color RGB value is (220,86,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010110 01011111
Octal 334 126 137
Decimal 220 86 95
Hex DC 56 5F

RGB Percentages of Color #dc565f

%54.86
%21.45
%23.69

CMYK Percentages of Color #dc565f

%0
%61
%57
%14

Triadic Colors of #dc565f

#dc565f #5fdc56 #565fdc

Analogous Colors of #dc565f

#dc565f #dc9056 #dc56a2

Monochromatic Colors of #dc565f

#dc565f

Complementary Color

#dc565f #56dcd3

#dc565f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc565f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc565f Color CSS Codes

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

#dc565f Text Font Color

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

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


#dc565f Background Color

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

This div background color is #dc565f


#dc565f Border Color

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

This div border color is #dc565f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc565f


Comments

No comments written yet.

Please login to write comment.