Color Hex Logo

#d86814 Color Hex

#D86814
(216,104,20)
0 Favorites   0 Comments

Color spaces of #d86814

RGB 21610420
HSL0.070.830.46
HSV26°91°85°
CMYK 0.000.520.91   0.15
XYZ33.395524.55013.6403
Yxy24.55010.54230.3986
Hunter Lab49.548133.600330.3276
CIE-Lab56.634439.740660.8016

#d86814 color RGB value is (216,104,20).

#d86814 hex color red value is 216, green value is 104 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #d86814 hue: 0.07 , saturation: 0.83 and the lightness value of d86814 is 0.46.

The process color (four color CMYK) of #d86814 color hex is 0.00, 0.52, 0.91, 0.15. Web safe color of #d86814 is #cc6600. Color #d86814 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01101000 00010100
Octal 330 150 24
Decimal 216 104 20
Hex D8 68 14

RGB Percentages of Color #d86814

%63.53
%30.59
%5.88

CMYK Percentages of Color #d86814

%0
%52
%91
%15

Triadic Colors of #d86814

#d86814 #14d868 #6814d8

Analogous Colors of #d86814

#d86814 #d8ca14 #d81422

Monochromatic Colors of #d86814

#d86814

Complementary Color

#d86814 #1484d8

#d86814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86814 Color CSS Codes

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

#d86814 Text Font Color

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

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


#d86814 Background Color

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

This div background color is #d86814


#d86814 Border Color

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

This div border color is #d86814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86814


Comments

No comments written yet.

Please login to write comment.