COLOR #D85503

HEX: #D85503 RGB: (216,85,3)

Color info

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

RGB color model

#D85503 color RGB value is (216,85,3).

RGB: (216,85,3) (85%, 33%, 1%)

RGB channels and saturation

R 216 of 255 = 85%
G 85 of 255 = 33%
B 3 of 255 = 1%

216
85
3

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

Portions of RGB colors in percentages

R + G + B = 216 + 85 + 3 = 304 (100%)
R 216 of 304 ~ 71.05%
G 85 of 304 ~ 27.96%
B 3 of 304 ~ 0.99'%

%71.05
%27.96

CMYK color model

#D85503 color CMYK value is (0,61,99,15).

  • cyan value is 0.00%
  • magenta value is 60.65%
  • yellow value is 98.61%
  • key color value is 15.29%

CMYK: (0,61,99,15)
C0M61Y99K15 (0%, 61%, 99%, 15%)
(0.00 / 0.61 / 0.99 / 0.15)

CMYK percentages

%0
%60.65
%98.61
%15.29

Codes

Color #D85503 in popluar color models

D8 55 03
RGB 216 85 3
HSL 23° 97.26% 42.94%
HSB/HSV 23° 98.61% 84.71%
CMYK 0.00% 60.65% 98.61%
15.29%

Color #D85503 in popluar number systems.

HEX D8 55 03
Decimal 216 85 3
Binary 11011000 1010101 11
Octal 330 125 3

Shades and tints

Shades of #D85503

#D85503
(216,85,3)
#C54E03
(197,78,3)
#B24703
(178,71,3)
#9F4003
(159,64,3)
#8C3903
(140,57,3)
#793203
(121,50,3)
#662B03
(102,43,3)
#532403
(83,36,3)
#401D03
(64,29,3)
#2D1603
(45,22,3)
#1A0F03
(26,15,3)
#000000
(0,0,0)

Tints of #D85503

#D85503
(216,85,3)
#DB6419
(219,100,25)
#DE732F
(222,115,47)
#E18245
(225,130,69)
#E4915B
(228,145,91)
#E7A071
(231,160,113)
#EAAF87
(234,175,135)
#EDBE9D
(237,190,157)
#F0CDB3
(240,205,179)
#F3DCC9
(243,220,201)
#F6EBDF
(246,235,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D85503 color. Also use rgb(216,85,3) instead hex code.

Text Font Color

.myTextColor { color: #D85503; }

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

This text font color is #D85503.

Background Color

.myBgColor { background-color: #D85503; }

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

This div background color is #D85503.

Border color

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

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

This div border color is #D85503.

Opacity

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

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

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

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

This text has shadow with #D85503 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D85503.

Preview

Color preview on black background

This text has color #D85503 on black background.


Color preview on white background

This text has color #D85503 on white background.


Black color preview on #D85503 background

This text has black color on #D85503 background.


White color preview on #D85503 background

This text has white color on #D85503 background.


Related colors

Complementary color

Complementary color for #hex is #27AAFC.


I love getcolorcode.com

Triadic colors

1 #03D855 and #5503D8 with #D85503 are triadic colors.

2 #0355D8 and #55D803 with #D85503 are triadic colors.