COLOR #DBCA4D

HEX: #DBCA4D
RGB: (219,202,77)

Color info

#DBCA4D contains mainly red and green colors. Web safe color of #DBCA4D is #CCCC33 (or #CC3).

RGB color model

#DBCA4D color RGB value is (219,202,77).

  • red value is 219;
  • green value is 202;
  • blue value is 77.
RGB:
(219,202,77)
(86%,79%,30%)

RGB channels and saturation

R 219 of 255 = 86%
G 202 of 255 = 79%
B 77 of 255 = 30%

219
202
77

R + G + B ~ 65%. #DBCA4D is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 202 + 77 = 498 (100%)
R 219 of 498 ~ 43.98%
G 202 of 498 ~ 40.56%
B 77 of 498 ~ 15.46%

%43.98
%40.56
%15.46

CMYK color model

#DBCA4D color CMYK value is (0,8,65,14).

  • cyan value is 0.00%
  • magenta value is 7.76%
  • yellow value is 64.84%
  • key color value is 14.12%
CMYK:
(0,8,65,14)
C0M8Y65K14 
(0%,8%,65%,14%)
(0.00/0.08/0.65/0.14)	

CMYK percentages

%0
%7.76
%64.84
%14.12

Codes

Color #DBCA4D in popluar color models

DBCA4D
RGB21920277
HSL53°66.36%58.04%
HSB/HSV53°64.84%85.88%
CMYK0.00%7.76%64.84%
14.12%

Color #DBCA4D in popluar number systems.

HEXDBCA4D
Decimal21920277
Binary11011011110010101001101
Octal333312115

Shades and tints

Shades of #DBCA4D

#DBCA4D
(219,202,77)
#C8B846
(200,184,70)
#B5A63F
(181,166,63)
#A29438
(162,148,56)
#8F8231
(143,130,49)
#7C702A
(124,112,42)
#695E23
(105,94,35)
#564C1C
(86,76,28)
#433A15
(67,58,21)
#30280E
(48,40,14)
#1D1607
(29,22,7)
#000000
(0,0,0)

Tints of #DBCA4D

#DBCA4D
(219,202,77)
#DECE5D
(222,206,93)
#E1D26D
(225,210,109)
#E4D67D
(228,214,125)
#E7DA8D
(231,218,141)
#EADE9D
(234,222,157)
#EDE2AD
(237,226,173)
#F0E6BD
(240,230,189)
#F3EACD
(243,234,205)
#F6EEDD
(246,238,221)
#F9F2ED
(249,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBCA4D color. Also use rgb(219,202,77) instead hex code.

Text Font Color

.myTextColor { color: #DBCA4D; }

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

This text font color is #DBCA4D.


Background Color

.myBgColor { background-color: #DBCA4D; }

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

This div background color is #DBCA4D.


Border color

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

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

This div border color is #DBCA4D.


Opacity

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

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

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

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

This text has shadow with #DBCA4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCA4D on black background.


Color preview on white background

This text has color #DBCA4D on white background.



Black color preview on #DBCA4D background

This text has black color on #DBCA4D background.


White color preview on #DBCA4D background

This text has white color on #DBCA4D background.