COLOR #D06925

HEX: #D06925
RGB: (208,105,37)

Color info

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

RGB color model

#D06925 color RGB value is (208,105,37).

  • red value is 208;
  • green value is 105;
  • blue value is 37.
RGB:
(208,105,37)
(82%,41%,15%)

RGB channels and saturation

R 208 of 255 = 82%
G 105 of 255 = 41%
B 37 of 255 = 15%

208
105
37

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

Portions of RGB colors in percentages

R + G + B =
208 + 105 + 37 = 350 (100%)
R 208 of 350 ~ 59.43%
G 105 of 350 ~ 30%
B 37 of 350 ~ 10.57%

%59.43
%30
%10.57

CMYK color model

#D06925 color CMYK value is (0,50,82,18).

  • cyan value is 0.00%
  • magenta value is 49.52%
  • yellow value is 82.21%
  • key color value is 18.43%
CMYK:
(0,50,82,18)
C0M50Y82K18 
(0%,50%,82%,18%)
(0.00/0.50/0.82/0.18)	

CMYK percentages

%0
%49.52
%82.21
%18.43

Codes

Color #D06925 in popluar color models

D06925
RGB20810537
HSL24°69.80%48.04%
HSB/HSV24°82.21%81.57%
CMYK0.00%49.52%82.21%
18.43%

Color #D06925 in popluar number systems.

HEXD06925
Decimal20810537
Binary110100001101001100101
Octal32015145

Shades and tints

Shades of #D06925

#D06925
(208,105,37)
#BE6022
(190,96,34)
#AC571F
(172,87,31)
#9A4E1C
(154,78,28)
#884519
(136,69,25)
#763C16
(118,60,22)
#643313
(100,51,19)
#522A10
(82,42,16)
#40210D
(64,33,13)
#2E180A
(46,24,10)
#1C0F07
(28,15,7)
#000000
(0,0,0)

Tints of #D06925

#D06925
(208,105,37)
#D47638
(212,118,56)
#D8834B
(216,131,75)
#DC905E
(220,144,94)
#E09D71
(224,157,113)
#E4AA84
(228,170,132)
#E8B797
(232,183,151)
#ECC4AA
(236,196,170)
#F0D1BD
(240,209,189)
#F4DED0
(244,222,208)
#F8EBE3
(248,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D06925 color. Also use rgb(208,105,37) instead hex code.

Text Font Color

.myTextColor { color: #D06925; }

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

This text font color is #D06925.


Background Color

.myBgColor { background-color: #D06925; }

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

This div background color is #D06925.


Border color

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

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

This div border color is #D06925.


Opacity

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

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

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

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

This text has shadow with #D06925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D06925 on black background.


Color preview on white background

This text has color #D06925 on white background.



Black color preview on #D06925 background

This text has black color on #D06925 background.


White color preview on #D06925 background

This text has white color on #D06925 background.