Color Hex Logo

#d19716 Color Hex

#D19716
(209,151,22)
0 Favorites   0 Comments

Color spaces of #d19716

RGB 20915122
HSL0.110.810.45
HSV41°89°82°
CMYK 0.000.280.89   0.18
XYZ37.505935.74655.6820
Yxy35.74650.47520.4529
Hunter Lab59.78847.345336.2172
CIE-Lab66.325811.886567.2026

#d19716 color RGB value is (209,151,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010111 00010110
Octal 321 227 26
Decimal 209 151 22
Hex D1 97 16

RGB Percentages of Color #d19716

%54.71
%39.53
%5.76

CMYK Percentages of Color #d19716

%0
%28
%89
%18

Triadic Colors of #d19716

#d19716 #16d197 #9716d1

Analogous Colors of #d19716

#d19716 #aed116 #d13a16

Monochromatic Colors of #d19716

#d19716

Complementary Color

#d19716 #1650d1

#d19716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19716 Color CSS Codes

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

#d19716 Text Font Color

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

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


#d19716 Background Color

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

This div background color is #d19716


#d19716 Border Color

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

This div border color is #d19716


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,151,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 #d19716">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19716


Comments

No comments written yet.

Please login to write comment.