Color Hex Logo

#d88715 Color Hex

#D88715
(216,135,21)
0 Favorites   0 Comments

Color spaces of #d88715

RGB 21613521
HSL0.100.820.46
HSV35°90°85°
CMYK 0.000.380.90   0.15
XYZ37.118231.98104.9261
Yxy31.98100.50140.4320
Hunter Lab56.551718.194434.4216
CIE-Lab63.327223.543465.5058

#d88715 color RGB value is (216,135,21).

#d88715 hex color red value is 216, green value is 135 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #d88715 hue: 0.10 , saturation: 0.82 and the lightness value of d88715 is 0.46.

The process color (four color CMYK) of #d88715 color hex is 0.00, 0.38, 0.90, 0.15. Web safe color of #d88715 is #cc9900. Color #d88715 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000111 00010101
Octal 330 207 25
Decimal 216 135 21
Hex D8 87 15

RGB Percentages of Color #d88715

%58.06
%36.29
%5.65

CMYK Percentages of Color #d88715

%0
%38
%90
%15

Triadic Colors of #d88715

#d88715 #15d887 #8715d8

Analogous Colors of #d88715

#d88715 #c8d815 #d82615

Monochromatic Colors of #d88715

#d88715

Complementary Color

#d88715 #1566d8

#d88715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88715 Color CSS Codes

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

#d88715 Text Font Color

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

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


#d88715 Background Color

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

This div background color is #d88715


#d88715 Border Color

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

This div border color is #d88715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88715


Comments

No comments written yet.

Please login to write comment.