Color Hex Logo

#df822d Color Hex

#DF822D
(223,130,45)
0 Favorites   0 Comments

Color spaces of #df822d

RGB 22313045
HSL0.080.740.53
HSV29°80°87°
CMYK 0.000.420.80   0.13
XYZ38.887731.84276.5793
Yxy31.84270.50300.4119
Hunter Lab56.429324.260132.5877
CIE-Lab63.212729.754758.0916

#df822d color RGB value is (223,130,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000010 00101101
Octal 337 202 55
Decimal 223 130 45
Hex DF 82 2D

RGB Percentages of Color #df822d

%56.03
%32.66
%11.31

CMYK Percentages of Color #df822d

%0
%42
%80
%13

Triadic Colors of #df822d

#df822d #2ddf82 #822ddf

Analogous Colors of #df822d

#df822d #dfdb2d #df2d31

Monochromatic Colors of #df822d

#df822d

Complementary Color

#df822d #2d8adf

#df822d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df822d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df822d Color CSS Codes

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

#df822d Text Font Color

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

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


#df822d Background Color

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

This div background color is #df822d


#df822d Border Color

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

This div border color is #df822d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df822d


Comments

No comments written yet.

Please login to write comment.