COLOR #D9934B

HEX: #D9934B RGB: (217,147,75)

Color info

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

RGB color model

#D9934B color RGB value is (217,147,75).

RGB: (217,147,75) (85%, 58%, 29%)

RGB channels and saturation

R 217 of 255 = 85%
G 147 of 255 = 58%
B 75 of 255 = 29%

217
147
75

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

Portions of RGB colors in percentages

R + G + B = 217 + 147 + 75 = 439 (100%)
R 217 of 439 ~ 49.43%
G 147 of 439 ~ 33.49%
B 75 of 439 ~ 17.08'%

%49.43
%33.49
%17.08

CMYK color model

#D9934B color CMYK value is (0,32,65,15).

  • cyan value is 0.00%
  • magenta value is 32.26%
  • yellow value is 65.44%
  • key color value is 14.90%
CMYK: (0,32,65,15) C0M32Y65K15 (0%,32%,65%,15%) (0.00/0.32/0.65/0.15) 

CMYK percentages

%0
%32.26
%65.44
%14.9

Codes

Color #D9934B in popluar color models

D9 93 4B
RGB 217 147 75
HSL 30° 65.14% 57.25%
HSB/HSV 30° 65.44% 85.10%
CMYK 0.00% 32.26% 65.44%
14.90%

Color #D9934B in popluar number systems.

HEX D9 93 4B
Decimal 217 147 75
Binary 11011001 10010011 1001011
Octal 331 223 113

Shades and tints

Shades of #D9934B

#D9934B
(217,147,75)
#C68645
(198,134,69)
#B3793F
(179,121,63)
#A06C39
(160,108,57)
#8D5F33
(141,95,51)
#7A522D
(122,82,45)
#674527
(103,69,39)
#543821
(84,56,33)
#412B1B
(65,43,27)
#2E1E15
(46,30,21)
#1B110F
(27,17,15)
#000000
(0,0,0)

Tints of #D9934B

#D9934B
(217,147,75)
#DC9C5B
(220,156,91)
#DFA56B
(223,165,107)
#E2AE7B
(226,174,123)
#E5B78B
(229,183,139)
#E8C09B
(232,192,155)
#EBC9AB
(235,201,171)
#EED2BB
(238,210,187)
#F1DBCB
(241,219,203)
#F4E4DB
(244,228,219)
#F7EDEB
(247,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9934B color. Also use rgb(217,147,75) instead hex code.

Text Font Color

.myTextColor { color: #D9934B; }

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

This text font color is #D9934B.

Background Color

.myBgColor { background-color: #D9934B; }

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

This div background color is #D9934B.

Border color

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

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

This div border color is #D9934B.

Opacity

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

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

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

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

This text has shadow with #D9934B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9934B.

Preview

Color preview on black background

This text has color #D9934B on black background.


Color preview on white background

This text has color #D9934B on white background.


Black color preview on #D9934B background

This text has black color on #D9934B background.


White color preview on #D9934B background

This text has white color on #D9934B background.


Related colors

Complementary color

Complementary color for #hex is #266CB4.


I love getcolorcode.com

Triadic colors

1 #4BD993 and #934BD9 with #D9934B are triadic colors.

2 #4B93D9 and #93D94B with #D9934B are triadic colors.