Color Hex Logo

#d46717 Color Hex

#D46717
(212,103,23)
0 Favorites   0 Comments

Color spaces of #d46717

RGB 21210323
HSL0.070.800.46
HSV25°89°83°
CMYK 0.000.510.89   0.17
XYZ32.156323.75943.7018
Yxy23.75940.53940.3985
Hunter Lab48.743632.455629.6178
CIE-Lab55.846138.719459.0816

#d46717 color RGB value is (212,103,23).

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

The process color (four color CMYK) of #d46717 color hex is 0.00, 0.51, 0.89, 0.17. Web safe color of #d46717 is #cc6600. Color #d46717 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100111 00010111
Octal 324 147 27
Decimal 212 103 23
Hex D4 67 17

RGB Percentages of Color #d46717

%62.72
%30.47
%6.80

CMYK Percentages of Color #d46717

%0
%51
%89
%17

Triadic Colors of #d46717

#d46717 #17d467 #6717d4

Analogous Colors of #d46717

#d46717 #d4c617 #d41726

Monochromatic Colors of #d46717

#d46717

Complementary Color

#d46717 #1784d4

#d46717 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46717 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46717 Color CSS Codes

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

#d46717 Text Font Color

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

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


#d46717 Background Color

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

This div background color is #d46717


#d46717 Border Color

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

This div border color is #d46717


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46717


Comments

No comments written yet.

Please login to write comment.