Color Hex Logo

#df814a Color Hex

#DF814A
(223,129,74)
0 Favorites   0 Comments

Color spaces of #df814a

RGB 22312974
HSL0.060.700.58
HSV22°67°87°
CMYK 0.000.420.67   0.13
XYZ39.517731.882910.5498
Yxy31.88290.48220.3891
Hunter Lab56.464926.111828.4478
CIE-Lab63.246031.604844.7714

#df814a color RGB value is (223,129,74).

#df814a hex color red value is 223, green value is 129 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #df814a hue: 0.06 , saturation: 0.70 and the lightness value of df814a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000001 01001010
Octal 337 201 112
Decimal 223 129 74
Hex DF 81 4A

RGB Percentages of Color #df814a

%52.35
%30.28
%17.37

CMYK Percentages of Color #df814a

%0
%42
%67
%13

Triadic Colors of #df814a

#df814a #4adf81 #814adf

Analogous Colors of #df814a

#df814a #dfcc4a #df4a5e

Monochromatic Colors of #df814a

#df814a

Complementary Color

#df814a #4aa8df

#df814a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df814a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df814a Color CSS Codes

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

#df814a Text Font Color

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

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


#df814a Background Color

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

This div background color is #df814a


#df814a Border Color

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

This div border color is #df814a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df814a


Comments

No comments written yet.

Please login to write comment.