color codes Logo

#dd671f color codes

#DD671F
(221,103,31)
0 Favorites   0 Comments

Color spaces of #dd671f

RGB 22110331
HSL0.060.750.49
HSV23°86°87°
CMYK 0.000.530.86   0.13
XYZ34.916425.17164.3146
Yxy25.17160.54220.3908
Hunter Lab50.171336.426130.0211
CIE-Lab57.242242.397458.0945

#dd671f color RGB value is (221,103,31).

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

The process color (four color CMYK) of #dd671f color code is 0.00, 0.53, 0.86, 0.13. Web safe color of #dd671f is #cc6633. Color #dd671f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100111 00011111
Octal 335 147 37
Decimal 221 103 31
Hex DD 67 1F

RGB Percentages of Color #dd671f

%62.25
%29.01
%8.73

CMYK Percentages of Color #dd671f

%0
%53
%86
%13

Triadic Colors of #dd671f

#dd671f #1fdd67 #671fdd

Analogous Colors of #dd671f

#dd671f #ddc61f #dd1f36

Monochromatic Colors of #dd671f

#dd671f

Complementary Color

#dd671f #1f95dd

#dd671f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd671f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd671f Color CSS Codes

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

#dd671f Text Font Color

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

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


#dd671f Background Color

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

This div background color is #dd671f


#dd671f Border Color

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

This div border color is #dd671f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd671f


Comments

No comments written yet.

Please login to write comment.