Color Hex Logo

#dd951f Color Hex

#DD951F
(221,149,31)
0 Favorites   0 Comments

Color spaces of #dd951f

RGB 22114931
HSL0.100.750.49
HSV37°86°87°
CMYK 0.000.330.86   0.13
XYZ40.813636.96606.2804
Yxy36.96600.48550.4398
Hunter Lab60.799713.424036.4353
CIE-Lab67.251518.375166.2621

#dd951f color RGB value is (221,149,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010101 00011111
Octal 335 225 37
Decimal 221 149 31
Hex DD 95 1F

RGB Percentages of Color #dd951f

%55.11
%37.16
%7.73

CMYK Percentages of Color #dd951f

%0
%33
%86
%13

Triadic Colors of #dd951f

#dd951f #1fdd95 #951fdd

Analogous Colors of #dd951f

#dd951f #c6dd1f #dd361f

Monochromatic Colors of #dd951f

#dd951f

Complementary Color

#dd951f #1f67dd

#dd951f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd951f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd951f Color CSS Codes

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

#dd951f Text Font Color

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

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


#dd951f Background Color

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

This div background color is #dd951f


#dd951f Border Color

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

This div border color is #dd951f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd951f


Comments

No comments written yet.

Please login to write comment.