COLOR #D6D848

HEX: #D6D848
RGB: (214,216,72)

Color info

#D6D848 contains mainly red and green colors. Web safe color of #D6D848 is #CCCC33 (or #CC3).

RGB color model

#D6D848 color RGB value is (214,216,72).

  • red value is 214;
  • green value is 216;
  • blue value is 72.
RGB:
(214,216,72)
(84%,85%,28%)

RGB channels and saturation

R 214 of 255 = 84%
G 216 of 255 = 85%
B 72 of 255 = 28%

214
216
72

R + G + B ~ 66%. #D6D848 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 216 + 72 = 502 (100%)
R 214 of 502 ~ 42.63%
G 216 of 502 ~ 43.03%
B 72 of 502 ~ 14.34%

%42.63
%43.03
%14.34

CMYK color model

#D6D848 color CMYK value is (1,0,67,15).

  • cyan value is 0.93%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 15.29%
CMYK:
(1,0,67,15)
C1M0Y67K15 
(1%,0%,67%,15%)
(0.01/0.00/0.67/0.15)	

CMYK percentages

%0.93
%0
%66.67
%15.29

Codes

Color #D6D848 in popluar color models

D6D848
RGB21421672
HSL61°64.86%56.47%
HSB/HSV61°66.67%84.71%
CMYK0.93%0.00%66.67%
15.29%

Color #D6D848 in popluar number systems.

HEXD6D848
Decimal21421672
Binary11010110110110001001000
Octal326330110

Shades and tints

Shades of #D6D848

#D6D848
(214,216,72)
#C3C542
(195,197,66)
#B0B23C
(176,178,60)
#9D9F36
(157,159,54)
#8A8C30
(138,140,48)
#77792A
(119,121,42)
#646624
(100,102,36)
#51531E
(81,83,30)
#3E4018
(62,64,24)
#2B2D12
(43,45,18)
#181A0C
(24,26,12)
#000000
(0,0,0)

Tints of #D6D848

#D6D848
(214,216,72)
#D9DB58
(217,219,88)
#DCDE68
(220,222,104)
#DFE178
(223,225,120)
#E2E488
(226,228,136)
#E5E798
(229,231,152)
#E8EAA8
(232,234,168)
#EBEDB8
(235,237,184)
#EEF0C8
(238,240,200)
#F1F3D8
(241,243,216)
#F4F6E8
(244,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6D848 color. Also use rgb(214,216,72) instead hex code.

Text Font Color

.myTextColor { color: #D6D848; }

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

This text font color is #D6D848.


Background Color

.myBgColor { background-color: #D6D848; }

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

This div background color is #D6D848.


Border color

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

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

This div border color is #D6D848.


Opacity

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

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

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

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

This text has shadow with #D6D848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D848 on black background.


Color preview on white background

This text has color #D6D848 on white background.



Black color preview on #D6D848 background

This text has black color on #D6D848 background.


White color preview on #D6D848 background

This text has white color on #D6D848 background.