Color Hex Logo

#df801c Color Hex

#DF801C
(223,128,28)
0 Favorites   0 Comments

Color spaces of #df801c

RGB 22312828
HSL0.090.780.49
HSV31°87°87°
CMYK 0.000.430.87   0.13
XYZ38.360231.21025.1010
Yxy31.21020.51370.4180
Hunter Lab55.866124.800633.6926
CIE-Lab62.684730.344563.5644

#df801c color RGB value is (223,128,28).

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

The process color (four color CMYK) of #df801c color hex is 0.00, 0.43, 0.87, 0.13. Web safe color of #df801c is #cc9933. Color #df801c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000000 00011100
Octal 337 200 34
Decimal 223 128 28
Hex DF 80 1C

RGB Percentages of Color #df801c

%58.84
%33.77
%7.39

CMYK Percentages of Color #df801c

%0
%43
%87
%13

Triadic Colors of #df801c

#df801c #1cdf80 #801cdf

Analogous Colors of #df801c

#df801c #dddf1c #df1e1c

Monochromatic Colors of #df801c

#df801c

Complementary Color

#df801c #1c7bdf

#df801c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df801c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df801c Color CSS Codes

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

#df801c Text Font Color

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

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


#df801c Background Color

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

This div background color is #df801c


#df801c Border Color

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

This div border color is #df801c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,128,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 #df801c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df801c


Comments

No comments written yet.

Please login to write comment.