Color Hex Logo

#dc672a Color Hex

#DC672A
(220,103,42)
0 Favorites   0 Comments

Color spaces of #dc672a

RGB 22010342
HSL0.060.720.51
HSV21°81°86°
CMYK 0.000.530.81   0.14
XYZ34.783425.08335.1988
Yxy25.08330.53460.3855
Hunter Lab50.083236.324728.9038
CIE-Lab57.156542.311853.5752

#dc672a color RGB value is (220,103,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100111 00101010
Octal 334 147 52
Decimal 220 103 42
Hex DC 67 2A

RGB Percentages of Color #dc672a

%60.27
%28.22
%11.51

CMYK Percentages of Color #dc672a

%0
%53
%81
%14

Triadic Colors of #dc672a

#dc672a #2adc67 #672adc

Analogous Colors of #dc672a

#dc672a #dcc02a #dc2a46

Monochromatic Colors of #dc672a

#dc672a

Complementary Color

#dc672a #2a9fdc

#dc672a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc672a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc672a Color CSS Codes

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

#dc672a Text Font Color

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

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


#dc672a Background Color

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

This div background color is #dc672a


#dc672a Border Color

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

This div border color is #dc672a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc672a


Comments

No comments written yet.

Please login to write comment.