Color Hex Logo

#dc6742 Color Hex

#DC6742
(220,103,66)
0 Favorites   0 Comments

Color spaces of #dc6742

RGB 22010366
HSL0.040.690.56
HSV14°70°86°
CMYK 0.000.530.70   0.14
XYZ35.348825.30958.1764
Yxy25.30950.51350.3677
Hunter Lab50.308537.381325.5799
CIE-Lab57.375743.294142.1316

#dc6742 color RGB value is (220,103,66).

#dc6742 hex color red value is 220, green value is 103 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #dc6742 hue: 0.04 , saturation: 0.69 and the lightness value of dc6742 is 0.56.

The process color (four color CMYK) of #dc6742 color hex is 0.00, 0.53, 0.70, 0.14. Web safe color of #dc6742 is #cc6633. Color #dc6742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100111 01000010
Octal 334 147 102
Decimal 220 103 66
Hex DC 67 42

RGB Percentages of Color #dc6742

%56.56
%26.48
%16.97

CMYK Percentages of Color #dc6742

%0
%53
%70
%14

Triadic Colors of #dc6742

#dc6742 #42dc67 #6742dc

Analogous Colors of #dc6742

#dc6742 #dcb442 #dc426a

Monochromatic Colors of #dc6742

#dc6742

Complementary Color

#dc6742 #42b7dc

#dc6742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6742 Color CSS Codes

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

#dc6742 Text Font Color

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

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


#dc6742 Background Color

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

This div background color is #dc6742


#dc6742 Border Color

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

This div border color is #dc6742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6742


Comments

No comments written yet.

Please login to write comment.