Color Hex Logo

#d47718 Color Hex

#D47718
(212,119,24)
0 Favorites   0 Comments

Color spaces of #d47718

RGB 21211924
HSL0.080.800.46
HSV30°89°83°
CMYK 0.000.440.89   0.17
XYZ33.913127.25664.3378
Yxy27.25660.51770.4161
Hunter Lab52.207924.586031.6193
CIE-Lab59.211130.447761.3671

#d47718 color RGB value is (212,119,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110111 00011000
Octal 324 167 30
Decimal 212 119 24
Hex D4 77 18

RGB Percentages of Color #d47718

%59.72
%33.52
%6.76

CMYK Percentages of Color #d47718

%0
%44
%89
%17

Triadic Colors of #d47718

#d47718 #18d477 #7718d4

Analogous Colors of #d47718

#d47718 #d3d418 #d41918

Monochromatic Colors of #d47718

#d47718

Complementary Color

#d47718 #1875d4

#d47718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47718 Color CSS Codes

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

#d47718 Text Font Color

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

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


#d47718 Background Color

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

This div background color is #d47718


#d47718 Border Color

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

This div border color is #d47718


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,119,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47718


Comments

No comments written yet.

Please login to write comment.