COLOR #D27F01

HEX: #D27F01
RGB: (210,127,1)

Color info

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

RGB color model

#D27F01 color RGB value is (210,127,1).

  • red value is 210;
  • green value is 127;
  • blue value is 1.
RGB:
(210,127,1)
(82%,50%,0%)

RGB channels and saturation

R 210 of 255 = 82%
G 127 of 255 = 50%
B 1 of 255 = 0%

210
127
1

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

Portions of RGB colors in percentages

R + G + B =
210 + 127 + 1 = 338 (100%)
R 210 of 338 ~ 62.13%
G 127 of 338 ~ 37.57%
B 1 of 338 ~ 0.3%

%62.13
%37.57

CMYK color model

#D27F01 color CMYK value is (0,40,100,18).

  • cyan value is 0.00%
  • magenta value is 39.52%
  • yellow value is 99.52%
  • key color value is 17.65%
CMYK:
(0,40,100,18)
C0M40Y100K18 
(0%,40%,100%,18%)
(0.00/0.40/1.00/0.18)	

CMYK percentages

%0
%39.52
%99.52
%17.65

Codes

Color #D27F01 in popluar color models

D27F01
RGB2101271
HSL36°99.05%41.37%
HSB/HSV36°99.52%82.35%
CMYK0.00%39.52%99.52%
17.65%

Color #D27F01 in popluar number systems.

HEXD27F01
Decimal2101271
Binary1101001011111111
Octal3221771

Shades and tints

Shades of #D27F01

#D27F01
(210,127,1)
#BF7401
(191,116,1)
#AC6901
(172,105,1)
#995E01
(153,94,1)
#865301
(134,83,1)
#734801
(115,72,1)
#603D01
(96,61,1)
#4D3201
(77,50,1)
#3A2701
(58,39,1)
#271C01
(39,28,1)
#141101
(20,17,1)
#000000
(0,0,0)

Tints of #D27F01

#D27F01
(210,127,1)
#D68A18
(214,138,24)
#DA952F
(218,149,47)
#DEA046
(222,160,70)
#E2AB5D
(226,171,93)
#E6B674
(230,182,116)
#EAC18B
(234,193,139)
#EECCA2
(238,204,162)
#F2D7B9
(242,215,185)
#F6E2D0
(246,226,208)
#FAEDE7
(250,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D27F01 color. Also use rgb(210,127,1) instead hex code.

Text Font Color

.myTextColor { color: #D27F01; }

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

This text font color is #D27F01.


Background Color

.myBgColor { background-color: #D27F01; }

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

This div background color is #D27F01.


Border color

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

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

This div border color is #D27F01.


Opacity

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

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

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

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

This text has shadow with #D27F01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D27F01 on black background.


Color preview on white background

This text has color #D27F01 on white background.



Black color preview on #D27F01 background

This text has black color on #D27F01 background.


White color preview on #D27F01 background

This text has white color on #D27F01 background.