Color Hex Logo

#d19032 Color Hex

#D19032
(209,144,50)
0 Favorites   0 Comments

Color spaces of #d19032

RGB 20914450
HSL0.100.630.51
HSV35°76°82°
CMYK 0.000.310.76   0.18
XYZ36.843533.73217.5867
Yxy33.73210.47140.4316
Hunter Lab58.079311.595332.9107
CIE-Lab64.749416.509556.9241

#d19032 color RGB value is (209,144,50).

#d19032 hex color red value is 209, green value is 144 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #d19032 hue: 0.10 , saturation: 0.63 and the lightness value of d19032 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010000 00110010
Octal 321 220 62
Decimal 209 144 50
Hex D1 90 32

RGB Percentages of Color #d19032

%51.86
%35.73
%12.41

CMYK Percentages of Color #d19032

%0
%31
%76
%18

Triadic Colors of #d19032

#d19032 #32d190 #9032d1

Analogous Colors of #d19032

#d19032 #c3d132 #d14132

Monochromatic Colors of #d19032

#d19032

Complementary Color

#d19032 #3273d1

#d19032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19032 Color CSS Codes

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

#d19032 Text Font Color

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

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


#d19032 Background Color

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

This div background color is #d19032


#d19032 Border Color

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

This div border color is #d19032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19032


Comments

No comments written yet.

Please login to write comment.