Color Hex Logo

#dd861b Color Hex

#DD861B
(221,134,27)
0 Favorites   0 Comments

Color spaces of #dd861b

RGB 22113427
HSL0.090.780.49
HSV33°88°87°
CMYK 0.000.390.88   0.13
XYZ38.541732.50155.2790
Yxy32.50150.50500.4258
Hunter Lab57.010120.907434.4169
CIE-Lab63.755226.311964.5811

#dd861b color RGB value is (221,134,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000110 00011011
Octal 335 206 33
Decimal 221 134 27
Hex DD 86 1B

RGB Percentages of Color #dd861b

%57.85
%35.08
%7.07

CMYK Percentages of Color #dd861b

%0
%39
%88
%13

Triadic Colors of #dd861b

#dd861b #1bdd86 #861bdd

Analogous Colors of #dd861b

#dd861b #d3dd1b #dd251b

Monochromatic Colors of #dd861b

#dd861b

Complementary Color

#dd861b #1b72dd

#dd861b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd861b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd861b Color CSS Codes

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

#dd861b Text Font Color

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

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


#dd861b Background Color

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

This div background color is #dd861b


#dd861b Border Color

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

This div border color is #dd861b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd861b


Comments

No comments written yet.

Please login to write comment.