Color Hex Logo

#d1811f Color Hex

#D1811F
(209,129,31)
0 Favorites   0 Comments

Color spaces of #d1811f

RGB 20912931
HSL0.090.740.47
HSV33°85°82°
CMYK 0.000.380.85   0.18
XYZ34.392129.35485.1497
Yxy29.35480.49920.4261
Hunter Lab54.180118.492032.2907
CIE-Lab61.093523.995860.5922

#d1811f color RGB value is (209,129,31).

#d1811f hex color red value is 209, green value is 129 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #d1811f hue: 0.09 , saturation: 0.74 and the lightness value of d1811f is 0.47.

The process color (four color CMYK) of #d1811f color hex is 0.00, 0.38, 0.85, 0.18. Web safe color of #d1811f is #cc9933. Color #d1811f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000001 00011111
Octal 321 201 37
Decimal 209 129 31
Hex D1 81 1F

RGB Percentages of Color #d1811f

%56.64
%34.96
%8.40

CMYK Percentages of Color #d1811f

%0
%38
%85
%18

Triadic Colors of #d1811f

#d1811f #1fd181 #811fd1

Analogous Colors of #d1811f

#d1811f #c8d11f #d1281f

Monochromatic Colors of #d1811f

#d1811f

Complementary Color

#d1811f #1f6fd1

#d1811f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1811f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1811f Color CSS Codes

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

#d1811f Text Font Color

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

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


#d1811f Background Color

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

This div background color is #d1811f


#d1811f Border Color

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

This div border color is #d1811f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,129,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1811f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1811f;
  -webkit-box-shadow: 1px 1px 3px 2px #d1811f;
  box-shadow:         1px 1px 3px 2px #d1811f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,129,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1811f


Comments

No comments written yet.

Please login to write comment.