Color Hex Logo

#d9470e Color Hex

#D9470E
(217,71,14)
0 Favorites   0 Comments

Color spaces of #d9470e

RGB 2177114
HSL0.050.880.45
HSV17°94°85°
CMYK 0.000.670.94   0.15
XYZ30.947819.28992.5077
Yxy19.28990.58670.3657
Hunter Lab43.920348.917027.3589
CIE-Lab51.024755.081158.6568

#d9470e color RGB value is (217,71,14).

#d9470e hex color red value is 217, green value is 71 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #d9470e hue: 0.05 , saturation: 0.88 and the lightness value of d9470e is 0.45.

The process color (four color CMYK) of #d9470e color hex is 0.00, 0.67, 0.94, 0.15. Web safe color of #d9470e is #cc3300. Color #d9470e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000111 00001110
Octal 331 107 16
Decimal 217 71 14
Hex D9 47 E

RGB Percentages of Color #d9470e

%71.85
%23.51
%4.64

CMYK Percentages of Color #d9470e

%0
%67
%94
%15

Triadic Colors of #d9470e

#d9470e #0ed947 #470ed9

Analogous Colors of #d9470e

#d9470e #d9ad0e #d90e3a

Monochromatic Colors of #d9470e

#d9470e

Complementary Color

#d9470e #0ea0d9

#d9470e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9470e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9470e Color CSS Codes

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

#d9470e Text Font Color

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

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


#d9470e Background Color

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

This div background color is #d9470e


#d9470e Border Color

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

This div border color is #d9470e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,71,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9470e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9470e;
  -webkit-box-shadow: 1px 1px 3px 2px #d9470e;
  box-shadow:         1px 1px 3px 2px #d9470e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,71,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9470e


Comments

No comments written yet.

Please login to write comment.