Color Hex Logo

#dd8c11 Color Hex

#DD8C11
(221,140,17)
0 Favorites   0 Comments

Color spaces of #dd8c11

RGB 22114017
HSL0.100.860.47
HSV36°92°87°
CMYK 0.000.370.92   0.13
XYZ39.298134.16885.0543
Yxy34.16880.50050.4352
Hunter Lab58.454117.709135.7913
CIE-Lab65.096322.936667.9431

#dd8c11 color RGB value is (221,140,17).

#dd8c11 hex color red value is 221, green value is 140 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #dd8c11 hue: 0.10 , saturation: 0.86 and the lightness value of dd8c11 is 0.47.

The process color (four color CMYK) of #dd8c11 color hex is 0.00, 0.37, 0.92, 0.13. Web safe color of #dd8c11 is #cc9900. Color #dd8c11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001100 00010001
Octal 335 214 21
Decimal 221 140 17
Hex DD 8C 11

RGB Percentages of Color #dd8c11

%58.47
%37.04
%4.50

CMYK Percentages of Color #dd8c11

%0
%37
%92
%13

Triadic Colors of #dd8c11

#dd8c11 #11dd8c #8c11dd

Analogous Colors of #dd8c11

#dd8c11 #c8dd11 #dd2611

Monochromatic Colors of #dd8c11

#dd8c11

Complementary Color

#dd8c11 #1162dd

#dd8c11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8c11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8c11 Color CSS Codes

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

#dd8c11 Text Font Color

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

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


#dd8c11 Background Color

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

This div background color is #dd8c11


#dd8c11 Border Color

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

This div border color is #dd8c11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8c11


Comments

No comments written yet.

Please login to write comment.