Color Hex Logo

#df8630 Color Hex

#DF8630
(223,134,48)
0 Favorites   0 Comments

Color spaces of #df8630

RGB 22313448
HSL0.080.730.53
HSV29°78°87°
CMYK 0.000.400.78   0.13
XYZ39.490032.95167.0752
Yxy32.95160.49660.4144
Hunter Lab57.403522.340732.8747
CIE-Lab64.121727.743057.7347

#df8630 color RGB value is (223,134,48).

#df8630 hex color red value is 223, green value is 134 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #df8630 hue: 0.08 , saturation: 0.73 and the lightness value of df8630 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000110 00110000
Octal 337 206 60
Decimal 223 134 48
Hex DF 86 30

RGB Percentages of Color #df8630

%55.06
%33.09
%11.85

CMYK Percentages of Color #df8630

%0
%40
%78
%13

Triadic Colors of #df8630

#df8630 #30df86 #8630df

Analogous Colors of #df8630

#df8630 #dfde30 #df3032

Monochromatic Colors of #df8630

#df8630

Complementary Color

#df8630 #3089df

#df8630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8630 Color CSS Codes

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

#df8630 Text Font Color

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

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


#df8630 Background Color

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

This div background color is #df8630


#df8630 Border Color

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

This div border color is #df8630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8630


Comments

No comments written yet.

Please login to write comment.