Color Hex Logo

#d86822 Color Hex

#D86822
(216,104,34)
0 Favorites   0 Comments

Color spaces of #d86822

RGB 21610434
HSL0.060.730.49
HSV23°84°85°
CMYK 0.000.520.84   0.15
XYZ33.557924.61514.4959
Yxy24.61510.53550.3928
Hunter Lab49.613633.910929.3568
CIE-Lab56.698540.035656.2150

#d86822 color RGB value is (216,104,34).

#d86822 hex color red value is 216, green value is 104 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #d86822 hue: 0.06 , saturation: 0.73 and the lightness value of d86822 is 0.49.

The process color (four color CMYK) of #d86822 color hex is 0.00, 0.52, 0.84, 0.15. Web safe color of #d86822 is #cc6633. Color #d86822 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01101000 00100010
Octal 330 150 42
Decimal 216 104 34
Hex D8 68 22

RGB Percentages of Color #d86822

%61.02
%29.38
%9.60

CMYK Percentages of Color #d86822

%0
%52
%84
%15

Triadic Colors of #d86822

#d86822 #22d868 #6822d8

Analogous Colors of #d86822

#d86822 #d8c322 #d82237

Monochromatic Colors of #d86822

#d86822

Complementary Color

#d86822 #2292d8

#d86822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86822 Color CSS Codes

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

#d86822 Text Font Color

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

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


#d86822 Background Color

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

This div background color is #d86822


#d86822 Border Color

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

This div border color is #d86822


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,104,34, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d86822; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d86822;
  -webkit-box-shadow: 1px 1px 3px 2px #d86822;
  box-shadow:         1px 1px 3px 2px #d86822; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,104,34, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86822


Comments

No comments written yet.

Please login to write comment.