color codes Logo

#df852f color codes

#DF852F
(223,133,47)
0 Favorites   0 Comments

Color spaces of #df852f

RGB 22313347
HSL0.080.730.53
HSV29°79°87°
CMYK 0.000.400.79   0.13
XYZ39.332032.66836.9219
Yxy32.66830.49840.4139
Hunter Lab57.156222.811332.8290
CIE-Lab63.891428.237357.9226

#df852f color RGB value is (223,133,47).

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

The process color (four color CMYK) of #df852f color code is 0.00, 0.40, 0.79, 0.13. Web safe color of #df852f is #cc9933. Color #df852f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000101 00101111
Octal 337 205 57
Decimal 223 133 47
Hex DF 85 2F

RGB Percentages of Color #df852f

%55.33
%33.00
%11.66

CMYK Percentages of Color #df852f

%0
%40
%79
%13

Triadic Colors of #df852f

#df852f #2fdf85 #852fdf

Analogous Colors of #df852f

#df852f #dfdd2f #df2f31

Monochromatic Colors of #df852f

#df852f

Complementary Color

#df852f #2f89df

#df852f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df852f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df852f Color CSS Codes

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

#df852f Text Font Color

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

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


#df852f Background Color

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

This div background color is #df852f


#df852f Border Color

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

This div border color is #df852f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,133,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 #df852f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df852f


Comments

No comments written yet.

Please login to write comment.