Color Hex Logo

#d4861d Color Hex

#D4861D
(212,134,29)
0 Favorites   0 Comments

Color spaces of #d4861d

RGB 21213429
HSL0.100.760.47
HSV34°86°83°
CMYK 0.000.370.86   0.17
XYZ35.898231.13605.2802
Yxy31.13600.49640.4306
Hunter Lab55.799617.187033.4493
CIE-Lab62.622322.533062.6222

#d4861d color RGB value is (212,134,29).

#d4861d hex color red value is 212, green value is 134 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #d4861d hue: 0.10 , saturation: 0.76 and the lightness value of d4861d is 0.47.

The process color (four color CMYK) of #d4861d color hex is 0.00, 0.37, 0.86, 0.17. Web safe color of #d4861d is #cc9933. Color #d4861d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000110 00011101
Octal 324 206 35
Decimal 212 134 29
Hex D4 86 1D

RGB Percentages of Color #d4861d

%56.53
%35.73
%7.73

CMYK Percentages of Color #d4861d

%0
%37
%86
%17

Triadic Colors of #d4861d

#d4861d #1dd486 #861dd4

Analogous Colors of #d4861d

#d4861d #c7d41d #d42b1d

Monochromatic Colors of #d4861d

#d4861d

Complementary Color

#d4861d #1d6bd4

#d4861d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4861d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4861d Color CSS Codes

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

#d4861d Text Font Color

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

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


#d4861d Background Color

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

This div background color is #d4861d


#d4861d Border Color

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

This div border color is #d4861d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4861d


Comments

No comments written yet.

Please login to write comment.