Color Hex Logo

#df912f Color Hex

#DF912F
(223,145,47)
0 Favorites   0 Comments

Color spaces of #df912f

RGB 22314547
HSL0.090.730.53
HSV33°79°87°
CMYK 0.000.350.79   0.13
XYZ41.069936.14407.5012
Yxy36.14400.48480.4267
Hunter Lab60.119916.729534.6863
CIE-Lab66.629821.842860.4766

#df912f color RGB value is (223,145,47).

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

The process color (four color CMYK) of #df912f color hex is 0.00, 0.35, 0.79, 0.13. Web safe color of #df912f is #cc9933. Color #df912f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010001 00101111
Octal 337 221 57
Decimal 223 145 47
Hex DF 91 2F

RGB Percentages of Color #df912f

%53.73
%34.94
%11.33

CMYK Percentages of Color #df912f

%0
%35
%79
%13

Triadic Colors of #df912f

#df912f #2fdf91 #912fdf

Analogous Colors of #df912f

#df912f #d5df2f #df392f

Monochromatic Colors of #df912f

#df912f

Complementary Color

#df912f #2f7ddf

#df912f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df912f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df912f Color CSS Codes

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

#df912f Text Font Color

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

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


#df912f Background Color

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

This div background color is #df912f


#df912f Border Color

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

This div border color is #df912f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df912f


Comments

No comments written yet.

Please login to write comment.