Color Hex Logo

#dd563f Color Hex

#DD563F
(221,86,63)
0 Favorites   0 Comments

Color spaces of #dd563f

RGB 2218663
HSL0.020.700.56
HSV71°87°
CMYK 0.000.610.71   0.13
XYZ34.043822.38667.2294
Yxy22.38660.53480.3517
Hunter Lab47.314545.634324.0609
CIE-Lab54.434851.490140.4532

#dd563f color RGB value is (221,86,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010110 00111111
Octal 335 126 77
Decimal 221 86 63
Hex DD 56 3F

RGB Percentages of Color #dd563f

%59.73
%23.24
%17.03

CMYK Percentages of Color #dd563f

%0
%61
%71
%13

Triadic Colors of #dd563f

#dd563f #3fdd56 #563fdd

Analogous Colors of #dd563f

#dd563f #dda53f #dd3f77

Monochromatic Colors of #dd563f

#dd563f

Complementary Color

#dd563f #3fc6dd

#dd563f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd563f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd563f Color CSS Codes

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

#dd563f Text Font Color

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

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


#dd563f Background Color

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

This div background color is #dd563f


#dd563f Border Color

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

This div border color is #dd563f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd563f


Comments

No comments written yet.

Please login to write comment.