Color Hex Logo

#dc931d Color Hex

#DC931D
(220,147,29)
0 Favorites   0 Comments

Color spaces of #dc931d

RGB 22014729
HSL0.100.770.49
HSV37°87°86°
CMYK 0.000.330.87   0.14
XYZ40.170736.17186.0270
Yxy36.17180.48770.4391
Hunter Lab60.143013.973436.1586
CIE-Lab66.651018.972466.2803

#dc931d color RGB value is (220,147,29).

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

The process color (four color CMYK) of #dc931d color hex is 0.00, 0.33, 0.87, 0.14. Web safe color of #dc931d is #cc9933. Color #dc931d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010011 00011101
Octal 334 223 35
Decimal 220 147 29
Hex DC 93 1D

RGB Percentages of Color #dc931d

%55.56
%37.12
%7.32

CMYK Percentages of Color #dc931d

%0
%33
%87
%14

Triadic Colors of #dc931d

#dc931d #1ddc93 #931ddc

Analogous Colors of #dc931d

#dc931d #c6dc1d #dc341d

Monochromatic Colors of #dc931d

#dc931d

Complementary Color

#dc931d #1d66dc

#dc931d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc931d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc931d Color CSS Codes

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

#dc931d Text Font Color

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

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


#dc931d Background Color

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

This div background color is #dc931d


#dc931d Border Color

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

This div border color is #dc931d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc931d


Comments

No comments written yet.

Please login to write comment.