Color Hex Logo

#d18110 Color Hex

#D18110
(209,129,16)
0 Favorites   0 Comments

Color spaces of #d18110

RGB 20912916
HSL0.100.860.44
HSV35°92°82°
CMYK 0.000.380.92   0.18
XYZ34.238329.29324.3398
Yxy29.29320.50450.4316
Hunter Lab54.123218.203433.1321
CIE-Lab61.039523.696564.5091

#d18110 color RGB value is (209,129,16).

#d18110 hex color red value is 209, green value is 129 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #d18110 hue: 0.10 , saturation: 0.86 and the lightness value of d18110 is 0.44.

The process color (four color CMYK) of #d18110 color hex is 0.00, 0.38, 0.92, 0.18. Web safe color of #d18110 is #cc9900. Color #d18110 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000001 00010000
Octal 321 201 20
Decimal 209 129 16
Hex D1 81 10

RGB Percentages of Color #d18110

%59.04
%36.44
%4.52

CMYK Percentages of Color #d18110

%0
%38
%92
%18

Triadic Colors of #d18110

#d18110 #10d181 #8110d1

Analogous Colors of #d18110

#d18110 #c1d110 #d12110

Monochromatic Colors of #d18110

#d18110

Complementary Color

#d18110 #1060d1

#d18110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18110 Color CSS Codes

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

#d18110 Text Font Color

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

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


#d18110 Background Color

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

This div background color is #d18110


#d18110 Border Color

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

This div border color is #d18110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18110


Comments

No comments written yet.

Please login to write comment.