Color Hex Logo

#dc671c Color Hex

#DC671C
(220,103,28)
0 Favorites   0 Comments

Color spaces of #dc671c

RGB 22010328
HSL0.070.770.49
HSV23°87°86°
CMYK 0.000.530.87   0.14
XYZ34.575025.00004.1018
Yxy25.00000.54300.3926
Hunter Lab50.000035.932830.1361
CIE-Lab57.075441.945558.9468

#dc671c color RGB value is (220,103,28).

#dc671c hex color red value is 220, green value is 103 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #dc671c hue: 0.07 , saturation: 0.77 and the lightness value of dc671c is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100111 00011100
Octal 334 147 34
Decimal 220 103 28
Hex DC 67 1C

RGB Percentages of Color #dc671c

%62.68
%29.34
%7.98

CMYK Percentages of Color #dc671c

%0
%53
%87
%14

Triadic Colors of #dc671c

#dc671c #1cdc67 #671cdc

Analogous Colors of #dc671c

#dc671c #dcc71c #dc1c31

Monochromatic Colors of #dc671c

#dc671c

Complementary Color

#dc671c #1c91dc

#dc671c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc671c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc671c Color CSS Codes

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

#dc671c Text Font Color

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

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


#dc671c Background Color

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

This div background color is #dc671c


#dc671c Border Color

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

This div border color is #dc671c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc671c


Comments

No comments written yet.

Please login to write comment.