Color Hex Logo

#dd871c Color Hex

#DD871C
(221,135,28)
0 Favorites   0 Comments

Color spaces of #dd871c

RGB 22113528
HSL0.090.780.49
HSV33°87°87°
CMYK 0.000.390.87   0.13
XYZ38.692432.78395.3872
Yxy32.78390.50340.4265
Hunter Lab57.257220.423834.5016
CIE-Lab63.985525.800964.4833

#dd871c color RGB value is (221,135,28).

#dd871c hex color red value is 221, green value is 135 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #dd871c hue: 0.09 , saturation: 0.78 and the lightness value of dd871c is 0.49.

The process color (four color CMYK) of #dd871c color hex is 0.00, 0.39, 0.87, 0.13. Web safe color of #dd871c is #cc9933. Color #dd871c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000111 00011100
Octal 335 207 34
Decimal 221 135 28
Hex DD 87 1C

RGB Percentages of Color #dd871c

%57.55
%35.16
%7.29

CMYK Percentages of Color #dd871c

%0
%39
%87
%13

Triadic Colors of #dd871c

#dd871c #1cdd87 #871cdd

Analogous Colors of #dd871c

#dd871c #d3dd1c #dd271c

Monochromatic Colors of #dd871c

#dd871c

Complementary Color

#dd871c #1c72dd

#dd871c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd871c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd871c Color CSS Codes

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

#dd871c Text Font Color

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

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


#dd871c Background Color

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

This div background color is #dd871c


#dd871c Border Color

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

This div border color is #dd871c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd871c


Comments

No comments written yet.

Please login to write comment.