COLOR #DC9F26

HEX: #DC9F26
RGB: (220,159,38)

Color info

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

RGB color model

#DC9F26 color RGB value is (220,159,38).

  • red value is 220;
  • green value is 159;
  • blue value is 38.
RGB:
(220,159,38)
(86%,62%,15%)

RGB channels and saturation

R 220 of 255 = 86%
G 159 of 255 = 62%
B 38 of 255 = 15%

220
159
38

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

Portions of RGB colors in percentages

R + G + B =
220 + 159 + 38 = 417 (100%)
R 220 of 417 ~ 52.76%
G 159 of 417 ~ 38.13%
B 38 of 417 ~ 9.11%

%52.76
%38.13

CMYK color model

#DC9F26 color CMYK value is (0,28,83,14).

  • cyan value is 0.00%
  • magenta value is 27.73%
  • yellow value is 82.73%
  • key color value is 13.73%
CMYK:
(0,28,83,14)
C0M28Y83K14 
(0%,28%,83%,14%)
(0.00/0.28/0.83/0.14)	

CMYK percentages

%0
%27.73
%82.73
%13.73

Codes

Color #DC9F26 in popluar color models

DC9F26
RGB22015938
HSL40°72.22%50.59%
HSB/HSV40°82.73%86.27%
CMYK0.00%27.73%82.73%
13.73%

Color #DC9F26 in popluar number systems.

HEXDC9F26
Decimal22015938
Binary1101110010011111100110
Octal33423746

Shades and tints

Shades of #DC9F26

#DC9F26
(220,159,38)
#C89123
(200,145,35)
#B48320
(180,131,32)
#A0751D
(160,117,29)
#8C671A
(140,103,26)
#785917
(120,89,23)
#644B14
(100,75,20)
#503D11
(80,61,17)
#3C2F0E
(60,47,14)
#28210B
(40,33,11)
#141308
(20,19,8)
#000000
(0,0,0)

Tints of #DC9F26

#DC9F26
(220,159,38)
#DFA739
(223,167,57)
#E2AF4C
(226,175,76)
#E5B75F
(229,183,95)
#E8BF72
(232,191,114)
#EBC785
(235,199,133)
#EECF98
(238,207,152)
#F1D7AB
(241,215,171)
#F4DFBE
(244,223,190)
#F7E7D1
(247,231,209)
#FAEFE4
(250,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC9F26 color. Also use rgb(220,159,38) instead hex code.

Text Font Color

.myTextColor { color: #DC9F26; }

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

This text font color is #DC9F26.


Background Color

.myBgColor { background-color: #DC9F26; }

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

This div background color is #DC9F26.


Border color

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

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

This div border color is #DC9F26.


Opacity

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

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

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

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

This text has shadow with #DC9F26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC9F26 on black background.


Color preview on white background

This text has color #DC9F26 on white background.



Black color preview on #DC9F26 background

This text has black color on #DC9F26 background.


White color preview on #DC9F26 background

This text has white color on #DC9F26 background.