Color Hex Logo

#df812c Color Hex

#DF812C
(223,129,44)
0 Favorites   0 Comments

Color spaces of #df812c

RGB 22312944
HSL0.080.740.52
HSV28°80°87°
CMYK 0.000.420.80   0.13
XYZ38.736331.57036.4349
Yxy31.57030.50480.4114
Hunter Lab56.187524.732032.5410
CIE-Lab62.986130.248858.2795

#df812c color RGB value is (223,129,44).

#df812c hex color red value is 223, green value is 129 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #df812c hue: 0.08 , saturation: 0.74 and the lightness value of df812c is 0.52.

The process color (four color CMYK) of #df812c color hex is 0.00, 0.42, 0.80, 0.13. Web safe color of #df812c is #cc9933. Color #df812c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000001 00101100
Octal 337 201 54
Decimal 223 129 44
Hex DF 81 2C

RGB Percentages of Color #df812c

%56.31
%32.58
%11.11

CMYK Percentages of Color #df812c

%0
%42
%80
%13

Triadic Colors of #df812c

#df812c #2cdf81 #812cdf

Analogous Colors of #df812c

#df812c #dfdb2c #df2c30

Monochromatic Colors of #df812c

#df812c

Complementary Color

#df812c #2c8adf

#df812c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df812c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df812c Color CSS Codes

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

#df812c Text Font Color

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

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


#df812c Background Color

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

This div background color is #df812c


#df812c Border Color

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

This div border color is #df812c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df812c


Comments

No comments written yet.

Please login to write comment.