COLOR #D6DB62

HEX: #D6DB62
RGB: (214,219,98)

Color info

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

RGB color model

#D6DB62 color RGB value is (214,219,98).

  • red value is 214;
  • green value is 219;
  • blue value is 98.
RGB:
(214,219,98)
(84%,86%,38%)

RGB channels and saturation

R 214 of 255 = 84%
G 219 of 255 = 86%
B 98 of 255 = 38%

214
219
98

R + G + B ~ 69%. #D6DB62 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 219 + 98 = 531 (100%)
R 214 of 531 ~ 40.3%
G 219 of 531 ~ 41.24%
B 98 of 531 ~ 18.46%

%40.3
%41.24
%18.46

CMYK color model

#D6DB62 color CMYK value is (2,0,55,14).

  • cyan value is 2.28%
  • magenta value is 0.00%
  • yellow value is 55.25%
  • key color value is 14.12%
CMYK:
(2,0,55,14)
C2M0Y55K14 
(2%,0%,55%,14%)
(0.02/0.00/0.55/0.14)	

CMYK percentages

%2.28
%0
%55.25
%14.12

Codes

Color #D6DB62 in popluar color models

D6DB62
RGB21421998
HSL62°62.69%62.16%
HSB/HSV62°55.25%85.88%
CMYK2.28%0.00%55.25%
14.12%

Color #D6DB62 in popluar number systems.

HEXD6DB62
Decimal21421998
Binary11010110110110111100010
Octal326333142

Shades and tints

Shades of #D6DB62

#D6DB62
(214,219,98)
#C3C85A
(195,200,90)
#B0B552
(176,181,82)
#9DA24A
(157,162,74)
#8A8F42
(138,143,66)
#777C3A
(119,124,58)
#646932
(100,105,50)
#51562A
(81,86,42)
#3E4322
(62,67,34)
#2B301A
(43,48,26)
#181D12
(24,29,18)
#000000
(0,0,0)

Tints of #D6DB62

#D6DB62
(214,219,98)
#D9DE70
(217,222,112)
#DCE17E
(220,225,126)
#DFE48C
(223,228,140)
#E2E79A
(226,231,154)
#E5EAA8
(229,234,168)
#E8EDB6
(232,237,182)
#EBF0C4
(235,240,196)
#EEF3D2
(238,243,210)
#F1F6E0
(241,246,224)
#F4F9EE
(244,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6DB62 color. Also use rgb(214,219,98) instead hex code.

Text Font Color

.myTextColor { color: #D6DB62; }

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

This text font color is #D6DB62.


Background Color

.myBgColor { background-color: #D6DB62; }

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

This div background color is #D6DB62.


Border color

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

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

This div border color is #D6DB62.


Opacity

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

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

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

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

This text has shadow with #D6DB62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DB62 on black background.


Color preview on white background

This text has color #D6DB62 on white background.



Black color preview on #D6DB62 background

This text has black color on #D6DB62 background.


White color preview on #D6DB62 background

This text has white color on #D6DB62 background.