Color Hex Logo

#d38603 Color Hex

#D38603
(211,134,3)
0 Favorites   0 Comments

Color spaces of #d38603

RGB 2111343
HSL0.100.970.42
HSV38°99°83°
CMYK 0.000.360.99   0.17
XYZ35.405530.90574.1855
Yxy30.90570.50220.4384
Hunter Lab55.592916.393934.4512
CIE-Lab62.427921.709567.7224

#d38603 color RGB value is (211,134,3).

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

The process color (four color CMYK) of #d38603 color hex is 0.00, 0.36, 0.99, 0.17. Web safe color of #d38603 is #cc9900. Color #d38603 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000110 00000011
Octal 323 206 3
Decimal 211 134 3
Hex D3 86 3

RGB Percentages of Color #d38603

%60.63
%38.51
%0.86

CMYK Percentages of Color #d38603

%0
%36
%99
%17

Triadic Colors of #d38603

#d38603 #03d386 #8603d3

Analogous Colors of #d38603

#d38603 #b8d303 #d31e03

Monochromatic Colors of #d38603

#d38603

Complementary Color

#d38603 #0350d3

#d38603 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38603 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38603 Color CSS Codes

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

#d38603 Text Font Color

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

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


#d38603 Background Color

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

This div background color is #d38603


#d38603 Border Color

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

This div border color is #d38603


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,134,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 #d38603">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38603


Comments

No comments written yet.

Please login to write comment.