Color Hex Logo

#d37716 Color Hex

#D37716
(211,119,22)
0 Favorites   0 Comments

Color spaces of #d37716

RGB 21111922
HSL0.090.810.46
HSV31°90°83°
CMYK 0.000.440.90   0.17
XYZ33.605627.10054.2188
Yxy27.10050.51760.4174
Hunter Lab52.058124.127131.6358
CIE-Lab59.067229.992761.7495

#d37716 color RGB value is (211,119,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110111 00010110
Octal 323 167 26
Decimal 211 119 22
Hex D3 77 16

RGB Percentages of Color #d37716

%59.94
%33.81
%6.25

CMYK Percentages of Color #d37716

%0
%44
%90
%17

Triadic Colors of #d37716

#d37716 #16d377 #7716d3

Analogous Colors of #d37716

#d37716 #d1d316 #d31916

Monochromatic Colors of #d37716

#d37716

Complementary Color

#d37716 #1672d3

#d37716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37716 Color CSS Codes

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

#d37716 Text Font Color

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

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


#d37716 Background Color

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

This div background color is #d37716


#d37716 Border Color

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

This div border color is #d37716


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,119,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 #d37716">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37716


Comments

No comments written yet.

Please login to write comment.