COLOR #D27D09

HEX: #D27D09
RGB: (210,125,9)

Color info

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

RGB color model

#D27D09 color RGB value is (210,125,9).

  • red value is 210;
  • green value is 125;
  • blue value is 9.
RGB:
(210,125,9)
(82%,49%,4%)

RGB channels and saturation

R 210 of 255 = 82%
G 125 of 255 = 49%
B 9 of 255 = 4%

210
125
9

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

Portions of RGB colors in percentages

R + G + B =
210 + 125 + 9 = 344 (100%)
R 210 of 344 ~ 61.05%
G 125 of 344 ~ 36.34%
B 9 of 344 ~ 2.62%

%61.05
%36.34

CMYK color model

#D27D09 color CMYK value is (0,40,96,18).

  • cyan value is 0.00%
  • magenta value is 40.48%
  • yellow value is 95.71%
  • key color value is 17.65%
CMYK:
(0,40,96,18)
C0M40Y96K18 
(0%,40%,96%,18%)
(0.00/0.40/0.96/0.18)	

CMYK percentages

%0
%40.48
%95.71
%17.65

Codes

Color #D27D09 in popluar color models

D27D09
RGB2101259
HSL35°91.78%42.94%
HSB/HSV35°95.71%82.35%
CMYK0.00%40.48%95.71%
17.65%

Color #D27D09 in popluar number systems.

HEXD27D09
Decimal2101259
Binary1101001011111011001
Octal32217511

Shades and tints

Shades of #D27D09

#D27D09
(210,125,9)
#BF7209
(191,114,9)
#AC6709
(172,103,9)
#995C09
(153,92,9)
#865109
(134,81,9)
#734609
(115,70,9)
#603B09
(96,59,9)
#4D3009
(77,48,9)
#3A2509
(58,37,9)
#271A09
(39,26,9)
#140F09
(20,15,9)
#000000
(0,0,0)

Tints of #D27D09

#D27D09
(210,125,9)
#D6881F
(214,136,31)
#DA9335
(218,147,53)
#DE9E4B
(222,158,75)
#E2A961
(226,169,97)
#E6B477
(230,180,119)
#EABF8D
(234,191,141)
#EECAA3
(238,202,163)
#F2D5B9
(242,213,185)
#F6E0CF
(246,224,207)
#FAEBE5
(250,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D27D09 color. Also use rgb(210,125,9) instead hex code.

Text Font Color

.myTextColor { color: #D27D09; }

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

This text font color is #D27D09.


Background Color

.myBgColor { background-color: #D27D09; }

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

This div background color is #D27D09.


Border color

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

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

This div border color is #D27D09.


Opacity

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

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

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

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

This text has shadow with #D27D09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D27D09 on black background.


Color preview on white background

This text has color #D27D09 on white background.



Black color preview on #D27D09 background

This text has black color on #D27D09 background.


White color preview on #D27D09 background

This text has white color on #D27D09 background.