Color Hex Logo

#d19526 Color Hex

#D19526
(209,149,38)
0 Favorites   0 Comments

Color spaces of #d19526

RGB 20914938
HSL0.110.690.48
HSV39°82°82°
CMYK 0.000.290.82   0.18
XYZ37.391835.19016.6553
Yxy35.19010.47190.4441
Hunter Lab59.32128.701234.8731
CIE-Lab65.896413.365062.4177

#d19526 color RGB value is (209,149,38).

#d19526 hex color red value is 209, green value is 149 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #d19526 hue: 0.11 , saturation: 0.69 and the lightness value of d19526 is 0.48.

The process color (four color CMYK) of #d19526 color hex is 0.00, 0.29, 0.82, 0.18. Web safe color of #d19526 is #cc9933. Color #d19526 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010101 00100110
Octal 321 225 46
Decimal 209 149 38
Hex D1 95 26

RGB Percentages of Color #d19526

%52.78
%37.63
%9.60

CMYK Percentages of Color #d19526

%0
%29
%82
%18

Triadic Colors of #d19526

#d19526 #26d195 #9526d1

Analogous Colors of #d19526

#d19526 #b8d126 #d14026

Monochromatic Colors of #d19526

#d19526

Complementary Color

#d19526 #2662d1

#d19526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19526 Color CSS Codes

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

#d19526 Text Font Color

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

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


#d19526 Background Color

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

This div background color is #d19526


#d19526 Border Color

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

This div border color is #d19526


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19526


Comments

No comments written yet.

Please login to write comment.