Color Hex Logo

#d19c5a Color Hex

#D19C5A
(209,156,90)
0 Favorites   0 Comments

Color spaces of #d19c5a

RGB 20915690
HSL0.090.560.59
HSV33°57°82°
CMYK 0.000.250.57   0.18
XYZ40.028438.070414.9115
Yxy38.07040.43040.4093
Hunter Lab61.70127.824028.8621
CIE-Lab68.072512.401741.8624

#d19c5a color RGB value is (209,156,90).

#d19c5a hex color red value is 209, green value is 156 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #d19c5a hue: 0.09 , saturation: 0.56 and the lightness value of d19c5a is 0.59.

The process color (four color CMYK) of #d19c5a color hex is 0.00, 0.25, 0.57, 0.18. Web safe color of #d19c5a is #cc9966. Color #d19c5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011100 01011010
Octal 321 234 132
Decimal 209 156 90
Hex D1 9C 5A

RGB Percentages of Color #d19c5a

%45.93
%34.29
%19.78

CMYK Percentages of Color #d19c5a

%0
%25
%57
%18

Triadic Colors of #d19c5a

#d19c5a #5ad19c #9c5ad1

Analogous Colors of #d19c5a

#d19c5a #cbd15a #d1615a

Monochromatic Colors of #d19c5a

#d19c5a

Complementary Color

#d19c5a #5a8fd1

#d19c5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19c5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19c5a Color CSS Codes

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

#d19c5a Text Font Color

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

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


#d19c5a Background Color

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

This div background color is #d19c5a


#d19c5a Border Color

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

This div border color is #d19c5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19c5a


Comments

No comments written yet.

Please login to write comment.