Color Hex Logo

#df660c Color Hex

#DF660C
(223,102,12)
0 Favorites   0 Comments

Color spaces of #df660c

RGB 22310212
HSL0.070.900.46
HSV26°95°87°
CMYK 0.000.540.95   0.13
XYZ35.249225.21733.3574
Yxy25.21730.55230.3951
Hunter Lab50.216837.416831.1878
CIE-Lab57.286543.340663.6402

#df660c color RGB value is (223,102,12).

#df660c hex color red value is 223, green value is 102 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #df660c hue: 0.07 , saturation: 0.90 and the lightness value of df660c is 0.46.

The process color (four color CMYK) of #df660c color hex is 0.00, 0.54, 0.95, 0.13. Web safe color of #df660c is #cc6600. Color #df660c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100110 00001100
Octal 337 146 14
Decimal 223 102 12
Hex DF 66 C

RGB Percentages of Color #df660c

%66.17
%30.27
%3.56

CMYK Percentages of Color #df660c

%0
%54
%95
%13

Triadic Colors of #df660c

#df660c #0cdf66 #660cdf

Analogous Colors of #df660c

#df660c #dfd00c #df0c1c

Monochromatic Colors of #df660c

#df660c

Complementary Color

#df660c #0c85df

#df660c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df660c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df660c Color CSS Codes

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

#df660c Text Font Color

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

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


#df660c Background Color

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

This div background color is #df660c


#df660c Border Color

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

This div border color is #df660c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df660c


Comments

No comments written yet.

Please login to write comment.