Color Hex Logo

#d19403 Color Hex

#D19403
(209,148,3)
0 Favorites   0 Comments

Color spaces of #d19403

RGB 2091483
HSL0.120.970.42
HSV42°99°82°
CMYK 0.000.290.99   0.18
XYZ36.900834.74174.8471
Yxy34.74170.48240.4542
Hunter Lab58.94218.601636.3838
CIE-Lab65.547113.260069.7162

#d19403 color RGB value is (209,148,3).

#d19403 hex color red value is 209, green value is 148 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #d19403 hue: 0.12 , saturation: 0.97 and the lightness value of d19403 is 0.42.

The process color (four color CMYK) of #d19403 color hex is 0.00, 0.29, 0.99, 0.18. Web safe color of #d19403 is #cc9900. Color #d19403 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010100 00000011
Octal 321 224 3
Decimal 209 148 3
Hex D1 94 3

RGB Percentages of Color #d19403

%58.06
%41.11
%0.83

CMYK Percentages of Color #d19403

%0
%29
%99
%18

Triadic Colors of #d19403

#d19403 #03d194 #9403d1

Analogous Colors of #d19403

#d19403 #a7d103 #d12d03

Monochromatic Colors of #d19403

#d19403

Complementary Color

#d19403 #0340d1

#d19403 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19403 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19403 Color CSS Codes

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

#d19403 Text Font Color

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

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


#d19403 Background Color

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

This div background color is #d19403


#d19403 Border Color

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

This div border color is #d19403


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19403


Comments

No comments written yet.

Please login to write comment.