Color Hex Logo

#dd961c Color Hex

#DD961C
(221,150,28)
0 Favorites   0 Comments

Color spaces of #dd961c

RGB 22115028
HSL0.110.780.49
HSV38°87°87°
CMYK 0.000.320.87   0.13
XYZ40.934737.26876.1347
Yxy37.26870.48540.4419
Hunter Lab61.048112.855836.7756
CIE-Lab67.478117.771067.2551

#dd961c color RGB value is (221,150,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010110 00011100
Octal 335 226 34
Decimal 221 150 28
Hex DD 96 1C

RGB Percentages of Color #dd961c

%55.39
%37.59
%7.02

CMYK Percentages of Color #dd961c

%0
%32
%87
%13

Triadic Colors of #dd961c

#dd961c #1cdd96 #961cdd

Analogous Colors of #dd961c

#dd961c #c4dd1c #dd361c

Monochromatic Colors of #dd961c

#dd961c

Complementary Color

#dd961c #1c63dd

#dd961c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd961c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd961c Color CSS Codes

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

#dd961c Text Font Color

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

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


#dd961c Background Color

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

This div background color is #dd961c


#dd961c Border Color

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

This div border color is #dd961c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd961c


Comments

No comments written yet.

Please login to write comment.