COLOR #D0691B

HEX: #D0691B
RGB: (208,105,27)

Color info

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

RGB color model

#D0691B color RGB value is (208,105,27).

  • red value is 208;
  • green value is 105;
  • blue value is 27.
RGB:
(208,105,27)
(82%,41%,11%)

RGB channels and saturation

R 208 of 255 = 82%
G 105 of 255 = 41%
B 27 of 255 = 11%

208
105
27

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

Portions of RGB colors in percentages

R + G + B =
208 + 105 + 27 = 340 (100%)
R 208 of 340 ~ 61.18%
G 105 of 340 ~ 30.88%
B 27 of 340 ~ 7.94%

%61.18
%30.88

CMYK color model

#D0691B color CMYK value is (0,50,87,18).

  • cyan value is 0.00%
  • magenta value is 49.52%
  • yellow value is 87.02%
  • key color value is 18.43%
CMYK:
(0,50,87,18)
C0M50Y87K18 
(0%,50%,87%,18%)
(0.00/0.50/0.87/0.18)	

CMYK percentages

%0
%49.52
%87.02
%18.43

Codes

Color #D0691B in popluar color models

D0691B
RGB20810527
HSL26°77.02%46.08%
HSB/HSV26°87.02%81.57%
CMYK0.00%49.52%87.02%
18.43%

Color #D0691B in popluar number systems.

HEXD0691B
Decimal20810527
Binary11010000110100111011
Octal32015133

Shades and tints

Shades of #D0691B

#D0691B
(208,105,27)
#BE6019
(190,96,25)
#AC5717
(172,87,23)
#9A4E15
(154,78,21)
#884513
(136,69,19)
#763C11
(118,60,17)
#64330F
(100,51,15)
#522A0D
(82,42,13)
#40210B
(64,33,11)
#2E1809
(46,24,9)
#1C0F07
(28,15,7)
#000000
(0,0,0)

Tints of #D0691B

#D0691B
(208,105,27)
#D4762F
(212,118,47)
#D88343
(216,131,67)
#DC9057
(220,144,87)
#E09D6B
(224,157,107)
#E4AA7F
(228,170,127)
#E8B793
(232,183,147)
#ECC4A7
(236,196,167)
#F0D1BB
(240,209,187)
#F4DECF
(244,222,207)
#F8EBE3
(248,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0691B color. Also use rgb(208,105,27) instead hex code.

Text Font Color

.myTextColor { color: #D0691B; }

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

This text font color is #D0691B.


Background Color

.myBgColor { background-color: #D0691B; }

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

This div background color is #D0691B.


Border color

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

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

This div border color is #D0691B.


Opacity

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

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

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

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

This text has shadow with #D0691B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0691B on black background.


Color preview on white background

This text has color #D0691B on white background.



Black color preview on #D0691B background

This text has black color on #D0691B background.


White color preview on #D0691B background

This text has white color on #D0691B background.