Color Hex Logo

#df8620 Color Hex

#DF8620
(223,134,32)
0 Favorites   0 Comments

Color spaces of #df8620

RGB 22313432
HSL0.090.750.50
HSV32°86°87°
CMYK 0.000.400.86   0.13
XYZ39.217232.84255.6388
Yxy32.84250.50470.4227
Hunter Lab57.308421.861234.2821
CIE-Lab64.033227.263463.4397

#df8620 color RGB value is (223,134,32).

#df8620 hex color red value is 223, green value is 134 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #df8620 hue: 0.09 , saturation: 0.75 and the lightness value of df8620 is 0.50.

The process color (four color CMYK) of #df8620 color hex is 0.00, 0.40, 0.86, 0.13. Web safe color of #df8620 is #cc9933. Color #df8620 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000110 00100000
Octal 337 206 40
Decimal 223 134 32
Hex DF 86 20

RGB Percentages of Color #df8620

%57.33
%34.45
%8.23

CMYK Percentages of Color #df8620

%0
%40
%86
%13

Triadic Colors of #df8620

#df8620 #20df86 #8620df

Analogous Colors of #df8620

#df8620 #d9df20 #df2620

Monochromatic Colors of #df8620

#df8620

Complementary Color

#df8620 #2079df

#df8620 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8620 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8620 Color CSS Codes

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

#df8620 Text Font Color

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

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


#df8620 Background Color

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

This div background color is #df8620


#df8620 Border Color

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

This div border color is #df8620


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8620


Comments

No comments written yet.

Please login to write comment.