COLOR #D7DE0D

HEX: #D7DE0D
RGB: (215,222,13)

Color info

#D7DE0D contains mainly red and green colors. Web safe color of #D7DE0D is #CCCC00 (or #CC0).

RGB color model

#D7DE0D color RGB value is (215,222,13).

  • red value is 215;
  • green value is 222;
  • blue value is 13.
RGB:
(215,222,13)
(84%,87%,5%)

RGB channels and saturation

R 215 of 255 = 84%
G 222 of 255 = 87%
B 13 of 255 = 5%

215
222
13

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

Portions of RGB colors in percentages

R + G + B =
215 + 222 + 13 = 450 (100%)
R 215 of 450 ~ 47.78%
G 222 of 450 ~ 49.33%
B 13 of 450 ~ 2.89%

%47.78
%49.33

CMYK color model

#D7DE0D color CMYK value is (3,0,94,13).

  • cyan value is 3.15%
  • magenta value is 0.00%
  • yellow value is 94.14%
  • key color value is 12.94%
CMYK:
(3,0,94,13)
C3M0Y94K13 
(3%,0%,94%,13%)
(0.03/0.00/0.94/0.13)	

CMYK percentages

%3.15
%0
%94.14
%12.94

Codes

Color #D7DE0D in popluar color models

D7DE0D
RGB21522213
HSL62°88.94%46.08%
HSB/HSV62°94.14%87.06%
CMYK3.15%0.00%94.14%
12.94%

Color #D7DE0D in popluar number systems.

HEXD7DE0D
Decimal21522213
Binary11010111110111101101
Octal32733615

Shades and tints

Shades of #D7DE0D

#D7DE0D
(215,222,13)
#C4CA0C
(196,202,12)
#B1B60B
(177,182,11)
#9EA20A
(158,162,10)
#8B8E09
(139,142,9)
#787A08
(120,122,8)
#656607
(101,102,7)
#525206
(82,82,6)
#3F3E05
(63,62,5)
#2C2A04
(44,42,4)
#191603
(25,22,3)
#000000
(0,0,0)

Tints of #D7DE0D

#D7DE0D
(215,222,13)
#DAE123
(218,225,35)
#DDE439
(221,228,57)
#E0E74F
(224,231,79)
#E3EA65
(227,234,101)
#E6ED7B
(230,237,123)
#E9F091
(233,240,145)
#ECF3A7
(236,243,167)
#EFF6BD
(239,246,189)
#F2F9D3
(242,249,211)
#F5FCE9
(245,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DE0D color. Also use rgb(215,222,13) instead hex code.

Text Font Color

.myTextColor { color: #D7DE0D; }

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

This text font color is #D7DE0D.


Background Color

.myBgColor { background-color: #D7DE0D; }

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

This div background color is #D7DE0D.


Border color

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

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

This div border color is #D7DE0D.


Opacity

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

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

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

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

This text has shadow with #D7DE0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DE0D on black background.


Color preview on white background

This text has color #D7DE0D on white background.



Black color preview on #D7DE0D background

This text has black color on #D7DE0D background.


White color preview on #D7DE0D background

This text has white color on #D7DE0D background.