COLOR #D05B0C

HEX: #D05B0C
RGB: (208,91,12)

Color info

#D05B0C contains mainly red color. Web safe color of #D05B0C is #CC6600 (or #C60).

RGB color model

#D05B0C color RGB value is (208,91,12).

  • red value is 208;
  • green value is 91;
  • blue value is 12.
RGB:
(208,91,12)
(82%,36%,5%)

RGB channels and saturation

R 208 of 255 = 82%
G 91 of 255 = 36%
B 12 of 255 = 5%

208
91
12

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

Portions of RGB colors in percentages

R + G + B =
208 + 91 + 12 = 311 (100%)
R 208 of 311 ~ 66.88%
G 91 of 311 ~ 29.26%
B 12 of 311 ~ 3.86%

%66.88
%29.26

CMYK color model

#D05B0C color CMYK value is (0,56,94,18).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 94.23%
  • key color value is 18.43%
CMYK:
(0,56,94,18)
C0M56Y94K18 
(0%,56%,94%,18%)
(0.00/0.56/0.94/0.18)	

CMYK percentages

%0
%56.25
%94.23
%18.43

Codes

Color #D05B0C in popluar color models

D05B0C
RGB2089112
HSL24°89.09%43.14%
HSB/HSV24°94.23%81.57%
CMYK0.00%56.25%94.23%
18.43%

Color #D05B0C in popluar number systems.

HEXD05B0C
Decimal2089112
Binary1101000010110111100
Octal32013314

Shades and tints

Shades of #D05B0C

#D05B0C
(208,91,12)
#BE530B
(190,83,11)
#AC4B0A
(172,75,10)
#9A4309
(154,67,9)
#883B08
(136,59,8)
#763307
(118,51,7)
#642B06
(100,43,6)
#522305
(82,35,5)
#401B04
(64,27,4)
#2E1303
(46,19,3)
#1C0B02
(28,11,2)
#000000
(0,0,0)

Tints of #D05B0C

#D05B0C
(208,91,12)
#D46922
(212,105,34)
#D87738
(216,119,56)
#DC854E
(220,133,78)
#E09364
(224,147,100)
#E4A17A
(228,161,122)
#E8AF90
(232,175,144)
#ECBDA6
(236,189,166)
#F0CBBC
(240,203,188)
#F4D9D2
(244,217,210)
#F8E7E8
(248,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D05B0C color. Also use rgb(208,91,12) instead hex code.

Text Font Color

.myTextColor { color: #D05B0C; }

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

This text font color is #D05B0C.


Background Color

.myBgColor { background-color: #D05B0C; }

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

This div background color is #D05B0C.


Border color

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

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

This div border color is #D05B0C.


Opacity

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

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

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

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

This text has shadow with #D05B0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D05B0C on black background.


Color preview on white background

This text has color #D05B0C on white background.



Black color preview on #D05B0C background

This text has black color on #D05B0C background.


White color preview on #D05B0C background

This text has white color on #D05B0C background.