Color Hex Logo

#dc960e Color Hex

#DC960E
(220,150,14)
0 Favorites   0 Comments

Color spaces of #dc960e

RGB 22015014
HSL0.110.880.46
HSV40°94°86°
CMYK 0.000.320.94   0.14
XYZ40.500837.06005.4341
Yxy37.06000.48800.4465
Hunter Lab60.876912.219637.3214
CIE-Lab67.322017.105070.0234

#dc960e color RGB value is (220,150,14).

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

The process color (four color CMYK) of #dc960e color hex is 0.00, 0.32, 0.94, 0.14. Web safe color of #dc960e is #cc9900. Color #dc960e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010110 00001110
Octal 334 226 16
Decimal 220 150 14
Hex DC 96 E

RGB Percentages of Color #dc960e

%57.29
%39.06
%3.65

CMYK Percentages of Color #dc960e

%0
%32
%94
%14

Triadic Colors of #dc960e

#dc960e #0edc96 #960edc

Analogous Colors of #dc960e

#dc960e #bbdc0e #dc2f0e

Monochromatic Colors of #dc960e

#dc960e

Complementary Color

#dc960e #0e54dc

#dc960e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc960e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc960e Color CSS Codes

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

#dc960e Text Font Color

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

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


#dc960e Background Color

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

This div background color is #dc960e


#dc960e Border Color

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

This div border color is #dc960e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc960e


Comments

No comments written yet.

Please login to write comment.