Color Hex Logo

#d17c08 Color Hex

#D17C08
(209,124,8)
0 Favorites   0 Comments

Color spaces of #d17c08

RGB 2091248
HSL0.100.930.43
HSV35°96°82°
CMYK 0.000.410.96   0.18
XYZ33.546027.98813.8639
Yxy27.98810.51300.4280
Hunter Lab52.903820.604332.7023
CIE-Lab59.878026.288965.1009

#d17c08 color RGB value is (209,124,8).

#d17c08 hex color red value is 209, green value is 124 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #d17c08 hue: 0.10 , saturation: 0.93 and the lightness value of d17c08 is 0.43.

The process color (four color CMYK) of #d17c08 color hex is 0.00, 0.41, 0.96, 0.18. Web safe color of #d17c08 is #cc6600. Color #d17c08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111100 00001000
Octal 321 174 10
Decimal 209 124 8
Hex D1 7C 8

RGB Percentages of Color #d17c08

%61.29
%36.36
%2.35

CMYK Percentages of Color #d17c08

%0
%41
%96
%18

Triadic Colors of #d17c08

#d17c08 #08d17c #7c08d1

Analogous Colors of #d17c08

#d17c08 #c2d108 #d11808

Monochromatic Colors of #d17c08

#d17c08

Complementary Color

#d17c08 #085dd1

#d17c08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17c08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17c08 Color CSS Codes

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

#d17c08 Text Font Color

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

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


#d17c08 Background Color

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

This div background color is #d17c08


#d17c08 Border Color

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

This div border color is #d17c08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17c08


Comments

No comments written yet.

Please login to write comment.