Color Hex Logo

#dc671d Color Hex

#DC671D
(220,103,29)
0 Favorites   0 Comments

Color spaces of #dc671d

RGB 22010329
HSL0.060.770.49
HSV23°87°86°
CMYK 0.000.530.87   0.14
XYZ34.587225.00484.1659
Yxy25.00480.54250.3922
Hunter Lab50.004835.956130.0639
CIE-Lab57.080141.967358.6075

#dc671d color RGB value is (220,103,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100111 00011101
Octal 334 147 35
Decimal 220 103 29
Hex DC 67 1D

RGB Percentages of Color #dc671d

%62.50
%29.26
%8.24

CMYK Percentages of Color #dc671d

%0
%53
%87
%14

Triadic Colors of #dc671d

#dc671d #1ddc67 #671ddc

Analogous Colors of #dc671d

#dc671d #dcc71d #dc1d33

Monochromatic Colors of #dc671d

#dc671d

Complementary Color

#dc671d #1d92dc

#dc671d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc671d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc671d Color CSS Codes

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

#dc671d Text Font Color

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

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


#dc671d Background Color

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

This div background color is #dc671d


#dc671d Border Color

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

This div border color is #dc671d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc671d


Comments

No comments written yet.

Please login to write comment.