COLOR #D96023

HEX: #D96023
RGB: (217,96,35)

Color info

#D96023 contains mainly red color. Web safe color of #D96023 is #CC6633 (or #C63).

RGB color model

#D96023 color RGB value is (217,96,35).

  • red value is 217;
  • green value is 96;
  • blue value is 35.
RGB:
(217,96,35)
(85%,38%,14%)

RGB channels and saturation

R 217 of 255 = 85%
G 96 of 255 = 38%
B 35 of 255 = 14%

217
96
35

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

Portions of RGB colors in percentages

R + G + B =
217 + 96 + 35 = 348 (100%)
R 217 of 348 ~ 62.36%
G 96 of 348 ~ 27.59%
B 35 of 348 ~ 10.06%

%62.36
%27.59
%10.06

CMYK color model

#D96023 color CMYK value is (0,56,84,15).

  • cyan value is 0.00%
  • magenta value is 55.76%
  • yellow value is 83.87%
  • key color value is 14.90%
CMYK:
(0,56,84,15)
C0M56Y84K15 
(0%,56%,84%,15%)
(0.00/0.56/0.84/0.15)	

CMYK percentages

%0
%55.76
%83.87
%14.9

Codes

Color #D96023 in popluar color models

D96023
RGB2179635
HSL20°72.22%49.41%
HSB/HSV20°83.87%85.10%
CMYK0.00%55.76%83.87%
14.90%

Color #D96023 in popluar number systems.

HEXD96023
Decimal2179635
Binary110110011100000100011
Octal33114043

Shades and tints

Shades of #D96023

#D96023
(217,96,35)
#C65820
(198,88,32)
#B3501D
(179,80,29)
#A0481A
(160,72,26)
#8D4017
(141,64,23)
#7A3814
(122,56,20)
#673011
(103,48,17)
#54280E
(84,40,14)
#41200B
(65,32,11)
#2E1808
(46,24,8)
#1B1005
(27,16,5)
#000000
(0,0,0)

Tints of #D96023

#D96023
(217,96,35)
#DC6E37
(220,110,55)
#DF7C4B
(223,124,75)
#E28A5F
(226,138,95)
#E59873
(229,152,115)
#E8A687
(232,166,135)
#EBB49B
(235,180,155)
#EEC2AF
(238,194,175)
#F1D0C3
(241,208,195)
#F4DED7
(244,222,215)
#F7ECEB
(247,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D96023 color. Also use rgb(217,96,35) instead hex code.

Text Font Color

.myTextColor { color: #D96023; }

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

This text font color is #D96023.


Background Color

.myBgColor { background-color: #D96023; }

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

This div background color is #D96023.


Border color

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

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

This div border color is #D96023.


Opacity

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

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

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

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

This text has shadow with #D96023 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D96023 on black background.


Color preview on white background

This text has color #D96023 on white background.



Black color preview on #D96023 background

This text has black color on #D96023 background.


White color preview on #D96023 background

This text has white color on #D96023 background.