color codes Logo

#dd931e color codes

#DD931E
(221,147,30)
0 Favorites   0 Comments

Color spaces of #dd931e

RGB 22114730
HSL0.100.760.49
HSV37°86°87°
CMYK 0.000.330.86   0.13
XYZ40.486936.33336.1074
Yxy36.33330.48820.4381
Hunter Lab60.277114.409936.1866
CIE-Lab66.773819.424966.1546

#dd931e color RGB value is (221,147,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010011 00011110
Octal 335 223 36
Decimal 221 147 30
Hex DD 93 1E

RGB Percentages of Color #dd931e

%55.53
%36.93
%7.54

CMYK Percentages of Color #dd931e

%0
%33
%86
%13

Triadic Colors of #dd931e

#dd931e #1edd93 #931edd

Analogous Colors of #dd931e

#dd931e #c8dd1e #dd341e

Monochromatic Colors of #dd931e

#dd931e

Complementary Color

#dd931e #1e68dd

#dd931e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd931e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd931e Color CSS Codes

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

#dd931e Text Font Color

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

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


#dd931e Background Color

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

This div background color is #dd931e


#dd931e Border Color

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

This div border color is #dd931e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd931e


Comments

No comments written yet.

Please login to write comment.