Color Hex Logo

#d36816 Color Hex

#D36816
(211,104,22)
0 Favorites   0 Comments

Color spaces of #d36816

RGB 21110422
HSL0.070.810.46
HSV26°90°83°
CMYK 0.000.510.90   0.17
XYZ31.959123.80743.6699
Yxy23.80740.53770.4006
Hunter Lab48.792831.529329.6955
CIE-Lab55.894437.797459.3516

#d36816 color RGB value is (211,104,22).

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

The process color (four color CMYK) of #d36816 color hex is 0.00, 0.51, 0.90, 0.17. Web safe color of #d36816 is #cc6600. Color #d36816 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101000 00010110
Octal 323 150 26
Decimal 211 104 22
Hex D3 68 16

RGB Percentages of Color #d36816

%62.61
%30.86
%6.53

CMYK Percentages of Color #d36816

%0
%51
%90
%17

Triadic Colors of #d36816

#d36816 #16d368 #6816d3

Analogous Colors of #d36816

#d36816 #d3c716 #d31622

Monochromatic Colors of #d36816

#d36816

Complementary Color

#d36816 #1681d3

#d36816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36816 Color CSS Codes

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

#d36816 Text Font Color

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

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


#d36816 Background Color

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

This div background color is #d36816


#d36816 Border Color

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

This div border color is #d36816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36816


Comments

No comments written yet.

Please login to write comment.