Color Hex Logo

#dd971f Color Hex

#DD971F
(221,151,31)
0 Favorites   0 Comments

Color spaces of #dd971f

RGB 22115131
HSL0.110.750.49
HSV38°86°87°
CMYK 0.000.320.86   0.13
XYZ41.132737.60436.3867
Yxy37.60430.48320.4418
Hunter Lab61.322312.416936.7506
CIE-Lab67.728017.302066.6500

#dd971f color RGB value is (221,151,31).

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

The process color (four color CMYK) of #dd971f color hex is 0.00, 0.32, 0.86, 0.13. Web safe color of #dd971f is #cc9933. Color #dd971f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010111 00011111
Octal 335 227 37
Decimal 221 151 31
Hex DD 97 1F

RGB Percentages of Color #dd971f

%54.84
%37.47
%7.69

CMYK Percentages of Color #dd971f

%0
%32
%86
%13

Triadic Colors of #dd971f

#dd971f #1fdd97 #971fdd

Analogous Colors of #dd971f

#dd971f #c4dd1f #dd381f

Monochromatic Colors of #dd971f

#dd971f

Complementary Color

#dd971f #1f65dd

#dd971f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd971f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd971f Color CSS Codes

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

#dd971f Text Font Color

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

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


#dd971f Background Color

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

This div background color is #dd971f


#dd971f Border Color

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

This div border color is #dd971f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd971f


Comments

No comments written yet.

Please login to write comment.