COLOR #D2770E

HEX: #D2770E
RGB: (210,119,14)

Color info

#D2770E contains mainly red color. Web safe color of #D2770E is #CC6600 (or #C60).

RGB color model

#D2770E color RGB value is (210,119,14).

  • red value is 210;
  • green value is 119;
  • blue value is 14.
RGB:
(210,119,14)
(82%,47%,5%)

RGB channels and saturation

R 210 of 255 = 82%
G 119 of 255 = 47%
B 14 of 255 = 5%

210
119
14

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

Portions of RGB colors in percentages

R + G + B =
210 + 119 + 14 = 343 (100%)
R 210 of 343 ~ 61.22%
G 119 of 343 ~ 34.69%
B 14 of 343 ~ 4.08%

%61.22
%34.69

CMYK color model

#D2770E color CMYK value is (0,43,93,18).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 93.33%
  • key color value is 17.65%
CMYK:
(0,43,93,18)
C0M43Y93K18 
(0%,43%,93%,18%)
(0.00/0.43/0.93/0.18)	

CMYK percentages

%0
%43.33
%93.33
%17.65

Codes

Color #D2770E in popluar color models

D2770E
RGB21011914
HSL32°87.50%43.92%
HSB/HSV32°93.33%82.35%
CMYK0.00%43.33%93.33%
17.65%

Color #D2770E in popluar number systems.

HEXD2770E
Decimal21011914
Binary1101001011101111110
Octal32216716

Shades and tints

Shades of #D2770E

#D2770E
(210,119,14)
#BF6D0D
(191,109,13)
#AC630C
(172,99,12)
#99590B
(153,89,11)
#864F0A
(134,79,10)
#734509
(115,69,9)
#603B08
(96,59,8)
#4D3107
(77,49,7)
#3A2706
(58,39,6)
#271D05
(39,29,5)
#141304
(20,19,4)
#000000
(0,0,0)

Tints of #D2770E

#D2770E
(210,119,14)
#D68323
(214,131,35)
#DA8F38
(218,143,56)
#DE9B4D
(222,155,77)
#E2A762
(226,167,98)
#E6B377
(230,179,119)
#EABF8C
(234,191,140)
#EECBA1
(238,203,161)
#F2D7B6
(242,215,182)
#F6E3CB
(246,227,203)
#FAEFE0
(250,239,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2770E color. Also use rgb(210,119,14) instead hex code.

Text Font Color

.myTextColor { color: #D2770E; }

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

This text font color is #D2770E.


Background Color

.myBgColor { background-color: #D2770E; }

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

This div background color is #D2770E.


Border color

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

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

This div border color is #D2770E.


Opacity

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

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

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

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

This text has shadow with #D2770E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2770E on black background.


Color preview on white background

This text has color #D2770E on white background.



Black color preview on #D2770E background

This text has black color on #D2770E background.


White color preview on #D2770E background

This text has white color on #D2770E background.