Color Hex Logo

#d36720 Color Hex

#D36720
(211,103,32)
0 Favorites   0 Comments

Color spaces of #d36720

RGB 21110332
HSL0.070.740.48
HSV24°85°83°
CMYK 0.000.510.85   0.17
XYZ31.974923.65374.2468
Yxy23.65370.53400.3950
Hunter Lab48.635132.242628.8674
CIE-Lab55.739438.523055.8624

#d36720 color RGB value is (211,103,32).

#d36720 hex color red value is 211, green value is 103 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #d36720 hue: 0.07 , saturation: 0.74 and the lightness value of d36720 is 0.48.

The process color (four color CMYK) of #d36720 color hex is 0.00, 0.51, 0.85, 0.17. Web safe color of #d36720 is #cc6633. Color #d36720 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100111 00100000
Octal 323 147 40
Decimal 211 103 32
Hex D3 67 20

RGB Percentages of Color #d36720

%60.98
%29.77
%9.25

CMYK Percentages of Color #d36720

%0
%51
%85
%17

Triadic Colors of #d36720

#d36720 #20d367 #6720d3

Analogous Colors of #d36720

#d36720 #d3c120 #d32033

Monochromatic Colors of #d36720

#d36720

Complementary Color

#d36720 #208cd3

#d36720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36720 Color CSS Codes

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

#d36720 Text Font Color

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

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


#d36720 Background Color

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

This div background color is #d36720


#d36720 Border Color

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

This div border color is #d36720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36720


Comments

No comments written yet.

Please login to write comment.