Color Hex Logo

#df660f Color Hex

#DF660F
(223,102,15)
0 Favorites   0 Comments

Color spaces of #df660f

RGB 22310215
HSL0.070.870.47
HSV25°93°87°
CMYK 0.000.540.93   0.13
XYZ35.269025.22523.4620
Yxy25.22520.55150.3944
Hunter Lab50.224737.453831.0704
CIE-Lab57.294243.374963.0087

#df660f color RGB value is (223,102,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100110 00001111
Octal 337 146 17
Decimal 223 102 15
Hex DF 66 F

RGB Percentages of Color #df660f

%65.59
%30.00
%4.41

CMYK Percentages of Color #df660f

%0
%54
%93
%13

Triadic Colors of #df660f

#df660f #0fdf66 #660fdf

Analogous Colors of #df660f

#df660f #dfce0f #df0f20

Monochromatic Colors of #df660f

#df660f

Complementary Color

#df660f #0f88df

#df660f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df660f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df660f Color CSS Codes

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

#df660f Text Font Color

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

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


#df660f Background Color

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

This div background color is #df660f


#df660f Border Color

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

This div border color is #df660f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df660f


Comments

No comments written yet.

Please login to write comment.