Color Hex Logo

#dc961d Color Hex

#DC961D
(220,150,29)
0 Favorites   0 Comments

Color spaces of #dc961d

RGB 22015029
HSL0.110.770.49
HSV38°87°86°
CMYK 0.000.320.87   0.14
XYZ40.643337.11706.1846
Yxy37.11700.48420.4422
Hunter Lab60.923712.464036.6279
CIE-Lab67.364717.361766.8522

#dc961d color RGB value is (220,150,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010110 00011101
Octal 334 226 35
Decimal 220 150 29
Hex DC 96 1D

RGB Percentages of Color #dc961d

%55.14
%37.59
%7.27

CMYK Percentages of Color #dc961d

%0
%32
%87
%14

Triadic Colors of #dc961d

#dc961d #1ddc96 #961ddc

Analogous Colors of #dc961d

#dc961d #c3dc1d #dc371d

Monochromatic Colors of #dc961d

#dc961d

Complementary Color

#dc961d #1d63dc

#dc961d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc961d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc961d Color CSS Codes

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

#dc961d Text Font Color

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

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


#dc961d Background Color

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

This div background color is #dc961d


#dc961d Border Color

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

This div border color is #dc961d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc961d


Comments

No comments written yet.

Please login to write comment.