COLOR #D88E15

HEX: #D88E15
RGB: (216,142,21)

Color info

#D88E15 contains mainly red color. Web safe color of #D88E15 is #CC9900 (or #C90).

RGB color model

#D88E15 color RGB value is (216,142,21).

  • red value is 216;
  • green value is 142;
  • blue value is 21.
RGB:
(216,142,21)
(85%,56%,8%)

RGB channels and saturation

R 216 of 255 = 85%
G 142 of 255 = 56%
B 21 of 255 = 8%

216
142
21

R + G + B ~ 50%. #D88E15 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
216 + 142 + 21 = 379 (100%)
R 216 of 379 ~ 56.99%
G 142 of 379 ~ 37.47%
B 21 of 379 ~ 5.54%

%56.99
%37.47

CMYK color model

#D88E15 color CMYK value is (0,34,90,15).

  • cyan value is 0.00%
  • magenta value is 34.26%
  • yellow value is 90.28%
  • key color value is 15.29%
CMYK:
(0,34,90,15)
C0M34Y90K15 
(0%,34%,90%,15%)
(0.00/0.34/0.90/0.15)	

CMYK percentages

%0
%34.26
%90.28
%15.29

Codes

Color #D88E15 in popluar color models

D88E15
RGB21614221
HSL37°82.28%46.47%
HSB/HSV37°90.28%84.71%
CMYK0.00%34.26%90.28%
15.29%

Color #D88E15 in popluar number systems.

HEXD88E15
Decimal21614221
Binary110110001000111010101
Octal33021625

Shades and tints

Shades of #D88E15

#D88E15
(216,142,21)
#C58214
(197,130,20)
#B27613
(178,118,19)
#9F6A12
(159,106,18)
#8C5E11
(140,94,17)
#795210
(121,82,16)
#66460F
(102,70,15)
#533A0E
(83,58,14)
#402E0D
(64,46,13)
#2D220C
(45,34,12)
#1A160B
(26,22,11)
#000000
(0,0,0)

Tints of #D88E15

#D88E15
(216,142,21)
#DB982A
(219,152,42)
#DEA23F
(222,162,63)
#E1AC54
(225,172,84)
#E4B669
(228,182,105)
#E7C07E
(231,192,126)
#EACA93
(234,202,147)
#EDD4A8
(237,212,168)
#F0DEBD
(240,222,189)
#F3E8D2
(243,232,210)
#F6F2E7
(246,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D88E15 color. Also use rgb(216,142,21) instead hex code.

Text Font Color

.myTextColor { color: #D88E15; }

<p style="color:#D88E15">This sample text font color is #D88E15.</p>

This text font color is #D88E15.


Background Color

.myBgColor { background-color: #D88E15; }

<div style="background-color:#D88E15">Inner text</div>

This div background color is #D88E15.


Border color

.myBorderColor { border: 1px solid #D88E15; }

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

This div border color is #D88E15.


Opacity

.myOpacity80 { color: #D88E15; opacity: 0.8; }

<p style="color:#D88E15;opacity:0.8;">80%</p>

Text with #D88E15 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D88E15;}

<p style="text-shadow: 3px 3px 1px #D88E15">Text here.</p>

This text has shadow with #D88E15 color.

.textShadow {text-shadow: 3px 3px 1px #D88E15, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D88E15, 5px 5px 20px red">Text here.</p>

This text has shadow with #D88E15 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D88E15, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D88E15, Direction=45, Strength=4)">Text</p>

This text has shadow with #D88E15 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D88E15;
  -webkit-box-shadow:	1px 1px 3px 2px #D88E15;
  box-shadow:		1px 1px 3px 2px #D88E15;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D88E15;
-webkit-box-shadow: 1px 1px 3px 2px #D88E15;
box-shadow:1px 1px 3px 2px #D88E15;">
Div content here</div>
This div box has shadow with color #D88E15.

Preview

Color preview on black background

This text has color #D88E15 on black background.


Color preview on white background

This text has color #D88E15 on white background.



Black color preview on #D88E15 background

This text has black color on #D88E15 background.


White color preview on #D88E15 background

This text has white color on #D88E15 background.