Color Hex Logo

#d19120 Color Hex

#D19120
(209,145,32)
0 Favorites   0 Comments

Color spaces of #d19120

RGB 20914532
HSL0.110.730.47
HSV38°85°82°
CMYK 0.000.310.85   0.18
XYZ36.680633.91045.9786
Yxy33.91040.47900.4429
Hunter Lab58.232610.529634.6757
CIE-Lab64.891415.359263.4511

#d19120 color RGB value is (209,145,32).

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

The process color (four color CMYK) of #d19120 color hex is 0.00, 0.31, 0.85, 0.18. Web safe color of #d19120 is #cc9933. Color #d19120 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010001 00100000
Octal 321 221 40
Decimal 209 145 32
Hex D1 91 20

RGB Percentages of Color #d19120

%54.15
%37.56
%8.29

CMYK Percentages of Color #d19120

%0
%31
%85
%18

Triadic Colors of #d19120

#d19120 #20d191 #9120d1

Analogous Colors of #d19120

#d19120 #b9d120 #d13820

Monochromatic Colors of #d19120

#d19120

Complementary Color

#d19120 #2060d1

#d19120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19120 Color CSS Codes

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

#d19120 Text Font Color

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

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


#d19120 Background Color

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

This div background color is #d19120


#d19120 Border Color

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

This div border color is #d19120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19120


Comments

No comments written yet.

Please login to write comment.