COLOR #DBD57C

HEX: #DBD57C
RGB: (219,213,124)

Color info

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

RGB color model

#DBD57C color RGB value is (219,213,124).

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

RGB channels and saturation

R 219 of 255 = 86%
G 213 of 255 = 84%
B 124 of 255 = 49%

219
213
124

R + G + B ~ 73%. #DBD57C is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 213 + 124 = 556 (100%)
R 219 of 556 ~ 39.39%
G 213 of 556 ~ 38.31%
B 124 of 556 ~ 22.3%

%39.39
%38.31
%22.3

CMYK color model

#DBD57C color CMYK value is (0,3,43,14).

  • cyan value is 0.00%
  • magenta value is 2.74%
  • yellow value is 43.38%
  • key color value is 14.12%
CMYK:
(0,3,43,14)
C0M3Y43K14 
(0%,3%,43%,14%)
(0.00/0.03/0.43/0.14)	

CMYK percentages

%0
%2.74
%43.38
%14.12

Codes

Color #DBD57C in popluar color models

DBD57C
RGB219213124
HSL56°56.89%67.25%
HSB/HSV56°43.38%85.88%
CMYK0.00%2.74%43.38%
14.12%

Color #DBD57C in popluar number systems.

HEXDBD57C
Decimal219213124
Binary11011011110101011111100
Octal333325174

Shades and tints

Shades of #DBD57C

#DBD57C
(219,213,124)
#C8C271
(200,194,113)
#B5AF66
(181,175,102)
#A29C5B
(162,156,91)
#8F8950
(143,137,80)
#7C7645
(124,118,69)
#69633A
(105,99,58)
#56502F
(86,80,47)
#433D24
(67,61,36)
#302A19
(48,42,25)
#1D170E
(29,23,14)
#000000
(0,0,0)

Tints of #DBD57C

#DBD57C
(219,213,124)
#DED887
(222,216,135)
#E1DB92
(225,219,146)
#E4DE9D
(228,222,157)
#E7E1A8
(231,225,168)
#EAE4B3
(234,228,179)
#EDE7BE
(237,231,190)
#F0EAC9
(240,234,201)
#F3EDD4
(243,237,212)
#F6F0DF
(246,240,223)
#F9F3EA
(249,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD57C; }

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

This text font color is #DBD57C.


Background Color

.myBgColor { background-color: #DBD57C; }

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

This div background color is #DBD57C.


Border color

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

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

This div border color is #DBD57C.


Opacity

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

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

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

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

This text has shadow with #DBD57C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD57C on black background.


Color preview on white background

This text has color #DBD57C on white background.



Black color preview on #DBD57C background

This text has black color on #DBD57C background.


White color preview on #DBD57C background

This text has white color on #DBD57C background.