Color Hex Logo

#df943f Color Hex

#DF943F
(223,148,63)
0 Favorites   0 Comments

Color spaces of #df943f

RGB 22314863
HSL0.090.710.56
HSV32°72°87°
CMYK 0.000.340.72   0.13
XYZ41.918537.22679.6787
Yxy37.22670.47190.4191
Hunter Lab61.013715.861733.3043
CIE-Lab67.446820.907254.6154

#df943f color RGB value is (223,148,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010100 00111111
Octal 337 224 77
Decimal 223 148 63
Hex DF 94 3F

RGB Percentages of Color #df943f

%51.38
%34.10
%14.52

CMYK Percentages of Color #df943f

%0
%34
%72
%13

Triadic Colors of #df943f

#df943f #3fdf94 #943fdf

Analogous Colors of #df943f

#df943f #dadf3f #df443f

Monochromatic Colors of #df943f

#df943f

Complementary Color

#df943f #3f8adf

#df943f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df943f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df943f Color CSS Codes

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

#df943f Text Font Color

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

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


#df943f Background Color

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

This div background color is #df943f


#df943f Border Color

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

This div border color is #df943f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df943f


Comments

No comments written yet.

Please login to write comment.