COLOR #DC765D

HEX: #DC765D
RGB: (220,118,93)

Color info

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

RGB color model

#DC765D color RGB value is (220,118,93).

  • red value is 220;
  • green value is 118;
  • blue value is 93.
RGB:
(220,118,93)
(86%,46%,36%)

RGB channels and saturation

R 220 of 255 = 86%
G 118 of 255 = 46%
B 93 of 255 = 36%

220
118
93

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

Portions of RGB colors in percentages

R + G + B =
220 + 118 + 93 = 431 (100%)
R 220 of 431 ~ 51.04%
G 118 of 431 ~ 27.38%
B 93 of 431 ~ 21.58%

%51.04
%27.38
%21.58

CMYK color model

#DC765D color CMYK value is (0,46,58,14).

  • cyan value is 0.00%
  • magenta value is 46.36%
  • yellow value is 57.73%
  • key color value is 13.73%
CMYK:
(0,46,58,14)
C0M46Y58K14 
(0%,46%,58%,14%)
(0.00/0.46/0.58/0.14)	

CMYK percentages

%0
%46.36
%57.73
%13.73

Codes

Color #DC765D in popluar color models

DC765D
RGB22011893
HSL12°64.47%61.37%
HSB/HSV12°57.73%86.27%
CMYK0.00%46.36%57.73%
13.73%

Color #DC765D in popluar number systems.

HEXDC765D
Decimal22011893
Binary1101110011101101011101
Octal334166135

Shades and tints

Shades of #DC765D

#DC765D
(220,118,93)
#C86C55
(200,108,85)
#B4624D
(180,98,77)
#A05845
(160,88,69)
#8C4E3D
(140,78,61)
#784435
(120,68,53)
#643A2D
(100,58,45)
#503025
(80,48,37)
#3C261D
(60,38,29)
#281C15
(40,28,21)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #DC765D

#DC765D
(220,118,93)
#DF826B
(223,130,107)
#E28E79
(226,142,121)
#E59A87
(229,154,135)
#E8A695
(232,166,149)
#EBB2A3
(235,178,163)
#EEBEB1
(238,190,177)
#F1CABF
(241,202,191)
#F4D6CD
(244,214,205)
#F7E2DB
(247,226,219)
#FAEEE9
(250,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC765D color. Also use rgb(220,118,93) instead hex code.

Text Font Color

.myTextColor { color: #DC765D; }

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

This text font color is #DC765D.


Background Color

.myBgColor { background-color: #DC765D; }

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

This div background color is #DC765D.


Border color

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

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

This div border color is #DC765D.


Opacity

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

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

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

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

This text has shadow with #DC765D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC765D on black background.


Color preview on white background

This text has color #DC765D on white background.



Black color preview on #DC765D background

This text has black color on #DC765D background.


White color preview on #DC765D background

This text has white color on #DC765D background.