Color Hex Logo

#dd9043 Color Hex

#DD9043
(221,144,67)
0 Favorites   0 Comments

Color spaces of #dd9043

RGB 22114467
HSL0.080.690.56
HSV30°70°87°
CMYK 0.000.350.70   0.13
XYZ40.805235.723910.0549
Yxy35.72390.47130.4126
Hunter Lab59.769517.267131.8644
CIE-Lab66.308422.414251.5109

#dd9043 color RGB value is (221,144,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010000 01000011
Octal 335 220 103
Decimal 221 144 67
Hex DD 90 43

RGB Percentages of Color #dd9043

%51.16
%33.33
%15.51

CMYK Percentages of Color #dd9043

%0
%35
%70
%13

Triadic Colors of #dd9043

#dd9043 #43dd90 #9043dd

Analogous Colors of #dd9043

#dd9043 #dddd43 #dd4343

Monochromatic Colors of #dd9043

#dd9043

Complementary Color

#dd9043 #4390dd

#dd9043 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9043 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9043 Color CSS Codes

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

#dd9043 Text Font Color

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

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


#dd9043 Background Color

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

This div background color is #dd9043


#dd9043 Border Color

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

This div border color is #dd9043


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9043


Comments

No comments written yet.

Please login to write comment.