color codes Logo

#df961c color codes

#DF961C
(223,150,28)
0 Favorites   0 Comments

Color spaces of #df961c

RGB 22315028
HSL0.100.780.49
HSV38°87°87°
CMYK 0.000.330.87   0.13
XYZ41.547437.58456.1634
Yxy37.58450.48710.4406
Hunter Lab61.306213.684236.9536
CIE-Lab67.713318.632167.5411

#df961c color RGB value is (223,150,28).

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

The process color (four color CMYK) of #df961c color code is 0.00, 0.33, 0.87, 0.13. Web safe color of #df961c is #cc9933. Color #df961c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010110 00011100
Octal 337 226 34
Decimal 223 150 28
Hex DF 96 1C

RGB Percentages of Color #df961c

%55.61
%37.41
%6.98

CMYK Percentages of Color #df961c

%0
%33
%87
%13

Triadic Colors of #df961c

#df961c #1cdf96 #961cdf

Analogous Colors of #df961c

#df961c #c7df1c #df351c

Monochromatic Colors of #df961c

#df961c

Complementary Color

#df961c #1c65df

#df961c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df961c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df961c Color CSS Codes

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

#df961c Text Font Color

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

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


#df961c Background Color

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

This div background color is #df961c


#df961c Border Color

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

This div border color is #df961c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df961c


Comments

No comments written yet.

Please login to write comment.