COLOR #D69B28

HEX: #D69B28
RGB: (214,155,40)

Color info

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

RGB color model

#D69B28 color RGB value is (214,155,40).

  • red value is 214;
  • green value is 155;
  • blue value is 40.
RGB:
(214,155,40)
(84%,61%,16%)

RGB channels and saturation

R 214 of 255 = 84%
G 155 of 255 = 61%
B 40 of 255 = 16%

214
155
40

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

Portions of RGB colors in percentages

R + G + B =
214 + 155 + 40 = 409 (100%)
R 214 of 409 ~ 52.32%
G 155 of 409 ~ 37.9%
B 40 of 409 ~ 9.78%

%52.32
%37.9
%9.78

CMYK color model

#D69B28 color CMYK value is (0,28,81,16).

  • cyan value is 0.00%
  • magenta value is 27.57%
  • yellow value is 81.31%
  • key color value is 16.08%
CMYK:
(0,28,81,16)
C0M28Y81K16 
(0%,28%,81%,16%)
(0.00/0.28/0.81/0.16)	

CMYK percentages

%0
%27.57
%81.31
%16.08

Codes

Color #D69B28 in popluar color models

D69B28
RGB21415540
HSL40°68.50%49.80%
HSB/HSV40°81.31%83.92%
CMYK0.00%27.57%81.31%
16.08%

Color #D69B28 in popluar number systems.

HEXD69B28
Decimal21415540
Binary1101011010011011101000
Octal32623350

Shades and tints

Shades of #D69B28

#D69B28
(214,155,40)
#C38D25
(195,141,37)
#B07F22
(176,127,34)
#9D711F
(157,113,31)
#8A631C
(138,99,28)
#775519
(119,85,25)
#644716
(100,71,22)
#513913
(81,57,19)
#3E2B10
(62,43,16)
#2B1D0D
(43,29,13)
#180F0A
(24,15,10)
#000000
(0,0,0)

Tints of #D69B28

#D69B28
(214,155,40)
#D9A43B
(217,164,59)
#DCAD4E
(220,173,78)
#DFB661
(223,182,97)
#E2BF74
(226,191,116)
#E5C887
(229,200,135)
#E8D19A
(232,209,154)
#EBDAAD
(235,218,173)
#EEE3C0
(238,227,192)
#F1ECD3
(241,236,211)
#F4F5E6
(244,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D69B28; }

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

This text font color is #D69B28.


Background Color

.myBgColor { background-color: #D69B28; }

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

This div background color is #D69B28.


Border color

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

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

This div border color is #D69B28.


Opacity

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

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

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

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

This text has shadow with #D69B28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D69B28 on black background.


Color preview on white background

This text has color #D69B28 on white background.



Black color preview on #D69B28 background

This text has black color on #D69B28 background.


White color preview on #D69B28 background

This text has white color on #D69B28 background.