Color Hex Logo

#d19c16 Color Hex

#D19C16
(209,156,22)
0 Favorites   0 Comments

Color spaces of #d19c16

RGB 20915622
HSL0.120.810.45
HSV43°89°82°
CMYK 0.000.250.89   0.18
XYZ38.327837.39025.9560
Yxy37.39020.46930.4578
Hunter Lab61.14754.877237.0282
CIE-Lab67.56889.188468.1631

#d19c16 color RGB value is (209,156,22).

#d19c16 hex color red value is 209, green value is 156 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #d19c16 hue: 0.12 , saturation: 0.81 and the lightness value of d19c16 is 0.45.

The process color (four color CMYK) of #d19c16 color hex is 0.00, 0.25, 0.89, 0.18. Web safe color of #d19c16 is #cc9900. Color #d19c16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011100 00010110
Octal 321 234 26
Decimal 209 156 22
Hex D1 9C 16

RGB Percentages of Color #d19c16

%54.01
%40.31
%5.68

CMYK Percentages of Color #d19c16

%0
%25
%89
%18

Triadic Colors of #d19c16

#d19c16 #16d19c #9c16d1

Analogous Colors of #d19c16

#d19c16 #a9d116 #d13f16

Monochromatic Colors of #d19c16

#d19c16

Complementary Color

#d19c16 #164bd1

#d19c16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19c16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19c16 Color CSS Codes

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

#d19c16 Text Font Color

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

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


#d19c16 Background Color

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

This div background color is #d19c16


#d19c16 Border Color

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

This div border color is #d19c16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19c16


Comments

No comments written yet.

Please login to write comment.