Color Hex Logo

#dd961f Color Hex

#DD961F
(221,150,31)
0 Favorites   0 Comments

Color spaces of #dd961f

RGB 22115031
HSL0.100.750.49
HSV38°86°87°
CMYK 0.000.320.86   0.13
XYZ40.972537.28386.3333
Yxy37.28380.48440.4408
Hunter Lab61.060512.920436.5927
CIE-Lab67.489417.838666.4559

#dd961f color RGB value is (221,150,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010110 00011111
Octal 335 226 37
Decimal 221 150 31
Hex DD 96 1F

RGB Percentages of Color #dd961f

%54.98
%37.31
%7.71

CMYK Percentages of Color #dd961f

%0
%32
%86
%13

Triadic Colors of #dd961f

#dd961f #1fdd96 #961fdd

Analogous Colors of #dd961f

#dd961f #c5dd1f #dd371f

Monochromatic Colors of #dd961f

#dd961f

Complementary Color

#dd961f #1f66dd

#dd961f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd961f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd961f Color CSS Codes

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

#dd961f Text Font Color

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

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


#dd961f Background Color

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

This div background color is #dd961f


#dd961f Border Color

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

This div border color is #dd961f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd961f


Comments

No comments written yet.

Please login to write comment.