Color Hex Logo

#d87d0d Color Hex

#D87D0D
(216,125,13)
0 Favorites   0 Comments

Color spaces of #d87d0d

RGB 21612513
HSL0.090.890.45
HSV33°94°85°
CMYK 0.000.420.94   0.15
XYZ35.725229.29524.1524
Yxy29.29520.51650.4235
Hunter Lab54.125023.100033.3389
CIE-Lab61.041328.766165.5100

#d87d0d color RGB value is (216,125,13).

#d87d0d hex color red value is 216, green value is 125 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #d87d0d hue: 0.09 , saturation: 0.89 and the lightness value of d87d0d is 0.45.

The process color (four color CMYK) of #d87d0d color hex is 0.00, 0.42, 0.94, 0.15. Web safe color of #d87d0d is #cc6600. Color #d87d0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111101 00001101
Octal 330 175 15
Decimal 216 125 13
Hex D8 7D D

RGB Percentages of Color #d87d0d

%61.02
%35.31
%3.67

CMYK Percentages of Color #d87d0d

%0
%42
%94
%15

Triadic Colors of #d87d0d

#d87d0d #0dd87d #7d0dd8

Analogous Colors of #d87d0d

#d87d0d #ced80d #d8180d

Monochromatic Colors of #d87d0d

#d87d0d

Complementary Color

#d87d0d #0d68d8

#d87d0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87d0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87d0d Color CSS Codes

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

#d87d0d Text Font Color

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

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


#d87d0d Background Color

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

This div background color is #d87d0d


#d87d0d Border Color

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

This div border color is #d87d0d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,125,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d87d0d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d87d0d;
  -webkit-box-shadow: 1px 1px 3px 2px #d87d0d;
  box-shadow:         1px 1px 3px 2px #d87d0d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,125,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87d0d


Comments

No comments written yet.

Please login to write comment.