COLOR #D08333

HEX: #D08333
RGB: (208,131,51)

Color info

#D08333 contains mainly red color. Web safe color of #D08333 is #CC9933 (or #C93).

RGB color model

#D08333 color RGB value is (208,131,51).

  • red value is 208;
  • green value is 131;
  • blue value is 51.
RGB:
(208,131,51)
(82%,51%,20%)

RGB channels and saturation

R 208 of 255 = 82%
G 131 of 255 = 51%
B 51 of 255 = 20%

208
131
51

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

Portions of RGB colors in percentages

R + G + B =
208 + 131 + 51 = 390 (100%)
R 208 of 390 ~ 53.33%
G 131 of 390 ~ 33.59%
B 51 of 390 ~ 13.08%

%53.33
%33.59
%13.08

CMYK color model

#D08333 color CMYK value is (0,37,75,18).

  • cyan value is 0.00%
  • magenta value is 37.02%
  • yellow value is 75.48%
  • key color value is 18.43%
CMYK:
(0,37,75,18)
C0M37Y75K18 
(0%,37%,75%,18%)
(0.00/0.37/0.75/0.18)	

CMYK percentages

%0
%37.02
%75.48
%18.43

Codes

Color #D08333 in popluar color models

D08333
RGB20813151
HSL31°62.55%50.78%
HSB/HSV31°75.48%81.57%
CMYK0.00%37.02%75.48%
18.43%

Color #D08333 in popluar number systems.

HEXD08333
Decimal20813151
Binary1101000010000011110011
Octal32020363

Shades and tints

Shades of #D08333

#D08333
(208,131,51)
#BE782F
(190,120,47)
#AC6D2B
(172,109,43)
#9A6227
(154,98,39)
#885723
(136,87,35)
#764C1F
(118,76,31)
#64411B
(100,65,27)
#523617
(82,54,23)
#402B13
(64,43,19)
#2E200F
(46,32,15)
#1C150B
(28,21,11)
#000000
(0,0,0)

Tints of #D08333

#D08333
(208,131,51)
#D48E45
(212,142,69)
#D89957
(216,153,87)
#DCA469
(220,164,105)
#E0AF7B
(224,175,123)
#E4BA8D
(228,186,141)
#E8C59F
(232,197,159)
#ECD0B1
(236,208,177)
#F0DBC3
(240,219,195)
#F4E6D5
(244,230,213)
#F8F1E7
(248,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08333 color. Also use rgb(208,131,51) instead hex code.

Text Font Color

.myTextColor { color: #D08333; }

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

This text font color is #D08333.


Background Color

.myBgColor { background-color: #D08333; }

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

This div background color is #D08333.


Border color

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

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

This div border color is #D08333.


Opacity

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

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

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

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

This text has shadow with #D08333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D08333 on black background.


Color preview on white background

This text has color #D08333 on white background.



Black color preview on #D08333 background

This text has black color on #D08333 background.


White color preview on #D08333 background

This text has white color on #D08333 background.