Color Hex Logo

#d86603 Color Hex

#D86603
(216,102,3)
0 Favorites   0 Comments

Color spaces of #d86603

RGB 2161023
HSL0.080.970.43
HSV28°99°85°
CMYK 0.000.530.99   0.15
XYZ33.086724.10822.9956
Yxy24.10820.54970.4005
Hunter Lab49.100134.359230.7528
CIE-Lab56.196040.539664.0988

#d86603 color RGB value is (216,102,3).

#d86603 hex color red value is 216, green value is 102 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #d86603 hue: 0.08 , saturation: 0.97 and the lightness value of d86603 is 0.43.

The process color (four color CMYK) of #d86603 color hex is 0.00, 0.53, 0.99, 0.15. Web safe color of #d86603 is #cc6600. Color #d86603 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100110 00000011
Octal 330 146 3
Decimal 216 102 3
Hex D8 66 3

RGB Percentages of Color #d86603

%67.29
%31.78
%0.93

CMYK Percentages of Color #d86603

%0
%53
%99
%15

Triadic Colors of #d86603

#d86603 #03d866 #6603d8

Analogous Colors of #d86603

#d86603 #d8d103 #d8030a

Monochromatic Colors of #d86603

#d86603

Complementary Color

#d86603 #0375d8

#d86603 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86603 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86603 Color CSS Codes

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

#d86603 Text Font Color

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

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


#d86603 Background Color

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

This div background color is #d86603


#d86603 Border Color

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

This div border color is #d86603


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86603


Comments

No comments written yet.

Please login to write comment.