Color Hex Logo

#dc942d Color Hex

#DC942D
(220,148,45)
0 Favorites   0 Comments

Color spaces of #dc942d

RGB 22014845
HSL0.100.710.52
HSV35°80°86°
CMYK 0.000.330.80   0.14
XYZ40.578836.58497.4055
Yxy36.58490.47980.4326
Hunter Lab60.485513.903535.0807
CIE-Lab66.964418.887761.4037

#dc942d color RGB value is (220,148,45).

#dc942d hex color red value is 220, green value is 148 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #dc942d hue: 0.10 , saturation: 0.71 and the lightness value of dc942d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010100 00101101
Octal 334 224 55
Decimal 220 148 45
Hex DC 94 2D

RGB Percentages of Color #dc942d

%53.27
%35.84
%10.90

CMYK Percentages of Color #dc942d

%0
%33
%80
%14

Triadic Colors of #dc942d

#dc942d #2ddc94 #942ddc

Analogous Colors of #dc942d

#dc942d #cddc2d #dc3c2d

Monochromatic Colors of #dc942d

#dc942d

Complementary Color

#dc942d #2d75dc

#dc942d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc942d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc942d Color CSS Codes

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

#dc942d Text Font Color

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

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


#dc942d Background Color

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

This div background color is #dc942d


#dc942d Border Color

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

This div border color is #dc942d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc942d


Comments

No comments written yet.

Please login to write comment.