Color Hex Logo

#dc961b Color Hex

#DC961B
(220,150,27)
0 Favorites   0 Comments

Color spaces of #dc961b

RGB 22015027
HSL0.110.780.48
HSV38°88°86°
CMYK 0.000.320.88   0.14
XYZ40.619437.10756.0585
Yxy37.10750.48480.4429
Hunter Lab60.915912.422936.7444
CIE-Lab67.357617.318567.3660

#dc961b color RGB value is (220,150,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010110 00011011
Octal 334 226 33
Decimal 220 150 27
Hex DC 96 1B

RGB Percentages of Color #dc961b

%55.42
%37.78
%6.80

CMYK Percentages of Color #dc961b

%0
%32
%88
%14

Triadic Colors of #dc961b

#dc961b #1bdc96 #961bdc

Analogous Colors of #dc961b

#dc961b #c2dc1b #dc361b

Monochromatic Colors of #dc961b

#dc961b

Complementary Color

#dc961b #1b61dc

#dc961b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc961b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc961b Color CSS Codes

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

#dc961b Text Font Color

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

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


#dc961b Background Color

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

This div background color is #dc961b


#dc961b Border Color

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

This div border color is #dc961b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc961b


Comments

No comments written yet.

Please login to write comment.