COLOR #D4665A

HEX: #D4665A RGB: (212,102,90)

Color info

#D4665A contains mainly red color. Web safe color of #D4665A is #CC6666 (or #C66).

RGB color model

#D4665A color RGB value is (212,102,90).

RGB: (212,102,90) (83%, 40%, 35%)

RGB channels and saturation

R 212 of 255 = 83%
G 102 of 255 = 40%
B 90 of 255 = 35%

212
102
90

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

Portions of RGB colors in percentages

R + G + B = 212 + 102 + 90 = 404 (100%)
R 212 of 404 ~ 52.48%
G 102 of 404 ~ 25.25%
B 90 of 404 ~ 22.28'%

%52.48
%25.25
%22.28

CMYK color model

#D4665A color CMYK value is (0,52,58,17).

  • cyan value is 0.00%
  • magenta value is 51.89%
  • yellow value is 57.55%
  • key color value is 16.86%
CMYK: (0,52,58,17) C0M52Y58K17 (0%,52%,58%,17%) (0.00/0.52/0.58/0.17) 

CMYK percentages

%0
%51.89
%57.55
%16.86

Codes

Color #D4665A in popluar color models

D4 66 5A
RGB 212 102 90
HSL 58.65% 59.22%
HSB/HSV 57.55% 83.14%
CMYK 0.00% 51.89% 57.55%
16.86%

Color #D4665A in popluar number systems.

HEX D4 66 5A
Decimal 212 102 90
Binary 11010100 1100110 1011010
Octal 324 146 132

Shades and tints

Shades of #D4665A

#D4665A
(212,102,90)
#C15D52
(193,93,82)
#AE544A
(174,84,74)
#9B4B42
(155,75,66)
#88423A
(136,66,58)
#753932
(117,57,50)
#62302A
(98,48,42)
#4F2722
(79,39,34)
#3C1E1A
(60,30,26)
#291512
(41,21,18)
#160C0A
(22,12,10)
#000000
(0,0,0)

Tints of #D4665A

#D4665A
(212,102,90)
#D77369
(215,115,105)
#DA8078
(218,128,120)
#DD8D87
(221,141,135)
#E09A96
(224,154,150)
#E3A7A5
(227,167,165)
#E6B4B4
(230,180,180)
#E9C1C3
(233,193,195)
#ECCED2
(236,206,210)
#EFDBE1
(239,219,225)
#F2E8F0
(242,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4665A color. Also use rgb(212,102,90) instead hex code.

Text Font Color

.myTextColor { color: #D4665A; }

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

This text font color is #D4665A.

Background Color

.myBgColor { background-color: #D4665A; }

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

This div background color is #D4665A.

Border color

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

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

This div border color is #D4665A.

Opacity

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

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

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

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

This text has shadow with #D4665A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4665A.

Preview

Color preview on black background

This text has color #D4665A on black background.


Color preview on white background

This text has color #D4665A on white background.


Black color preview on #D4665A background

This text has black color on #D4665A background.


White color preview on #D4665A background

This text has white color on #D4665A background.


Related colors

Complementary color

Complementary color for #hex is #2B99A5.


I love getcolorcode.com

Triadic colors

1 #5AD466 and #665AD4 with #D4665A are triadic colors.

2 #5A66D4 and #66D45A with #D4665A are triadic colors.