COLOR #D4917C

HEX: #D4917C RGB: (212,145,124)

Color info

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

RGB color model

#D4917C color RGB value is (212,145,124).

RGB: (212,145,124) (83%, 57%, 49%)

RGB channels and saturation

R 212 of 255 = 83%
G 145 of 255 = 57%
B 124 of 255 = 49%

212
145
124

R + G + B ~ 63%. #D4917C is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 145 + 124 = 481 (100%)
R 212 of 481 ~ 44.07%
G 145 of 481 ~ 30.15%
B 124 of 481 ~ 25.78'%

%44.07
%30.15
%25.78

CMYK color model

#D4917C color CMYK value is (0,32,42,17).

  • cyan value is 0.00%
  • magenta value is 31.60%
  • yellow value is 41.51%
  • key color value is 16.86%

CMYK: (0,32,42,17)
C0M32Y42K17 (0%, 32%, 42%, 17%)
(0.00 / 0.32 / 0.42 / 0.17)

CMYK percentages

%0
%31.6
%41.51
%16.86

Codes

Color #D4917C in popluar color models

D4 91 7C
RGB 212 145 124
HSL 14° 50.57% 65.88%
HSB/HSV 14° 41.51% 83.14%
CMYK 0.00% 31.60% 41.51%
16.86%

Color #D4917C in popluar number systems.

HEX D4 91 7C
Decimal 212 145 124
Binary 11010100 10010001 1111100
Octal 324 221 174

Shades and tints

Shades of #D4917C

#D4917C
(212,145,124)
#C18471
(193,132,113)
#AE7766
(174,119,102)
#9B6A5B
(155,106,91)
#885D50
(136,93,80)
#755045
(117,80,69)
#62433A
(98,67,58)
#4F362F
(79,54,47)
#3C2924
(60,41,36)
#291C19
(41,28,25)
#160F0E
(22,15,14)
#000000
(0,0,0)

Tints of #D4917C

#D4917C
(212,145,124)
#D79B87
(215,155,135)
#DAA592
(218,165,146)
#DDAF9D
(221,175,157)
#E0B9A8
(224,185,168)
#E3C3B3
(227,195,179)
#E6CDBE
(230,205,190)
#E9D7C9
(233,215,201)
#ECE1D4
(236,225,212)
#EFEBDF
(239,235,223)
#F2F5EA
(242,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4917C color. Also use rgb(212,145,124) instead hex code.

Text Font Color

.myTextColor { color: #D4917C; }

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

This text font color is #D4917C.

Background Color

.myBgColor { background-color: #D4917C; }

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

This div background color is #D4917C.

Border color

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

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

This div border color is #D4917C.

Opacity

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

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

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

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

This text has shadow with #D4917C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4917C.

Preview

Color preview on black background

This text has color #D4917C on black background.


Color preview on white background

This text has color #D4917C on white background.


Black color preview on #D4917C background

This text has black color on #D4917C background.


White color preview on #D4917C background

This text has white color on #D4917C background.


Related colors

Complementary color

Complementary color for #hex is #2B6E83.


I love getcolorcode.com

Triadic colors

1 #7CD491 and #917CD4 with #D4917C are triadic colors.

2 #7C91D4 and #91D47C with #D4917C are triadic colors.