color codes Logo

#df943e color codes

#DF943E
(223,148,62)
0 Favorites   0 Comments

Color spaces of #df943e

RGB 22314862
HSL0.090.720.56
HSV32°72°87°
CMYK 0.000.340.72   0.13
XYZ41.890837.21569.5329
Yxy37.21560.47260.4199
Hunter Lab61.004615.814833.4382
CIE-Lab67.438520.859155.0515

#df943e color RGB value is (223,148,62).

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

The process color (four color CMYK) of #df943e color code is 0.00, 0.34, 0.72, 0.13. Web safe color of #df943e is #cc9933. Color #df943e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010100 00111110
Octal 337 224 76
Decimal 223 148 62
Hex DF 94 3E

RGB Percentages of Color #df943e

%51.50
%34.18
%14.32

CMYK Percentages of Color #df943e

%0
%34
%72
%13

Triadic Colors of #df943e

#df943e #3edf94 #943edf

Analogous Colors of #df943e

#df943e #dadf3e #df443e

Monochromatic Colors of #df943e

#df943e

Complementary Color

#df943e #3e89df

#df943e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df943e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df943e Color CSS Codes

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

#df943e Text Font Color

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

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


#df943e Background Color

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

This div background color is #df943e


#df943e Border Color

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

This div border color is #df943e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df943e


Comments

No comments written yet.

Please login to write comment.