Color Hex Logo

#dd671d Color Hex

#DD671D
(221,103,29)
0 Favorites   0 Comments

Color spaces of #dd671d

RGB 22110329
HSL0.060.770.49
HSV23°87°87°
CMYK 0.000.530.87   0.13
XYZ34.890825.16144.1801
Yxy25.16140.54320.3917
Hunter Lab50.161136.378030.1720
CIE-Lab57.232342.352558.7935

#dd671d color RGB value is (221,103,29).

#dd671d hex color red value is 221, green value is 103 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #dd671d hue: 0.06 , saturation: 0.77 and the lightness value of dd671d is 0.49.

The process color (four color CMYK) of #dd671d color hex is 0.00, 0.53, 0.87, 0.13. Web safe color of #dd671d is #cc6633. Color #dd671d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100111 00011101
Octal 335 147 35
Decimal 221 103 29
Hex DD 67 1D

RGB Percentages of Color #dd671d

%62.61
%29.18
%8.22

CMYK Percentages of Color #dd671d

%0
%53
%87
%13

Triadic Colors of #dd671d

#dd671d #1ddd67 #671ddd

Analogous Colors of #dd671d

#dd671d #ddc71d #dd1d33

Monochromatic Colors of #dd671d

#dd671d

Complementary Color

#dd671d #1d93dd

#dd671d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd671d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd671d Color CSS Codes

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

#dd671d Text Font Color

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

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


#dd671d Background Color

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

This div background color is #dd671d


#dd671d Border Color

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

This div border color is #dd671d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd671d


Comments

No comments written yet.

Please login to write comment.