Color Hex Logo

#dc664c Color Hex

#DC664C
(220,102,76)
0 Favorites   0 Comments

Color spaces of #dc664c

RGB 22010276
HSL0.030.670.58
HSV11°65°86°
CMYK 0.000.540.65   0.14
XYZ35.571125.24029.8345
Yxy25.24020.50350.3573
Hunter Lab50.239638.463823.5616
CIE-Lab57.308744.335236.6596

#dc664c color RGB value is (220,102,76).

#dc664c hex color red value is 220, green value is 102 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #dc664c hue: 0.03 , saturation: 0.67 and the lightness value of dc664c is 0.58.

The process color (four color CMYK) of #dc664c color hex is 0.00, 0.54, 0.65, 0.14. Web safe color of #dc664c is #cc6633. Color #dc664c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100110 01001100
Octal 334 146 114
Decimal 220 102 76
Hex DC 66 4C

RGB Percentages of Color #dc664c

%55.28
%25.63
%19.10

CMYK Percentages of Color #dc664c

%0
%54
%65
%14

Triadic Colors of #dc664c

#dc664c #4cdc66 #664cdc

Analogous Colors of #dc664c

#dc664c #dcae4c #dc4c7a

Monochromatic Colors of #dc664c

#dc664c

Complementary Color

#dc664c #4cc2dc

#dc664c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc664c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc664c Color CSS Codes

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

#dc664c Text Font Color

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

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


#dc664c Background Color

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

This div background color is #dc664c


#dc664c Border Color

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

This div border color is #dc664c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc664c


Comments

No comments written yet.

Please login to write comment.