COLOR #D6DF0B

HEX: #D6DF0B RGB: (214,223,11)

Color info

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

RGB color model

#D6DF0B color RGB value is (214,223,11).

RGB: (214,223,11) (84%, 87%, 4%)

RGB channels and saturation

R 214 of 255 = 84%
G 223 of 255 = 87%
B 11 of 255 = 4%

214
223
11

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

Portions of RGB colors in percentages

R + G + B = 214 + 223 + 11 = 448 (100%)
R 214 of 448 ~ 47.77%
G 223 of 448 ~ 49.78%
B 11 of 448 ~ 2.46'%

%47.77
%49.78

CMYK color model

#D6DF0B color CMYK value is (4,0,95,13).

  • cyan value is 4.04%
  • magenta value is 0.00%
  • yellow value is 95.07%
  • key color value is 12.55%

CMYK: (4,0,95,13)
C4M0Y95K13 (4%, 0%, 95%, 13%)
(0.04 / 0.00 / 0.95 / 0.13)

CMYK percentages

%4.04
%0
%95.07
%12.55

Codes

Color #D6DF0B in popluar color models

D6 DF 0B
RGB 214 223 11
HSL 63° 90.60% 45.88%
HSB/HSV 63° 95.07% 87.45%
CMYK 4.04% 0.00% 95.07%
12.55%

Color #D6DF0B in popluar number systems.

HEX D6 DF 0B
Decimal 214 223 11
Binary 11010110 11011111 1011
Octal 326 337 13

Shades and tints

Shades of #D6DF0B

#D6DF0B
(214,223,11)
#C3CB0A
(195,203,10)
#B0B709
(176,183,9)
#9DA308
(157,163,8)
#8A8F07
(138,143,7)
#777B06
(119,123,6)
#646705
(100,103,5)
#515304
(81,83,4)
#3E3F03
(62,63,3)
#2B2B02
(43,43,2)
#181701
(24,23,1)
#000000
(0,0,0)

Tints of #D6DF0B

#D6DF0B
(214,223,11)
#D9E121
(217,225,33)
#DCE337
(220,227,55)
#DFE54D
(223,229,77)
#E2E763
(226,231,99)
#E5E979
(229,233,121)
#E8EB8F
(232,235,143)
#EBEDA5
(235,237,165)
#EEEFBB
(238,239,187)
#F1F1D1
(241,241,209)
#F4F3E7
(244,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6DF0B color. Also use rgb(214,223,11) instead hex code.

Text Font Color

.myTextColor { color: #D6DF0B; }

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

This text font color is #D6DF0B.

Background Color

.myBgColor { background-color: #D6DF0B; }

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

This div background color is #D6DF0B.

Border color

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

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

This div border color is #D6DF0B.

Opacity

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

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

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

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

This text has shadow with #D6DF0B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6DF0B.

Preview

Color preview on black background

This text has color #D6DF0B on black background.


Color preview on white background

This text has color #D6DF0B on white background.


Black color preview on #D6DF0B background

This text has black color on #D6DF0B background.


White color preview on #D6DF0B background

This text has white color on #D6DF0B background.


Related colors

Complementary color

Complementary color for #hex is #2920F4.


I love getcolorcode.com

Triadic colors

1 #0BD6DF and #DF0BD6 with #D6DF0B are triadic colors.

2 #0BDFD6 and #DFD60B with #D6DF0B are triadic colors.