COLOR #DBD59C

HEX: #DBD59C
RGB: (219,213,156)

Color info

#DBD59C contains mainly red and green colors. Web safe color of #DBD59C is #CCCC99 (or #CC9).

RGB color model

#DBD59C color RGB value is (219,213,156).

  • red value is 219;
  • green value is 213;
  • blue value is 156.
RGB:
(219,213,156)
(86%,84%,61%)

RGB channels and saturation

R 219 of 255 = 86%
G 213 of 255 = 84%
B 156 of 255 = 61%

219
213
156

R + G + B ~ 77%. #DBD59C is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 213 + 156 = 588 (100%)
R 219 of 588 ~ 37.24%
G 213 of 588 ~ 36.22%
B 156 of 588 ~ 26.53%

%37.24
%36.22
%26.53

CMYK color model

#DBD59C color CMYK value is (0,3,29,14).

  • cyan value is 0.00%
  • magenta value is 2.74%
  • yellow value is 28.77%
  • key color value is 14.12%
CMYK:
(0,3,29,14)
C0M3Y29K14 
(0%,3%,29%,14%)
(0.00/0.03/0.29/0.14)	

CMYK percentages

%0
%2.74
%28.77
%14.12

Codes

Color #DBD59C in popluar color models

DBD59C
RGB219213156
HSL54°46.67%73.53%
HSB/HSV54°28.77%85.88%
CMYK0.00%2.74%28.77%
14.12%

Color #DBD59C in popluar number systems.

HEXDBD59C
Decimal219213156
Binary110110111101010110011100
Octal333325234

Shades and tints

Shades of #DBD59C

#DBD59C
(219,213,156)
#C8C28E
(200,194,142)
#B5AF80
(181,175,128)
#A29C72
(162,156,114)
#8F8964
(143,137,100)
#7C7656
(124,118,86)
#696348
(105,99,72)
#56503A
(86,80,58)
#433D2C
(67,61,44)
#302A1E
(48,42,30)
#1D1710
(29,23,16)
#000000
(0,0,0)

Tints of #DBD59C

#DBD59C
(219,213,156)
#DED8A5
(222,216,165)
#E1DBAE
(225,219,174)
#E4DEB7
(228,222,183)
#E7E1C0
(231,225,192)
#EAE4C9
(234,228,201)
#EDE7D2
(237,231,210)
#F0EADB
(240,234,219)
#F3EDE4
(243,237,228)
#F6F0ED
(246,240,237)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBD59C color. Also use rgb(219,213,156) instead hex code.

Text Font Color

.myTextColor { color: #DBD59C; }

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

This text font color is #DBD59C.


Background Color

.myBgColor { background-color: #DBD59C; }

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

This div background color is #DBD59C.


Border color

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

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

This div border color is #DBD59C.


Opacity

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

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

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

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

This text has shadow with #DBD59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD59C on black background.


Color preview on white background

This text has color #DBD59C on white background.



Black color preview on #DBD59C background

This text has black color on #DBD59C background.


White color preview on #DBD59C background

This text has white color on #DBD59C background.