Color Hex Logo

#d19340 Color Hex

#D19340
(209,147,64)
0 Favorites   0 Comments

Color spaces of #d19340

RGB 20914764
HSL0.100.610.54
HSV34°69°82°
CMYK 0.000.300.69   0.18
XYZ37.653634.79299.5816
Yxy34.79290.45900.4242
Hunter Lab58.985510.721431.6588
CIE-Lab65.587115.551251.7085

#d19340 color RGB value is (209,147,64).

#d19340 hex color red value is 209, green value is 147 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #d19340 hue: 0.10 , saturation: 0.61 and the lightness value of d19340 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010011 01000000
Octal 321 223 100
Decimal 209 147 64
Hex D1 93 40

RGB Percentages of Color #d19340

%49.76
%35.00
%15.24

CMYK Percentages of Color #d19340

%0
%30
%69
%18

Triadic Colors of #d19340

#d19340 #40d193 #9340d1

Analogous Colors of #d19340

#d19340 #c7d140 #d14a40

Monochromatic Colors of #d19340

#d19340

Complementary Color

#d19340 #407ed1

#d19340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19340 Color CSS Codes

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

#d19340 Text Font Color

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

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


#d19340 Background Color

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

This div background color is #d19340


#d19340 Border Color

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

This div border color is #d19340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19340


Comments

No comments written yet.

Please login to write comment.