Color Hex Logo

#dc651e Color Hex

#DC651E
(220,101,30)
0 Favorites   0 Comments

Color spaces of #dc651e

RGB 22010130
HSL0.060.760.49
HSV22°86°86°
CMYK 0.000.540.86   0.14
XYZ34.403224.61674.1666
Yxy24.61670.54450.3896
Hunter Lab49.615236.945329.7516
CIE-Lab56.700042.971457.9484

#dc651e color RGB value is (220,101,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100101 00011110
Octal 334 145 36
Decimal 220 101 30
Hex DC 65 1E

RGB Percentages of Color #dc651e

%62.68
%28.77
%8.55

CMYK Percentages of Color #dc651e

%0
%54
%86
%14

Triadic Colors of #dc651e

#dc651e #1edc65 #651edc

Analogous Colors of #dc651e

#dc651e #dcc41e #dc1e36

Monochromatic Colors of #dc651e

#dc651e

Complementary Color

#dc651e #1e95dc

#dc651e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc651e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc651e Color CSS Codes

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

#dc651e Text Font Color

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

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


#dc651e Background Color

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

This div background color is #dc651e


#dc651e Border Color

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

This div border color is #dc651e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc651e


Comments

No comments written yet.

Please login to write comment.