COLOR #D2691E

HEX: #D2691E
RGB: (210,105,30)

Color info

Color name is Chocolate. #D2691E contains mainly red color. Web safe color of #D2691E is #CC6633 (or #C63).

RGB color model

#D2691E color RGB value is (210,105,30).

  • red value is 210;
  • green value is 105;
  • blue value is 30.
RGB:
(210,105,30)
(82%,41%,12%)

RGB channels and saturation

R 210 of 255 = 82%
G 105 of 255 = 41%
B 30 of 255 = 12%

210
105
30

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

Portions of RGB colors in percentages

R + G + B =
210 + 105 + 30 = 345 (100%)
R 210 of 345 ~ 60.87%
G 105 of 345 ~ 30.43%
B 30 of 345 ~ 8.7%

%60.87
%30.43

CMYK color model

#D2691E color CMYK value is (0,50,86,18).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 85.71%
  • key color value is 17.65%
CMYK:
(0,50,86,18)
C0M50Y86K18 
(0%,50%,86%,18%)
(0.00/0.50/0.86/0.18)	

CMYK percentages

%0
%50
%85.71
%17.65

Codes

Color #D2691E in popluar color models

D2691E
RGB21010530
HSL25°75.00%47.06%
HSB/HSV25°85.71%82.35%
CMYK0.00%50.00%85.71%
17.65%

Color #D2691E in popluar number systems.

HEXD2691E
Decimal21010530
Binary11010010110100111110
Octal32215136

Shades and tints

Shades of #D2691E

#D2691E
(210,105,30)
#BF601C
(191,96,28)
#AC571A
(172,87,26)
#994E18
(153,78,24)
#864516
(134,69,22)
#733C14
(115,60,20)
#603312
(96,51,18)
#4D2A10
(77,42,16)
#3A210E
(58,33,14)
#27180C
(39,24,12)
#140F0A
(20,15,10)
#000000
(0,0,0)

Tints of #D2691E

#D2691E
(210,105,30)
#D67632
(214,118,50)
#DA8346
(218,131,70)
#DE905A
(222,144,90)
#E29D6E
(226,157,110)
#E6AA82
(230,170,130)
#EAB796
(234,183,150)
#EEC4AA
(238,196,170)
#F2D1BE
(242,209,190)
#F6DED2
(246,222,210)
#FAEBE6
(250,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2691E color. Also use rgb(210,105,30) instead hex code.

Text Font Color

.myTextColor { color: #D2691E; }

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

This text font color is #D2691E.


Background Color

.myBgColor { background-color: #D2691E; }

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

This div background color is #D2691E.


Border color

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

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

This div border color is #D2691E.


Opacity

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

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

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

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

This text has shadow with #D2691E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2691E on black background.


Color preview on white background

This text has color #D2691E on white background.



Black color preview on #D2691E background

This text has black color on #D2691E background.


White color preview on #D2691E background

This text has white color on #D2691E background.