Color Hex Logo

#d18301 Color Hex

#D18301
(209,131,1)
0 Favorites   0 Comments

Color spaces of #d18301

RGB 2091311
HSL0.100.990.41
HSV38°100°82°
CMYK 0.000.371.00   0.18
XYZ34.416329.79013.9648
Yxy29.79010.50490.4370
Hunter Lab54.580317.039933.8993
CIE-Lab61.472722.444867.2832

#d18301 color RGB value is (209,131,1).

#d18301 hex color red value is 209, green value is 131 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #d18301 hue: 0.10 , saturation: 0.99 and the lightness value of d18301 is 0.41.

The process color (four color CMYK) of #d18301 color hex is 0.00, 0.37, 1.00, 0.18. Web safe color of #d18301 is #cc9900. Color #d18301 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000011 00000001
Octal 321 203 1
Decimal 209 131 1
Hex D1 83 1

RGB Percentages of Color #d18301

%61.29
%38.42
%0.29

CMYK Percentages of Color #d18301

%0
%37
%100
%18

Triadic Colors of #d18301

#d18301 #01d183 #8301d1

Analogous Colors of #d18301

#d18301 #b7d101 #d11b01

Monochromatic Colors of #d18301

#d18301

Complementary Color

#d18301 #014fd1

#d18301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18301 Color CSS Codes

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

#d18301 Text Font Color

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

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


#d18301 Background Color

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

This div background color is #d18301


#d18301 Border Color

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

This div border color is #d18301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18301


Comments

No comments written yet.

Please login to write comment.