Color Hex Logo

#dc942b Color Hex

#DC942B
(220,148,43)
0 Favorites   0 Comments

Color spaces of #dc942b

RGB 22014843
HSL0.100.720.52
HSV36°80°86°
CMYK 0.000.330.80   0.14
XYZ40.541136.56997.2074
Yxy36.56990.48080.4337
Hunter Lab60.473113.838535.2647
CIE-Lab66.953118.820062.1187

#dc942b color RGB value is (220,148,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010100 00101011
Octal 334 224 53
Decimal 220 148 43
Hex DC 94 2B

RGB Percentages of Color #dc942b

%53.53
%36.01
%10.46

CMYK Percentages of Color #dc942b

%0
%33
%80
%14

Triadic Colors of #dc942b

#dc942b #2bdc94 #942bdc

Analogous Colors of #dc942b

#dc942b #ccdc2b #dc3b2b

Monochromatic Colors of #dc942b

#dc942b

Complementary Color

#dc942b #2b73dc

#dc942b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc942b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc942b Color CSS Codes

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

#dc942b Text Font Color

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

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


#dc942b Background Color

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

This div background color is #dc942b


#dc942b Border Color

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

This div border color is #dc942b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc942b


Comments

No comments written yet.

Please login to write comment.