Color Hex Logo

#df703d Color Hex

#DF703D
(223,112,61)
0 Favorites   0 Comments

Color spaces of #df703d

RGB 22311261
HSL0.050.720.56
HSV19°73°87°
CMYK 0.000.500.73   0.13
XYZ37.067927.61327.7911
Yxy27.61320.51150.3810
Hunter Lab52.548333.955627.9931
CIE-Lab59.537739.712447.2059

#df703d color RGB value is (223,112,61).

#df703d hex color red value is 223, green value is 112 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #df703d hue: 0.05 , saturation: 0.72 and the lightness value of df703d is 0.56.

The process color (four color CMYK) of #df703d color hex is 0.00, 0.50, 0.73, 0.13. Web safe color of #df703d is #cc6633. Color #df703d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110000 00111101
Octal 337 160 75
Decimal 223 112 61
Hex DF 70 3D

RGB Percentages of Color #df703d

%56.31
%28.28
%15.40

CMYK Percentages of Color #df703d

%0
%50
%73
%13

Triadic Colors of #df703d

#df703d #3ddf70 #703ddf

Analogous Colors of #df703d

#df703d #dfc13d #df3d5b

Monochromatic Colors of #df703d

#df703d

Complementary Color

#df703d #3dacdf

#df703d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df703d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df703d Color CSS Codes

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

#df703d Text Font Color

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

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


#df703d Background Color

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

This div background color is #df703d


#df703d Border Color

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

This div border color is #df703d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df703d


Comments

No comments written yet.

Please login to write comment.