COLOR #DBD76E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

219
215
110

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

Portions of RGB colors in percentages

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

%40.26
%39.52
%20.22

CMYK color model

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

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

CMYK percentages

%0
%1.83
%49.77
%14.12

Codes

Color #DBD76E in popluar color models

DBD76E
RGB219215110
HSL58°60.22%64.51%
HSB/HSV58°49.77%85.88%
CMYK0.00%1.83%49.77%
14.12%

Color #DBD76E in popluar number systems.

HEXDBD76E
Decimal219215110
Binary11011011110101111101110
Octal333327156

Shades and tints

Shades of #DBD76E

#DBD76E
(219,215,110)
#C8C464
(200,196,100)
#B5B15A
(181,177,90)
#A29E50
(162,158,80)
#8F8B46
(143,139,70)
#7C783C
(124,120,60)
#696532
(105,101,50)
#565228
(86,82,40)
#433F1E
(67,63,30)
#302C14
(48,44,20)
#1D190A
(29,25,10)
#000000
(0,0,0)

Tints of #DBD76E

#DBD76E
(219,215,110)
#DEDA7B
(222,218,123)
#E1DD88
(225,221,136)
#E4E095
(228,224,149)
#E7E3A2
(231,227,162)
#EAE6AF
(234,230,175)
#EDE9BC
(237,233,188)
#F0ECC9
(240,236,201)
#F3EFD6
(243,239,214)
#F6F2E3
(246,242,227)
#F9F5F0
(249,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD76E; }

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

This text font color is #DBD76E.


Background Color

.myBgColor { background-color: #DBD76E; }

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

This div background color is #DBD76E.


Border color

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

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

This div border color is #DBD76E.


Opacity

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

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

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

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

This text has shadow with #DBD76E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD76E on black background.


Color preview on white background

This text has color #DBD76E on white background.



Black color preview on #DBD76E background

This text has black color on #DBD76E background.


White color preview on #DBD76E background

This text has white color on #DBD76E background.