COLOR #D99135

HEX: #D99135
RGB: (217,145,53)

Color info

#D99135 contains mainly red color. Web safe color of #D99135 is #CC9933 (or #C93).

RGB color model

#D99135 color RGB value is (217,145,53).

  • red value is 217;
  • green value is 145;
  • blue value is 53.
RGB:
(217,145,53)
(85%,57%,21%)

RGB channels and saturation

R 217 of 255 = 85%
G 145 of 255 = 57%
B 53 of 255 = 21%

217
145
53

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

Portions of RGB colors in percentages

R + G + B =
217 + 145 + 53 = 415 (100%)
R 217 of 415 ~ 52.29%
G 145 of 415 ~ 34.94%
B 53 of 415 ~ 12.77%

%52.29
%34.94
%12.77

CMYK color model

#D99135 color CMYK value is (0,33,76,15).

  • cyan value is 0.00%
  • magenta value is 33.18%
  • yellow value is 75.58%
  • key color value is 14.90%
CMYK:
(0,33,76,15)
C0M33Y76K15 
(0%,33%,76%,15%)
(0.00/0.33/0.76/0.15)	

CMYK percentages

%0
%33.18
%75.58
%14.9

Codes

Color #D99135 in popluar color models

D99135
RGB21714553
HSL34°68.33%52.94%
HSB/HSV34°75.58%85.10%
CMYK0.00%33.18%75.58%
14.90%

Color #D99135 in popluar number systems.

HEXD99135
Decimal21714553
Binary1101100110010001110101
Octal33122165

Shades and tints

Shades of #D99135

#D99135
(217,145,53)
#C68431
(198,132,49)
#B3772D
(179,119,45)
#A06A29
(160,106,41)
#8D5D25
(141,93,37)
#7A5021
(122,80,33)
#67431D
(103,67,29)
#543619
(84,54,25)
#412915
(65,41,21)
#2E1C11
(46,28,17)
#1B0F0D
(27,15,13)
#000000
(0,0,0)

Tints of #D99135

#D99135
(217,145,53)
#DC9B47
(220,155,71)
#DFA559
(223,165,89)
#E2AF6B
(226,175,107)
#E5B97D
(229,185,125)
#E8C38F
(232,195,143)
#EBCDA1
(235,205,161)
#EED7B3
(238,215,179)
#F1E1C5
(241,225,197)
#F4EBD7
(244,235,215)
#F7F5E9
(247,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D99135 color. Also use rgb(217,145,53) instead hex code.

Text Font Color

.myTextColor { color: #D99135; }

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

This text font color is #D99135.


Background Color

.myBgColor { background-color: #D99135; }

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

This div background color is #D99135.


Border color

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

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

This div border color is #D99135.


Opacity

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

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

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

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

This text has shadow with #D99135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D99135 on black background.


Color preview on white background

This text has color #D99135 on white background.



Black color preview on #D99135 background

This text has black color on #D99135 background.


White color preview on #D99135 background

This text has white color on #D99135 background.