COLOR #D85F02

HEX: #D85F02
RGB: (216,95,2)

Color info

#D85F02 contains mainly red color. Web safe color of #D85F02 is #CC6600 (or #C60).

RGB color model

#D85F02 color RGB value is (216,95,2).

  • red value is 216;
  • green value is 95;
  • blue value is 2.
RGB:
(216,95,2)
(85%,37%,1%)

RGB channels and saturation

R 216 of 255 = 85%
G 95 of 255 = 37%
B 2 of 255 = 1%

216
95
2

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

Portions of RGB colors in percentages

R + G + B =
216 + 95 + 2 = 313 (100%)
R 216 of 313 ~ 69.01%
G 95 of 313 ~ 30.35%
B 2 of 313 ~ 0.64%

%69.01
%30.35

CMYK color model

#D85F02 color CMYK value is (0,56,99,15).

  • cyan value is 0.00%
  • magenta value is 56.02%
  • yellow value is 99.07%
  • key color value is 15.29%
CMYK:
(0,56,99,15)
C0M56Y99K15 
(0%,56%,99%,15%)
(0.00/0.56/0.99/0.15)	

CMYK percentages

%0
%56.02
%99.07
%15.29

Codes

Color #D85F02 in popluar color models

D85F02
RGB216952
HSL26°98.17%42.75%
HSB/HSV26°99.07%84.71%
CMYK0.00%56.02%99.07%
15.29%

Color #D85F02 in popluar number systems.

HEXD85F02
Decimal216952
Binary11011000101111110
Octal3301372

Shades and tints

Shades of #D85F02

#D85F02
(216,95,2)
#C55702
(197,87,2)
#B24F02
(178,79,2)
#9F4702
(159,71,2)
#8C3F02
(140,63,2)
#793702
(121,55,2)
#662F02
(102,47,2)
#532702
(83,39,2)
#401F02
(64,31,2)
#2D1702
(45,23,2)
#1A0F02
(26,15,2)
#000000
(0,0,0)

Tints of #D85F02

#D85F02
(216,95,2)
#DB6D19
(219,109,25)
#DE7B30
(222,123,48)
#E18947
(225,137,71)
#E4975E
(228,151,94)
#E7A575
(231,165,117)
#EAB38C
(234,179,140)
#EDC1A3
(237,193,163)
#F0CFBA
(240,207,186)
#F3DDD1
(243,221,209)
#F6EBE8
(246,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D85F02 color. Also use rgb(216,95,2) instead hex code.

Text Font Color

.myTextColor { color: #D85F02; }

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

This text font color is #D85F02.


Background Color

.myBgColor { background-color: #D85F02; }

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

This div background color is #D85F02.


Border color

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

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

This div border color is #D85F02.


Opacity

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

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

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

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

This text has shadow with #D85F02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D85F02 on black background.


Color preview on white background

This text has color #D85F02 on white background.



Black color preview on #D85F02 background

This text has black color on #D85F02 background.


White color preview on #D85F02 background

This text has white color on #D85F02 background.