Color Hex Logo

#d19138 Color Hex

#D19138
(209,145,56)
0 Favorites   0 Comments

Color spaces of #d19138

RGB 20914556
HSL0.100.620.52
HSV35°73°82°
CMYK 0.000.310.73   0.18
XYZ37.133734.09168.3646
Yxy34.09160.46660.4283
Hunter Lab58.388011.343732.3778
CIE-Lab65.035216.232154.6951

#d19138 color RGB value is (209,145,56).

#d19138 hex color red value is 209, green value is 145 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #d19138 hue: 0.10 , saturation: 0.62 and the lightness value of d19138 is 0.52.

The process color (four color CMYK) of #d19138 color hex is 0.00, 0.31, 0.73, 0.18. Web safe color of #d19138 is #cc9933. Color #d19138 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010001 00111000
Octal 321 221 70
Decimal 209 145 56
Hex D1 91 38

RGB Percentages of Color #d19138

%50.98
%35.37
%13.66

CMYK Percentages of Color #d19138

%0
%31
%73
%18

Triadic Colors of #d19138

#d19138 #38d191 #9138d1

Analogous Colors of #d19138

#d19138 #c5d138 #d14438

Monochromatic Colors of #d19138

#d19138

Complementary Color

#d19138 #3878d1

#d19138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19138 Color CSS Codes

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

#d19138 Text Font Color

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

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


#d19138 Background Color

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

This div background color is #d19138


#d19138 Border Color

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

This div border color is #d19138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19138


Comments

No comments written yet.

Please login to write comment.