Color Hex Logo

#d06014 Color Hex

#D06014
(208,96,20)
0 Favorites   0 Comments

Color spaces of #d06014

RGB 2089620
HSL0.070.820.45
HSV24°90°82°
CMYK 0.000.540.90   0.18
XYZ30.321621.82613.2766
Yxy21.82610.54710.3938
Hunter Lab46.718434.094428.5446
CIE-Lab53.842040.601558.2086

#d06014 color RGB value is (208,96,20).

#d06014 hex color red value is 208, green value is 96 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #d06014 hue: 0.07 , saturation: 0.82 and the lightness value of d06014 is 0.45.

The process color (four color CMYK) of #d06014 color hex is 0.00, 0.54, 0.90, 0.18. Web safe color of #d06014 is #cc6600. Color #d06014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100000 00010100
Octal 320 140 24
Decimal 208 96 20
Hex D0 60 14

RGB Percentages of Color #d06014

%64.20
%29.63
%6.17

CMYK Percentages of Color #d06014

%0
%54
%90
%18

Triadic Colors of #d06014

#d06014 #14d060 #6014d0

Analogous Colors of #d06014

#d06014 #d0be14 #d01426

Monochromatic Colors of #d06014

#d06014

Complementary Color

#d06014 #1484d0

#d06014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06014 Color CSS Codes

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

#d06014 Text Font Color

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

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


#d06014 Background Color

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

This div background color is #d06014


#d06014 Border Color

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

This div border color is #d06014


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,96,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d06014; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d06014;
  -webkit-box-shadow: 1px 1px 3px 2px #d06014;
  box-shadow:         1px 1px 3px 2px #d06014; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,96,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06014

#d06014 Color Palettes


Comments

No comments written yet.

Please login to write comment.