Color Hex Logo

#dd9343 Color Hex

#DD9343
(221,147,67)
0 Favorites   0 Comments

Color spaces of #dd9343

RGB 22114767
HSL0.090.690.56
HSV31°70°87°
CMYK 0.000.330.70   0.13
XYZ41.265636.644810.2084
Yxy36.64480.46830.4159
Hunter Lab60.534915.744132.3760
CIE-Lab67.009720.804852.2623

#dd9343 color RGB value is (221,147,67).

#dd9343 hex color red value is 221, green value is 147 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #dd9343 hue: 0.09 , saturation: 0.69 and the lightness value of dd9343 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010011 01000011
Octal 335 223 103
Decimal 221 147 67
Hex DD 93 43

RGB Percentages of Color #dd9343

%50.80
%33.79
%15.40

CMYK Percentages of Color #dd9343

%0
%33
%70
%13

Triadic Colors of #dd9343

#dd9343 #43dd93 #9343dd

Analogous Colors of #dd9343

#dd9343 #dadd43 #dd4643

Monochromatic Colors of #dd9343

#dd9343

Complementary Color

#dd9343 #438ddd

#dd9343 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9343 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9343 Color CSS Codes

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

#dd9343 Text Font Color

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

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


#dd9343 Background Color

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

This div background color is #dd9343


#dd9343 Border Color

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

This div border color is #dd9343


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9343


Comments

No comments written yet.

Please login to write comment.