COLOR #D88316

HEX: #D88316
RGB: (216,131,22)

Color info

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

RGB color model

#D88316 color RGB value is (216,131,22).

  • red value is 216;
  • green value is 131;
  • blue value is 22.
RGB:
(216,131,22)
(85%,51%,9%)

RGB channels and saturation

R 216 of 255 = 85%
G 131 of 255 = 51%
B 22 of 255 = 9%

216
131
22

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

Portions of RGB colors in percentages

R + G + B =
216 + 131 + 22 = 369 (100%)
R 216 of 369 ~ 58.54%
G 131 of 369 ~ 35.5%
B 22 of 369 ~ 5.96%

%58.54
%35.5

CMYK color model

#D88316 color CMYK value is (0,39,90,15).

  • cyan value is 0.00%
  • magenta value is 39.35%
  • yellow value is 89.81%
  • key color value is 15.29%
CMYK:
(0,39,90,15)
C0M39Y90K15 
(0%,39%,90%,15%)
(0.00/0.39/0.90/0.15)	

CMYK percentages

%0
%39.35
%89.81
%15.29

Codes

Color #D88316 in popluar color models

D88316
RGB21613122
HSL34°81.51%46.67%
HSB/HSV34°89.81%84.71%
CMYK0.00%39.35%89.81%
15.29%

Color #D88316 in popluar number systems.

HEXD88316
Decimal21613122
Binary110110001000001110110
Octal33020326

Shades and tints

Shades of #D88316

#D88316
(216,131,22)
#C57814
(197,120,20)
#B26D12
(178,109,18)
#9F6210
(159,98,16)
#8C570E
(140,87,14)
#794C0C
(121,76,12)
#66410A
(102,65,10)
#533608
(83,54,8)
#402B06
(64,43,6)
#2D2004
(45,32,4)
#1A1502
(26,21,2)
#000000
(0,0,0)

Tints of #D88316

#D88316
(216,131,22)
#DB8E2B
(219,142,43)
#DE9940
(222,153,64)
#E1A455
(225,164,85)
#E4AF6A
(228,175,106)
#E7BA7F
(231,186,127)
#EAC594
(234,197,148)
#EDD0A9
(237,208,169)
#F0DBBE
(240,219,190)
#F3E6D3
(243,230,211)
#F6F1E8
(246,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D88316 color. Also use rgb(216,131,22) instead hex code.

Text Font Color

.myTextColor { color: #D88316; }

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

This text font color is #D88316.


Background Color

.myBgColor { background-color: #D88316; }

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

This div background color is #D88316.


Border color

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

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

This div border color is #D88316.


Opacity

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

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

Text with #D88316 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 #D88316;}

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

This text has shadow with #D88316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D88316 on black background.


Color preview on white background

This text has color #D88316 on white background.



Black color preview on #D88316 background

This text has black color on #D88316 background.


White color preview on #D88316 background

This text has white color on #D88316 background.