COLOR #D7DB6E

HEX: #D7DB6E
RGB: (215,219,110)

Color info

#D7DB6E contains mainly red and green colors. Web safe color of #D7DB6E is #CCCC66 (or #CC6).

RGB color model

#D7DB6E color RGB value is (215,219,110).

  • red value is 215;
  • green value is 219;
  • blue value is 110.
RGB:
(215,219,110)
(84%,86%,43%)

RGB channels and saturation

R 215 of 255 = 84%
G 219 of 255 = 86%
B 110 of 255 = 43%

215
219
110

R + G + B ~ 71%. #D7DB6E is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 219 + 110 = 544 (100%)
R 215 of 544 ~ 39.52%
G 219 of 544 ~ 40.26%
B 110 of 544 ~ 20.22%

%39.52
%40.26
%20.22

CMYK color model

#D7DB6E color CMYK value is (2,0,50,14).

  • cyan value is 1.83%
  • magenta value is 0.00%
  • yellow value is 49.77%
  • key color value is 14.12%
CMYK:
(2,0,50,14)
C2M0Y50K14 
(2%,0%,50%,14%)
(0.02/0.00/0.50/0.14)	

CMYK percentages

%1.83
%0
%49.77
%14.12

Codes

Color #D7DB6E in popluar color models

D7DB6E
RGB215219110
HSL62°60.22%64.51%
HSB/HSV62°49.77%85.88%
CMYK1.83%0.00%49.77%
14.12%

Color #D7DB6E in popluar number systems.

HEXD7DB6E
Decimal215219110
Binary11010111110110111101110
Octal327333156

Shades and tints

Shades of #D7DB6E

#D7DB6E
(215,219,110)
#C4C864
(196,200,100)
#B1B55A
(177,181,90)
#9EA250
(158,162,80)
#8B8F46
(139,143,70)
#787C3C
(120,124,60)
#656932
(101,105,50)
#525628
(82,86,40)
#3F431E
(63,67,30)
#2C3014
(44,48,20)
#191D0A
(25,29,10)
#000000
(0,0,0)

Tints of #D7DB6E

#D7DB6E
(215,219,110)
#DADE7B
(218,222,123)
#DDE188
(221,225,136)
#E0E495
(224,228,149)
#E3E7A2
(227,231,162)
#E6EAAF
(230,234,175)
#E9EDBC
(233,237,188)
#ECF0C9
(236,240,201)
#EFF3D6
(239,243,214)
#F2F6E3
(242,246,227)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DB6E color. Also use rgb(215,219,110) instead hex code.

Text Font Color

.myTextColor { color: #D7DB6E; }

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

This text font color is #D7DB6E.


Background Color

.myBgColor { background-color: #D7DB6E; }

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

This div background color is #D7DB6E.


Border color

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

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

This div border color is #D7DB6E.


Opacity

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

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

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

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

This text has shadow with #D7DB6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DB6E on black background.


Color preview on white background

This text has color #D7DB6E on white background.



Black color preview on #D7DB6E background

This text has black color on #D7DB6E background.


White color preview on #D7DB6E background

This text has white color on #D7DB6E background.