Color Hex Logo

#dd8242 Color Hex

#DD8242
(221,130,66)
0 Favorites   0 Comments

Color spaces of #dd8242

RGB 22113066
HSL0.070.700.56
HSV25°70°87°
CMYK 0.000.410.70   0.13
XYZ38.784831.73089.2347
Yxy31.73080.48630.3979
Hunter Lab56.330124.324429.7111
CIE-Lab63.119829.827448.5413

#dd8242 color RGB value is (221,130,66).

#dd8242 hex color red value is 221, green value is 130 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #dd8242 hue: 0.07 , saturation: 0.70 and the lightness value of dd8242 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000010 01000010
Octal 335 202 102
Decimal 221 130 66
Hex DD 82 42

RGB Percentages of Color #dd8242

%53.00
%31.18
%15.83

CMYK Percentages of Color #dd8242

%0
%41
%70
%13

Triadic Colors of #dd8242

#dd8242 #42dd82 #8242dd

Analogous Colors of #dd8242

#dd8242 #ddd042 #dd424f

Monochromatic Colors of #dd8242

#dd8242

Complementary Color

#dd8242 #429ddd

#dd8242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8242 Color CSS Codes

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

#dd8242 Text Font Color

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

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


#dd8242 Background Color

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

This div background color is #dd8242


#dd8242 Border Color

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

This div border color is #dd8242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8242


Comments

No comments written yet.

Please login to write comment.