COLOR #DBD277

HEX: #DBD277
RGB: (219,210,119)

Color info

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

RGB color model

#DBD277 color RGB value is (219,210,119).

  • red value is 219;
  • green value is 210;
  • blue value is 119.
RGB:
(219,210,119)
(86%,82%,47%)

RGB channels and saturation

R 219 of 255 = 86%
G 210 of 255 = 82%
B 119 of 255 = 47%

219
210
119

R + G + B ~ 72%. #DBD277 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 210 + 119 = 548 (100%)
R 219 of 548 ~ 39.96%
G 210 of 548 ~ 38.32%
B 119 of 548 ~ 21.72%

%39.96
%38.32
%21.72

CMYK color model

#DBD277 color CMYK value is (0,4,46,14).

  • cyan value is 0.00%
  • magenta value is 4.11%
  • yellow value is 45.66%
  • key color value is 14.12%
CMYK:
(0,4,46,14)
C0M4Y46K14 
(0%,4%,46%,14%)
(0.00/0.04/0.46/0.14)	

CMYK percentages

%0
%4.11
%45.66
%14.12

Codes

Color #DBD277 in popluar color models

DBD277
RGB219210119
HSL55°58.14%66.27%
HSB/HSV55°45.66%85.88%
CMYK0.00%4.11%45.66%
14.12%

Color #DBD277 in popluar number systems.

HEXDBD277
Decimal219210119
Binary11011011110100101110111
Octal333322167

Shades and tints

Shades of #DBD277

#DBD277
(219,210,119)
#C8BF6D
(200,191,109)
#B5AC63
(181,172,99)
#A29959
(162,153,89)
#8F864F
(143,134,79)
#7C7345
(124,115,69)
#69603B
(105,96,59)
#564D31
(86,77,49)
#433A27
(67,58,39)
#30271D
(48,39,29)
#1D1413
(29,20,19)
#000000
(0,0,0)

Tints of #DBD277

#DBD277
(219,210,119)
#DED683
(222,214,131)
#E1DA8F
(225,218,143)
#E4DE9B
(228,222,155)
#E7E2A7
(231,226,167)
#EAE6B3
(234,230,179)
#EDEABF
(237,234,191)
#F0EECB
(240,238,203)
#F3F2D7
(243,242,215)
#F6F6E3
(246,246,227)
#F9FAEF
(249,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBD277 color. Also use rgb(219,210,119) instead hex code.

Text Font Color

.myTextColor { color: #DBD277; }

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

This text font color is #DBD277.


Background Color

.myBgColor { background-color: #DBD277; }

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

This div background color is #DBD277.


Border color

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

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

This div border color is #DBD277.


Opacity

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

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

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

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

This text has shadow with #DBD277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD277 on black background.


Color preview on white background

This text has color #DBD277 on white background.



Black color preview on #DBD277 background

This text has black color on #DBD277 background.


White color preview on #DBD277 background

This text has white color on #DBD277 background.