COLOR #D69B3F

HEX: #D69B3F RGB: (214,155,63)

Color info

#D69B3F contains mainly red and green colors. Web safe color of #D69B3F is #CC9933 (or #C93).

RGB color model

#D69B3F color RGB value is (214,155,63).

RGB: (214,155,63) (84%, 61%, 25%)

RGB channels and saturation

R 214 of 255 = 84%
G 155 of 255 = 61%
B 63 of 255 = 25%

214
155
63

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

Portions of RGB colors in percentages

R + G + B = 214 + 155 + 63 = 432 (100%)
R 214 of 432 ~ 49.54%
G 155 of 432 ~ 35.88%
B 63 of 432 ~ 14.58'%

%49.54
%35.88
%14.58

CMYK color model

#D69B3F color CMYK value is (0,28,71,16).

  • cyan value is 0.00%
  • magenta value is 27.57%
  • yellow value is 70.56%
  • key color value is 16.08%
CMYK: (0,28,71,16) C0M28Y71K16 (0%,28%,71%,16%) (0.00/0.28/0.71/0.16) 

CMYK percentages

%0
%27.57
%70.56
%16.08

Codes

Color #D69B3F in popluar color models

D6 9B 3F
RGB 214 155 63
HSL 37° 64.81% 54.31%
HSB/HSV 37° 70.56% 83.92%
CMYK 0.00% 27.57% 70.56%
16.08%

Color #D69B3F in popluar number systems.

HEX D6 9B 3F
Decimal 214 155 63
Binary 11010110 10011011 111111
Octal 326 233 77

Shades and tints

Shades of #D69B3F

#D69B3F
(214,155,63)
#C38D3A
(195,141,58)
#B07F35
(176,127,53)
#9D7130
(157,113,48)
#8A632B
(138,99,43)
#775526
(119,85,38)
#644721
(100,71,33)
#51391C
(81,57,28)
#3E2B17
(62,43,23)
#2B1D12
(43,29,18)
#180F0D
(24,15,13)
#000000
(0,0,0)

Tints of #D69B3F

#D69B3F
(214,155,63)
#D9A450
(217,164,80)
#DCAD61
(220,173,97)
#DFB672
(223,182,114)
#E2BF83
(226,191,131)
#E5C894
(229,200,148)
#E8D1A5
(232,209,165)
#EBDAB6
(235,218,182)
#EEE3C7
(238,227,199)
#F1ECD8
(241,236,216)
#F4F5E9
(244,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D69B3F color. Also use rgb(214,155,63) instead hex code.

Text Font Color

.myTextColor { color: #D69B3F; }

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

This text font color is #D69B3F.

Background Color

.myBgColor { background-color: #D69B3F; }

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

This div background color is #D69B3F.

Border color

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

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

This div border color is #D69B3F.

Opacity

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

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

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

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

This text has shadow with #D69B3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D69B3F.

Preview

Color preview on black background

This text has color #D69B3F on black background.


Color preview on white background

This text has color #D69B3F on white background.


Black color preview on #D69B3F background

This text has black color on #D69B3F background.


White color preview on #D69B3F background

This text has white color on #D69B3F background.


Related colors

Complementary color

Complementary color for #hex is #2964C0.


I love getcolorcode.com

Triadic colors

1 #3FD69B and #9B3FD6 with #D69B3F are triadic colors.

2 #3F9BD6 and #9BD63F with #D69B3F are triadic colors.