Color Hex Logo

#dd712e Color Hex

#DD712E
(221,113,46)
0 Favorites   0 Comments

Color spaces of #dd712e

RGB 22111346
HSL0.060.720.52
HSV23°79°87°
CMYK 0.000.490.79   0.13
XYZ36.217127.37975.9607
Yxy27.37970.52070.3936
Hunter Lab52.325631.978729.8739
CIE-Lab59.324137.816253.9283

#dd712e color RGB value is (221,113,46).

#dd712e hex color red value is 221, green value is 113 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dd712e hue: 0.06 , saturation: 0.72 and the lightness value of dd712e is 0.52.

The process color (four color CMYK) of #dd712e color hex is 0.00, 0.49, 0.79, 0.13. Web safe color of #dd712e is #cc6633. Color #dd712e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110001 00101110
Octal 335 161 56
Decimal 221 113 46
Hex DD 71 2E

RGB Percentages of Color #dd712e

%58.16
%29.74
%12.11

CMYK Percentages of Color #dd712e

%0
%49
%79
%13

Triadic Colors of #dd712e

#dd712e #2edd71 #712edd

Analogous Colors of #dd712e

#dd712e #ddc92e #dd2e43

Monochromatic Colors of #dd712e

#dd712e

Complementary Color

#dd712e #2e9add

#dd712e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd712e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd712e Color CSS Codes

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

#dd712e Text Font Color

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

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


#dd712e Background Color

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

This div background color is #dd712e


#dd712e Border Color

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

This div border color is #dd712e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,113,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dd712e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dd712e;
  -webkit-box-shadow: 1px 1px 3px 2px #dd712e;
  box-shadow:         1px 1px 3px 2px #dd712e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,113,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd712e


Comments

No comments written yet.

Please login to write comment.