Color Hex Logo

#df802d Color Hex

#DF802D
(223,128,45)
0 Favorites   0 Comments

Color spaces of #df802d

RGB 22312845
HSL0.080.740.53
HSV28°80°87°
CMYK 0.000.430.80   0.13
XYZ38.624331.31586.4915
Yxy31.31580.50530.4097
Hunter Lab55.960525.270932.2946
CIE-Lab62.773330.808457.6848

#df802d color RGB value is (223,128,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000000 00101101
Octal 337 200 55
Decimal 223 128 45
Hex DF 80 2D

RGB Percentages of Color #df802d

%56.31
%32.32
%11.36

CMYK Percentages of Color #df802d

%0
%43
%80
%13

Triadic Colors of #df802d

#df802d #2ddf80 #802ddf

Analogous Colors of #df802d

#df802d #dfd92d #df2d33

Monochromatic Colors of #df802d

#df802d

Complementary Color

#df802d #2d8cdf

#df802d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df802d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df802d Color CSS Codes

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

#df802d Text Font Color

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

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


#df802d Background Color

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

This div background color is #df802d


#df802d Border Color

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

This div border color is #df802d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df802d


Comments

No comments written yet.

Please login to write comment.