Color Hex Logo

#df932d Color Hex

#DF932D
(223,147,45)
0 Favorites   0 Comments

Color spaces of #df932d

RGB 22314745
HSL0.100.740.53
HSV34°80°87°
CMYK 0.000.340.80   0.13
XYZ41.338836.74497.3963
Yxy36.74490.48360.4299
Hunter Lab60.617615.649235.1980
CIE-Lab67.085220.703161.6457

#df932d color RGB value is (223,147,45).

#df932d hex color red value is 223, green value is 147 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #df932d hue: 0.10 , saturation: 0.74 and the lightness value of df932d is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010011 00101101
Octal 337 223 55
Decimal 223 147 45
Hex DF 93 2D

RGB Percentages of Color #df932d

%53.73
%35.42
%10.84

CMYK Percentages of Color #df932d

%0
%34
%80
%13

Triadic Colors of #df932d

#df932d #2ddf93 #932ddf

Analogous Colors of #df932d

#df932d #d2df2d #df3a2d

Monochromatic Colors of #df932d

#df932d

Complementary Color

#df932d #2d79df

#df932d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df932d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df932d Color CSS Codes

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

#df932d Text Font Color

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

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


#df932d Background Color

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

This div background color is #df932d


#df932d Border Color

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

This div border color is #df932d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df932d


Comments

No comments written yet.

Please login to write comment.