COLOR #DC9458

HEX: #DC9458 RGB: (220,148,88)

Color info

#DC9458 contains mainly red color. Web safe color of #DC9458 is #CC9966 (or #C96).

RGB color model

#DC9458 color RGB value is (220,148,88).

RGB: (220,148,88) (86%, 58%, 35%)

RGB channels and saturation

R 220 of 255 = 86%
G 148 of 255 = 58%
B 88 of 255 = 35%

220
148
88

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

Portions of RGB colors in percentages

R + G + B = 220 + 148 + 88 = 456 (100%)
R 220 of 456 ~ 48.25%
G 148 of 456 ~ 32.46%
B 88 of 456 ~ 19.3'%

%48.25
%32.46
%19.3

CMYK color model

#DC9458 color CMYK value is (0,33,60,14).

  • cyan value is 0.00%
  • magenta value is 32.73%
  • yellow value is 60.00%
  • key color value is 13.73%

CMYK: (0,33,60,14)
C0M33Y60K14 (0%, 33%, 60%, 14%)
(0.00 / 0.33 / 0.60 / 0.14)

CMYK percentages

%0
%32.73
%60
%13.73

Codes

Color #DC9458 in popluar color models

DC 94 58
RGB 220 148 88
HSL 27° 65.35% 60.39%
HSB/HSV 27° 60.00% 86.27%
CMYK 0.00% 32.73% 60.00%
13.73%

Color #DC9458 in popluar number systems.

HEX DC 94 58
Decimal 220 148 88
Binary 11011100 10010100 1011000
Octal 334 224 130

Shades and tints

Shades of #DC9458

#DC9458
(220,148,88)
#C88750
(200,135,80)
#B47A48
(180,122,72)
#A06D40
(160,109,64)
#8C6038
(140,96,56)
#785330
(120,83,48)
#644628
(100,70,40)
#503920
(80,57,32)
#3C2C18
(60,44,24)
#281F10
(40,31,16)
#141208
(20,18,8)
#000000
(0,0,0)

Tints of #DC9458

#DC9458
(220,148,88)
#DF9D67
(223,157,103)
#E2A676
(226,166,118)
#E5AF85
(229,175,133)
#E8B894
(232,184,148)
#EBC1A3
(235,193,163)
#EECAB2
(238,202,178)
#F1D3C1
(241,211,193)
#F4DCD0
(244,220,208)
#F7E5DF
(247,229,223)
#FAEEEE
(250,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC9458 color. Also use rgb(220,148,88) instead hex code.

Text Font Color

.myTextColor { color: #DC9458; }

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

This text font color is #DC9458.

Background Color

.myBgColor { background-color: #DC9458; }

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

This div background color is #DC9458.

Border color

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

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

This div border color is #DC9458.

Opacity

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

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

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

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

This text has shadow with #DC9458 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC9458.

Preview

Color preview on black background

This text has color #DC9458 on black background.


Color preview on white background

This text has color #DC9458 on white background.


Black color preview on #DC9458 background

This text has black color on #DC9458 background.


White color preview on #DC9458 background

This text has white color on #DC9458 background.


Related colors

Complementary color

Complementary color for #DC9458 is #236BA7.


I love getcolorcode.com

Triadic colors

1 #58DC94 and #9458DC with #DC9458 are triadic colors.

2 #5894DC and #94DC58 with #DC9458 are triadic colors.