color codes Logo

#dd563d color codes

#DD563D
(221,86,61)
0 Favorites   0 Comments

Color spaces of #dd563d

RGB 2218661
HSL0.030.700.55
HSV72°87°
CMYK 0.000.610.72   0.13
XYZ33.988922.36476.9403
Yxy22.36470.53700.3533
Hunter Lab47.291345.530524.4028
CIE-Lab54.411851.398241.5078

#dd563d color RGB value is (221,86,61).

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

The process color (four color CMYK) of #dd563d color code is 0.00, 0.61, 0.72, 0.13. Web safe color of #dd563d is #cc6633. Color #dd563d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010110 00111101
Octal 335 126 75
Decimal 221 86 61
Hex DD 56 3D

RGB Percentages of Color #dd563d

%60.05
%23.37
%16.58

CMYK Percentages of Color #dd563d

%0
%61
%72
%13

Triadic Colors of #dd563d

#dd563d #3ddd56 #563ddd

Analogous Colors of #dd563d

#dd563d #dda63d #dd3d74

Monochromatic Colors of #dd563d

#dd563d

Complementary Color

#dd563d #3dc4dd

#dd563d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd563d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd563d Color CSS Codes

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

#dd563d Text Font Color

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

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


#dd563d Background Color

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

This div background color is #dd563d


#dd563d Border Color

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

This div border color is #dd563d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd563d


Comments

No comments written yet.

Please login to write comment.