COLOR #D7663E

HEX: #D7663E
RGB: (215,102,62)

Color info

#D7663E contains mainly red color. Web safe color of #D7663E is #CC6633 (or #C63).

RGB color model

#D7663E color RGB value is (215,102,62).

  • red value is 215;
  • green value is 102;
  • blue value is 62.
RGB:
(215,102,62)
(84%,40%,24%)

RGB channels and saturation

R 215 of 255 = 84%
G 102 of 255 = 40%
B 62 of 255 = 24%

215
102
62

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

Portions of RGB colors in percentages

R + G + B =
215 + 102 + 62 = 379 (100%)
R 215 of 379 ~ 56.73%
G 102 of 379 ~ 26.91%
B 62 of 379 ~ 16.36%

%56.73
%26.91
%16.36

CMYK color model

#D7663E color CMYK value is (0,53,71,16).

  • cyan value is 0.00%
  • magenta value is 52.56%
  • yellow value is 71.16%
  • key color value is 15.69%
CMYK:
(0,53,71,16)
C0M53Y71K16 
(0%,53%,71%,16%)
(0.00/0.53/0.71/0.16)	

CMYK percentages

%0
%52.56
%71.16
%15.69

Codes

Color #D7663E in popluar color models

D7663E
RGB21510262
HSL16°65.67%54.31%
HSB/HSV16°71.16%84.31%
CMYK0.00%52.56%71.16%
15.69%

Color #D7663E in popluar number systems.

HEXD7663E
Decimal21510262
Binary110101111100110111110
Octal32714676

Shades and tints

Shades of #D7663E

#D7663E
(215,102,62)
#C45D39
(196,93,57)
#B15434
(177,84,52)
#9E4B2F
(158,75,47)
#8B422A
(139,66,42)
#783925
(120,57,37)
#653020
(101,48,32)
#52271B
(82,39,27)
#3F1E16
(63,30,22)
#2C1511
(44,21,17)
#190C0C
(25,12,12)
#000000
(0,0,0)

Tints of #D7663E

#D7663E
(215,102,62)
#DA734F
(218,115,79)
#DD8060
(221,128,96)
#E08D71
(224,141,113)
#E39A82
(227,154,130)
#E6A793
(230,167,147)
#E9B4A4
(233,180,164)
#ECC1B5
(236,193,181)
#EFCEC6
(239,206,198)
#F2DBD7
(242,219,215)
#F5E8E8
(245,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7663E color. Also use rgb(215,102,62) instead hex code.

Text Font Color

.myTextColor { color: #D7663E; }

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

This text font color is #D7663E.


Background Color

.myBgColor { background-color: #D7663E; }

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

This div background color is #D7663E.


Border color

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

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

This div border color is #D7663E.


Opacity

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

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

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

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

This text has shadow with #D7663E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7663E on black background.


Color preview on white background

This text has color #D7663E on white background.



Black color preview on #D7663E background

This text has black color on #D7663E background.


White color preview on #D7663E background

This text has white color on #D7663E background.