COLOR #D15A29

HEX: #D15A29
RGB: (209,90,41)

Color info

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

RGB color model

#D15A29 color RGB value is (209,90,41).

  • red value is 209;
  • green value is 90;
  • blue value is 41.
RGB:
(209,90,41)
(82%,35%,16%)

RGB channels and saturation

R 209 of 255 = 82%
G 90 of 255 = 35%
B 41 of 255 = 16%

209
90
41

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

Portions of RGB colors in percentages

R + G + B =
209 + 90 + 41 = 340 (100%)
R 209 of 340 ~ 61.47%
G 90 of 340 ~ 26.47%
B 41 of 340 ~ 12.06%

%61.47
%26.47
%12.06

CMYK color model

#D15A29 color CMYK value is (0,57,80,18).

  • cyan value is 0.00%
  • magenta value is 56.94%
  • yellow value is 80.38%
  • key color value is 18.04%
CMYK:
(0,57,80,18)
C0M57Y80K18 
(0%,57%,80%,18%)
(0.00/0.57/0.80/0.18)	

CMYK percentages

%0
%56.94
%80.38
%18.04

Codes

Color #D15A29 in popluar color models

D15A29
RGB2099041
HSL18°67.20%49.02%
HSB/HSV18°80.38%81.96%
CMYK0.00%56.94%80.38%
18.04%

Color #D15A29 in popluar number systems.

HEXD15A29
Decimal2099041
Binary110100011011010101001
Octal32113251

Shades and tints

Shades of #D15A29

#D15A29
(209,90,41)
#BE5226
(190,82,38)
#AB4A23
(171,74,35)
#984220
(152,66,32)
#853A1D
(133,58,29)
#72321A
(114,50,26)
#5F2A17
(95,42,23)
#4C2214
(76,34,20)
#391A11
(57,26,17)
#26120E
(38,18,14)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #D15A29

#D15A29
(209,90,41)
#D5693C
(213,105,60)
#D9784F
(217,120,79)
#DD8762
(221,135,98)
#E19675
(225,150,117)
#E5A588
(229,165,136)
#E9B49B
(233,180,155)
#EDC3AE
(237,195,174)
#F1D2C1
(241,210,193)
#F5E1D4
(245,225,212)
#F9F0E7
(249,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D15A29 color. Also use rgb(209,90,41) instead hex code.

Text Font Color

.myTextColor { color: #D15A29; }

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

This text font color is #D15A29.


Background Color

.myBgColor { background-color: #D15A29; }

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

This div background color is #D15A29.


Border color

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

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

This div border color is #D15A29.


Opacity

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

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

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

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

This text has shadow with #D15A29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D15A29 on black background.


Color preview on white background

This text has color #D15A29 on white background.



Black color preview on #D15A29 background

This text has black color on #D15A29 background.


White color preview on #D15A29 background

This text has white color on #D15A29 background.