Color Hex Logo

#df901c Color Hex

#DF901C
(223,144,28)
0 Favorites   0 Comments

Color spaces of #df901c

RGB 22314428
HSL0.100.780.49
HSV36°87°87°
CMYK 0.000.350.87   0.13
XYZ40.614335.71835.8523
Yxy35.71830.49420.4346
Hunter Lab59.764816.714736.0295
CIE-Lab66.304121.843666.4259

#df901c color RGB value is (223,144,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010000 00011100
Octal 337 220 34
Decimal 223 144 28
Hex DF 90 1C

RGB Percentages of Color #df901c

%56.46
%36.46
%7.09

CMYK Percentages of Color #df901c

%0
%35
%87
%13

Triadic Colors of #df901c

#df901c #1cdf90 #901cdf

Analogous Colors of #df901c

#df901c #cddf1c #df2f1c

Monochromatic Colors of #df901c

#df901c

Complementary Color

#df901c #1c6bdf

#df901c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df901c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df901c Color CSS Codes

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

#df901c Text Font Color

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

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


#df901c Background Color

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

This div background color is #df901c


#df901c Border Color

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

This div border color is #df901c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df901c


Comments

No comments written yet.

Please login to write comment.