color codes Logo

#df7029 color codes

#DF7029
(223,112,41)
0 Favorites   0 Comments

Color spaces of #df7029

RGB 22311241
HSL0.070.740.52
HSV23°82°87°
CMYK 0.000.500.82   0.13
XYZ36.625827.43645.4632
Yxy27.43640.52680.3946
Hunter Lab52.379833.149030.4819
CIE-Lab59.376138.950656.1923

#df7029 color RGB value is (223,112,41).

#df7029 hex color red value is 223, green value is 112 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #df7029 hue: 0.07 , saturation: 0.74 and the lightness value of df7029 is 0.52.

The process color (four color CMYK) of #df7029 color code is 0.00, 0.50, 0.82, 0.13. Web safe color of #df7029 is #cc6633. Color #df7029 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110000 00101001
Octal 337 160 51
Decimal 223 112 41
Hex DF 70 29

RGB Percentages of Color #df7029

%59.31
%29.79
%10.90

CMYK Percentages of Color #df7029

%0
%50
%82
%13

Triadic Colors of #df7029

#df7029 #29df70 #7029df

Analogous Colors of #df7029

#df7029 #dfcb29 #df293d

Monochromatic Colors of #df7029

#df7029

Complementary Color

#df7029 #2998df

#df7029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7029 Color CSS Codes

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

#df7029 Text Font Color

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

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


#df7029 Background Color

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

This div background color is #df7029


#df7029 Border Color

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

This div border color is #df7029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7029


Comments

No comments written yet.

Please login to write comment.