Color Hex Logo

#dc921e Color Hex

#DC921E
(220,146,30)
0 Favorites   0 Comments

Color spaces of #dc921e

RGB 22014630
HSL0.100.760.49
HSV37°86°86°
CMYK 0.000.340.86   0.14
XYZ40.028435.86726.0416
Yxy35.86720.48850.4377
Hunter Lab59.889214.498635.9413
CIE-Lab66.418319.531665.8177

#dc921e color RGB value is (220,146,30).

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

The process color (four color CMYK) of #dc921e color hex is 0.00, 0.34, 0.86, 0.14. Web safe color of #dc921e is #cc9933. Color #dc921e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010010 00011110
Octal 334 222 36
Decimal 220 146 30
Hex DC 92 1E

RGB Percentages of Color #dc921e

%55.56
%36.87
%7.58

CMYK Percentages of Color #dc921e

%0
%34
%86
%14

Triadic Colors of #dc921e

#dc921e #1edc92 #921edc

Analogous Colors of #dc921e

#dc921e #c7dc1e #dc331e

Monochromatic Colors of #dc921e

#dc921e

Complementary Color

#dc921e #1e68dc

#dc921e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc921e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc921e Color CSS Codes

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

#dc921e Text Font Color

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

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


#dc921e Background Color

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

This div background color is #dc921e


#dc921e Border Color

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

This div border color is #dc921e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc921e

#dc921e Color Palettes


Comments

No comments written yet.

Please login to write comment.