Color Hex Logo

#d19321 Color Hex

#D19321
(209,147,33)
0 Favorites   0 Comments

Color spaces of #d19321

RGB 20914733
HSL0.110.730.47
HSV39°84°82°
CMYK 0.000.300.84   0.18
XYZ37.002734.53266.1540
Yxy34.53260.47630.4445
Hunter Lab58.76449.559834.9261
CIE-Lab65.383114.302163.5627

#d19321 color RGB value is (209,147,33).

#d19321 hex color red value is 209, green value is 147 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #d19321 hue: 0.11 , saturation: 0.73 and the lightness value of d19321 is 0.47.

The process color (four color CMYK) of #d19321 color hex is 0.00, 0.30, 0.84, 0.18. Web safe color of #d19321 is #cc9933. Color #d19321 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010011 00100001
Octal 321 223 41
Decimal 209 147 33
Hex D1 93 21

RGB Percentages of Color #d19321

%53.73
%37.79
%8.48

CMYK Percentages of Color #d19321

%0
%30
%84
%18

Triadic Colors of #d19321

#d19321 #21d193 #9321d1

Analogous Colors of #d19321

#d19321 #b7d121 #d13b21

Monochromatic Colors of #d19321

#d19321

Complementary Color

#d19321 #215fd1

#d19321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19321 Color CSS Codes

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

#d19321 Text Font Color

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

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


#d19321 Background Color

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

This div background color is #d19321


#d19321 Border Color

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

This div border color is #d19321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19321


Comments

No comments written yet.

Please login to write comment.