Color Hex Logo

#dd943e Color Hex

#DD943E
(221,148,62)
0 Favorites   0 Comments

Color spaces of #dd943e

RGB 22114862
HSL0.090.700.55
HSV32°72°87°
CMYK 0.000.330.72   0.13
XYZ41.278236.89989.5042
Yxy36.89980.47080.4208
Hunter Lab60.745214.992033.2451
CIE-Lab67.201820.015354.7327

#dd943e color RGB value is (221,148,62).

#dd943e hex color red value is 221, green value is 148 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dd943e hue: 0.09 , saturation: 0.70 and the lightness value of dd943e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010100 00111110
Octal 335 224 76
Decimal 221 148 62
Hex DD 94 3E

RGB Percentages of Color #dd943e

%51.28
%34.34
%14.39

CMYK Percentages of Color #dd943e

%0
%33
%72
%13

Triadic Colors of #dd943e

#dd943e #3edd94 #943edd

Analogous Colors of #dd943e

#dd943e #d7dd3e #dd453e

Monochromatic Colors of #dd943e

#dd943e

Complementary Color

#dd943e #3e87dd

#dd943e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd943e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd943e Color CSS Codes

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

#dd943e Text Font Color

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

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


#dd943e Background Color

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

This div background color is #dd943e


#dd943e Border Color

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

This div border color is #dd943e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd943e


Comments

No comments written yet.

Please login to write comment.