Color Hex Logo

#d06117 Color Hex

#D06117
(208,97,23)
0 Favorites   0 Comments

Color spaces of #d06117

RGB 2089723
HSL0.070.800.45
HSV24°89°82°
CMYK 0.000.530.89   0.18
XYZ30.441822.02113.4567
Yxy22.02110.54440.3938
Hunter Lab46.926633.673228.4812
CIE-Lab54.049440.158557.4466

#d06117 color RGB value is (208,97,23).

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

The process color (four color CMYK) of #d06117 color hex is 0.00, 0.53, 0.89, 0.18. Web safe color of #d06117 is #cc6600. Color #d06117 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100001 00010111
Octal 320 141 27
Decimal 208 97 23
Hex D0 61 17

RGB Percentages of Color #d06117

%63.41
%29.57
%7.01

CMYK Percentages of Color #d06117

%0
%53
%89
%18

Triadic Colors of #d06117

#d06117 #17d061 #6117d0

Analogous Colors of #d06117

#d06117 #d0be17 #d01729

Monochromatic Colors of #d06117

#d06117

Complementary Color

#d06117 #1786d0

#d06117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06117 Color CSS Codes

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

#d06117 Text Font Color

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

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


#d06117 Background Color

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

This div background color is #d06117


#d06117 Border Color

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

This div border color is #d06117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06117


Comments

No comments written yet.

Please login to write comment.