Color Hex Logo

#df941d Color Hex

#DF941D
(223,148,29)
0 Favorites   0 Comments

Color spaces of #df941d

RGB 22314829
HSL0.100.770.49
HSV37°87°87°
CMYK 0.000.340.87   0.13
XYZ41.243136.95656.1220
Yxy36.95650.48910.4383
Hunter Lab60.791914.714236.5835
CIE-Lab67.244419.724466.9050

#df941d color RGB value is (223,148,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010100 00011101
Octal 337 224 35
Decimal 223 148 29
Hex DF 94 1D

RGB Percentages of Color #df941d

%55.75
%37.00
%7.25

CMYK Percentages of Color #df941d

%0
%34
%87
%13

Triadic Colors of #df941d

#df941d #1ddf94 #941ddf

Analogous Colors of #df941d

#df941d #c9df1d #df331d

Monochromatic Colors of #df941d

#df941d

Complementary Color

#df941d #1d68df

#df941d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df941d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df941d Color CSS Codes

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

#df941d Text Font Color

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

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


#df941d Background Color

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

This div background color is #df941d


#df941d Border Color

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

This div border color is #df941d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df941d


Comments

No comments written yet.

Please login to write comment.