Color Hex Logo

#df890c Color Hex

#DF890C
(223,137,12)
0 Favorites   0 Comments

Color spaces of #df890c

RGB 22313712
HSL0.100.900.46
HSV36°95°87°
CMYK 0.000.390.95   0.13
XYZ39.443433.60584.7555
Yxy33.60580.50700.4319
Hunter Lab57.970520.003835.7156
CIE-Lab64.648525.325668.6162

#df890c color RGB value is (223,137,12).

#df890c hex color red value is 223, green value is 137 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #df890c hue: 0.10 , saturation: 0.90 and the lightness value of df890c is 0.46.

The process color (four color CMYK) of #df890c color hex is 0.00, 0.39, 0.95, 0.13. Web safe color of #df890c is #cc9900. Color #df890c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001001 00001100
Octal 337 211 14
Decimal 223 137 12
Hex DF 89 C

RGB Percentages of Color #df890c

%59.95
%36.83
%3.23

CMYK Percentages of Color #df890c

%0
%39
%95
%13

Triadic Colors of #df890c

#df890c #0cdf89 #890cdf

Analogous Colors of #df890c

#df890c #ccdf0c #df1f0c

Monochromatic Colors of #df890c

#df890c

Complementary Color

#df890c #0c62df

#df890c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df890c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df890c Color CSS Codes

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

#df890c Text Font Color

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

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


#df890c Background Color

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

This div background color is #df890c


#df890c Border Color

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

This div border color is #df890c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df890c


Comments

No comments written yet.

Please login to write comment.