color codes Logo

#dd941e color codes

#DD941E
(221,148,30)
0 Favorites   0 Comments

Color spaces of #dd941e

RGB 22114830
HSL0.100.760.49
HSV37°86°87°
CMYK 0.000.330.86   0.13
XYZ40.643036.64576.1595
Yxy36.64570.48700.4391
Hunter Lab60.535713.905536.3422
CIE-Lab67.010418.888266.3454

#dd941e color RGB value is (221,148,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010100 00011110
Octal 335 224 36
Decimal 221 148 30
Hex DD 94 1E

RGB Percentages of Color #dd941e

%55.39
%37.09
%7.52

CMYK Percentages of Color #dd941e

%0
%33
%86
%13

Triadic Colors of #dd941e

#dd941e #1edd94 #941edd

Analogous Colors of #dd941e

#dd941e #c7dd1e #dd351e

Monochromatic Colors of #dd941e

#dd941e

Complementary Color

#dd941e #1e67dd

#dd941e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd941e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd941e Color CSS Codes

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

#dd941e Text Font Color

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

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


#dd941e Background Color

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

This div background color is #dd941e


#dd941e Border Color

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

This div border color is #dd941e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd941e


Comments

No comments written yet.

Please login to write comment.