Color Hex Logo

#dc681d Color Hex

#DC681D
(220,104,29)
0 Favorites   0 Comments

Color spaces of #dc681d

RGB 22010429
HSL0.070.770.49
HSV24°87°86°
CMYK 0.000.530.87   0.14
XYZ34.687325.20504.1992
Yxy25.20500.54120.3933
Hunter Lab50.204635.471030.1841
CIE-Lab57.274641.472958.7637

#dc681d color RGB value is (220,104,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101000 00011101
Octal 334 150 35
Decimal 220 104 29
Hex DC 68 1D

RGB Percentages of Color #dc681d

%62.32
%29.46
%8.22

CMYK Percentages of Color #dc681d

%0
%53
%87
%14

Triadic Colors of #dc681d

#dc681d #1ddc68 #681ddc

Analogous Colors of #dc681d

#dc681d #dcc81d #dc1d32

Monochromatic Colors of #dc681d

#dc681d

Complementary Color

#dc681d #1d91dc

#dc681d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc681d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc681d Color CSS Codes

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

#dc681d Text Font Color

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

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


#dc681d Background Color

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

This div background color is #dc681d


#dc681d Border Color

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

This div border color is #dc681d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,104,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 #dc681d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc681d


Comments

No comments written yet.

Please login to write comment.