Color Hex Logo

#dd860c Color Hex

#DD860C
(221,134,12)
0 Favorites   0 Comments

Color spaces of #dd860c

RGB 22113412
HSL0.100.900.46
HSV35°95°87°
CMYK 0.000.390.95   0.13
XYZ38.410332.44894.5866
Yxy32.44890.50910.4301
Hunter Lab56.963920.674235.1009
CIE-Lab63.712226.076467.8458

#dd860c color RGB value is (221,134,12).

#dd860c hex color red value is 221, green value is 134 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dd860c hue: 0.10 , saturation: 0.90 and the lightness value of dd860c is 0.46.

The process color (four color CMYK) of #dd860c color hex is 0.00, 0.39, 0.95, 0.13. Web safe color of #dd860c is #cc9900. Color #dd860c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000110 00001100
Octal 335 206 14
Decimal 221 134 12
Hex DD 86 C

RGB Percentages of Color #dd860c

%60.22
%36.51
%3.27

CMYK Percentages of Color #dd860c

%0
%39
%95
%13

Triadic Colors of #dd860c

#dd860c #0cdd86 #860cdd

Analogous Colors of #dd860c

#dd860c #ccdd0c #dd1e0c

Monochromatic Colors of #dd860c

#dd860c

Complementary Color

#dd860c #0c63dd

#dd860c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd860c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd860c Color CSS Codes

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

#dd860c Text Font Color

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

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


#dd860c Background Color

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

This div background color is #dd860c


#dd860c Border Color

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

This div border color is #dd860c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd860c


Comments

No comments written yet.

Please login to write comment.