Color Hex Logo

#dc961f Color Hex

#DC961F
(220,150,31)
0 Favorites   0 Comments

Color spaces of #dc961f

RGB 22015031
HSL0.100.750.49
HSV38°86°86°
CMYK 0.000.320.86   0.14
XYZ40.668937.12736.3191
Yxy37.12730.48350.4414
Hunter Lab60.932212.507736.5037
CIE-Lab67.372417.407666.3122

#dc961f color RGB value is (220,150,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010110 00011111
Octal 334 226 37
Decimal 220 150 31
Hex DC 96 1F

RGB Percentages of Color #dc961f

%54.86
%37.41
%7.73

CMYK Percentages of Color #dc961f

%0
%32
%86
%14

Triadic Colors of #dc961f

#dc961f #1fdc96 #961fdc

Analogous Colors of #dc961f

#dc961f #c4dc1f #dc371f

Monochromatic Colors of #dc961f

#dc961f

Complementary Color

#dc961f #1f65dc

#dc961f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc961f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc961f Color CSS Codes

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

#dc961f Text Font Color

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

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


#dc961f Background Color

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

This div background color is #dc961f


#dc961f Border Color

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

This div border color is #dc961f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc961f


Comments

No comments written yet.

Please login to write comment.