Color Hex Logo

#dc961e Color Hex

#DC961E
(220,150,30)
0 Favorites   0 Comments

Color spaces of #dc961e

RGB 22015030
HSL0.110.760.49
HSV38°86°86°
CMYK 0.000.320.86   0.14
XYZ40.655937.12216.2508
Yxy37.12210.48380.4418
Hunter Lab60.927912.485436.5668
CIE-Lab67.368517.384266.5854

#dc961e color RGB value is (220,150,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010110 00011110
Octal 334 226 36
Decimal 220 150 30
Hex DC 96 1E

RGB Percentages of Color #dc961e

%55.00
%37.50
%7.50

CMYK Percentages of Color #dc961e

%0
%32
%86
%14

Triadic Colors of #dc961e

#dc961e #1edc96 #961edc

Analogous Colors of #dc961e

#dc961e #c3dc1e #dc371e

Monochromatic Colors of #dc961e

#dc961e

Complementary Color

#dc961e #1e64dc

#dc961e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc961e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc961e Color CSS Codes

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

#dc961e Text Font Color

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

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


#dc961e Background Color

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

This div background color is #dc961e


#dc961e Border Color

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

This div border color is #dc961e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc961e


Comments

No comments written yet.

Please login to write comment.