Color Hex Logo

#dd543f Color Hex

#DD543F
(221,84,63)
0 Favorites   0 Comments

Color spaces of #dd543f

RGB 2218463
HSL0.020.700.56
HSV71°87°
CMYK 0.000.620.71   0.13
XYZ33.886322.07177.1769
Yxy22.07170.53670.3496
Hunter Lab46.980546.533323.8290
CIE-Lab54.103052.371940.0776

#dd543f color RGB value is (221,84,63).

#dd543f hex color red value is 221, green value is 84 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dd543f hue: 0.02 , saturation: 0.70 and the lightness value of dd543f is 0.56.

The process color (four color CMYK) of #dd543f color hex is 0.00, 0.62, 0.71, 0.13. Web safe color of #dd543f is #cc6633. Color #dd543f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010100 00111111
Octal 335 124 77
Decimal 221 84 63
Hex DD 54 3F

RGB Percentages of Color #dd543f

%60.05
%22.83
%17.12

CMYK Percentages of Color #dd543f

%0
%62
%71
%13

Triadic Colors of #dd543f

#dd543f #3fdd54 #543fdd

Analogous Colors of #dd543f

#dd543f #dda33f #dd3f79

Monochromatic Colors of #dd543f

#dd543f

Complementary Color

#dd543f #3fc8dd

#dd543f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd543f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd543f Color CSS Codes

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

#dd543f Text Font Color

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

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


#dd543f Background Color

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

This div background color is #dd543f


#dd543f Border Color

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

This div border color is #dd543f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd543f


Comments

No comments written yet.

Please login to write comment.