COLOR #D79712

HEX: #D79712
RGB: (215,151,18)

Color info

#D79712 contains mainly red color. Web safe color of #D79712 is #CC9900 (or #C90).

RGB color model

#D79712 color RGB value is (215,151,18).

  • red value is 215;
  • green value is 151;
  • blue value is 18.
RGB:
(215,151,18)
(84%,59%,7%)

RGB channels and saturation

R 215 of 255 = 84%
G 151 of 255 = 59%
B 18 of 255 = 7%

215
151
18

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

Portions of RGB colors in percentages

R + G + B =
215 + 151 + 18 = 384 (100%)
R 215 of 384 ~ 55.99%
G 151 of 384 ~ 39.32%
B 18 of 384 ~ 4.69%

%55.99
%39.32

CMYK color model

#D79712 color CMYK value is (0,30,92,16).

  • cyan value is 0.00%
  • magenta value is 29.77%
  • yellow value is 91.63%
  • key color value is 15.69%
CMYK:
(0,30,92,16)
C0M30Y92K16 
(0%,30%,92%,16%)
(0.00/0.30/0.92/0.16)	

CMYK percentages

%0
%29.77
%91.63
%15.69

Codes

Color #D79712 in popluar color models

D79712
RGB21515118
HSL41°84.55%45.69%
HSB/HSV41°91.63%84.31%
CMYK0.00%29.77%91.63%
15.69%

Color #D79712 in popluar number systems.

HEXD79712
Decimal21515118
Binary110101111001011110010
Octal32722722

Shades and tints

Shades of #D79712

#D79712
(215,151,18)
#C48A11
(196,138,17)
#B17D10
(177,125,16)
#9E700F
(158,112,15)
#8B630E
(139,99,14)
#78560D
(120,86,13)
#65490C
(101,73,12)
#523C0B
(82,60,11)
#3F2F0A
(63,47,10)
#2C2209
(44,34,9)
#191508
(25,21,8)
#000000
(0,0,0)

Tints of #D79712

#D79712
(215,151,18)
#DAA027
(218,160,39)
#DDA93C
(221,169,60)
#E0B251
(224,178,81)
#E3BB66
(227,187,102)
#E6C47B
(230,196,123)
#E9CD90
(233,205,144)
#ECD6A5
(236,214,165)
#EFDFBA
(239,223,186)
#F2E8CF
(242,232,207)
#F5F1E4
(245,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D79712 color. Also use rgb(215,151,18) instead hex code.

Text Font Color

.myTextColor { color: #D79712; }

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

This text font color is #D79712.


Background Color

.myBgColor { background-color: #D79712; }

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

This div background color is #D79712.


Border color

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

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

This div border color is #D79712.


Opacity

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

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

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

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

This text has shadow with #D79712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D79712 on black background.


Color preview on white background

This text has color #D79712 on white background.



Black color preview on #D79712 background

This text has black color on #D79712 background.


White color preview on #D79712 background

This text has white color on #D79712 background.