Color Hex Logo

#dd961d Color Hex

#DD961D
(221,150,29)
0 Favorites   0 Comments

Color spaces of #dd961d

RGB 22115029
HSL0.110.770.49
HSV38°87°87°
CMYK 0.000.320.87   0.13
XYZ40.946937.27366.1988
Yxy37.27360.48500.4415
Hunter Lab61.052112.876636.7166
CIE-Lab67.481817.792766.9952

#dd961d color RGB value is (221,150,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010110 00011101
Octal 335 226 35
Decimal 221 150 29
Hex DD 96 1D

RGB Percentages of Color #dd961d

%55.25
%37.50
%7.25

CMYK Percentages of Color #dd961d

%0
%32
%87
%13

Triadic Colors of #dd961d

#dd961d #1ddd96 #961ddd

Analogous Colors of #dd961d

#dd961d #c4dd1d #dd361d

Monochromatic Colors of #dd961d

#dd961d

Complementary Color

#dd961d #1d64dd

#dd961d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd961d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd961d Color CSS Codes

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

#dd961d Text Font Color

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

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


#dd961d Background Color

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

This div background color is #dd961d


#dd961d Border Color

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

This div border color is #dd961d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd961d


Comments

No comments written yet.

Please login to write comment.