Color Hex Logo

#df933d Color Hex

#DF933D
(223,147,61)
0 Favorites   0 Comments

Color spaces of #df933d

RGB 22314761
HSL0.090.720.56
HSV32°73°87°
CMYK 0.000.340.73   0.13
XYZ41.707436.89239.3376
Yxy36.89230.47430.4195
Hunter Lab60.739016.276533.4025
CIE-Lab67.196221.347555.2444

#df933d color RGB value is (223,147,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010011 00111101
Octal 337 223 75
Decimal 223 147 61
Hex DF 93 3D

RGB Percentages of Color #df933d

%51.74
%34.11
%14.15

CMYK Percentages of Color #df933d

%0
%34
%73
%13

Triadic Colors of #df933d

#df933d #3ddf93 #933ddf

Analogous Colors of #df933d

#df933d #dadf3d #df423d

Monochromatic Colors of #df933d

#df933d

Complementary Color

#df933d #3d89df

#df933d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df933d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df933d Color CSS Codes

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

#df933d Text Font Color

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

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


#df933d Background Color

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

This div background color is #df933d


#df933d Border Color

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

This div border color is #df933d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,147,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 #df933d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df933d


Comments

No comments written yet.

Please login to write comment.