COLOR #D07120

HEX: #D07120
RGB: (208,113,32)

Color info

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

RGB color model

#D07120 color RGB value is (208,113,32).

  • red value is 208;
  • green value is 113;
  • blue value is 32.
RGB:
(208,113,32)
(82%,44%,13%)

RGB channels and saturation

R 208 of 255 = 82%
G 113 of 255 = 44%
B 32 of 255 = 13%

208
113
32

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

Portions of RGB colors in percentages

R + G + B =
208 + 113 + 32 = 353 (100%)
R 208 of 353 ~ 58.92%
G 113 of 353 ~ 32.01%
B 32 of 353 ~ 9.07%

%58.92
%32.01

CMYK color model

#D07120 color CMYK value is (0,46,85,18).

  • cyan value is 0.00%
  • magenta value is 45.67%
  • yellow value is 84.62%
  • key color value is 18.43%
CMYK:
(0,46,85,18)
C0M46Y85K18 
(0%,46%,85%,18%)
(0.00/0.46/0.85/0.18)	

CMYK percentages

%0
%45.67
%84.62
%18.43

Codes

Color #D07120 in popluar color models

D07120
RGB20811332
HSL28°73.33%47.06%
HSB/HSV28°84.62%81.57%
CMYK0.00%45.67%84.62%
18.43%

Color #D07120 in popluar number systems.

HEXD07120
Decimal20811332
Binary110100001110001100000
Octal32016140

Shades and tints

Shades of #D07120

#D07120
(208,113,32)
#BE671E
(190,103,30)
#AC5D1C
(172,93,28)
#9A531A
(154,83,26)
#884918
(136,73,24)
#763F16
(118,63,22)
#643514
(100,53,20)
#522B12
(82,43,18)
#402110
(64,33,16)
#2E170E
(46,23,14)
#1C0D0C
(28,13,12)
#000000
(0,0,0)

Tints of #D07120

#D07120
(208,113,32)
#D47D34
(212,125,52)
#D88948
(216,137,72)
#DC955C
(220,149,92)
#E0A170
(224,161,112)
#E4AD84
(228,173,132)
#E8B998
(232,185,152)
#ECC5AC
(236,197,172)
#F0D1C0
(240,209,192)
#F4DDD4
(244,221,212)
#F8E9E8
(248,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D07120 color. Also use rgb(208,113,32) instead hex code.

Text Font Color

.myTextColor { color: #D07120; }

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

This text font color is #D07120.


Background Color

.myBgColor { background-color: #D07120; }

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

This div background color is #D07120.


Border color

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

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

This div border color is #D07120.


Opacity

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

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

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

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

This text has shadow with #D07120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D07120 on black background.


Color preview on white background

This text has color #D07120 on white background.



Black color preview on #D07120 background

This text has black color on #D07120 background.


White color preview on #D07120 background

This text has white color on #D07120 background.