COLOR #DBD47D

HEX: #DBD47D RGB: (219,212,125)

Color info

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

RGB color model

#DBD47D color RGB value is (219,212,125).

RGB: (219,212,125) (86%, 83%, 49%)

RGB channels and saturation

R 219 of 255 = 86%
G 212 of 255 = 83%
B 125 of 255 = 49%

219
212
125

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

Portions of RGB colors in percentages

R + G + B = 219 + 212 + 125 = 556 (100%)
R 219 of 556 ~ 39.39%
G 212 of 556 ~ 38.13%
B 125 of 556 ~ 22.48'%

%39.39
%38.13
%22.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.20%
  • yellow value is 42.92%
  • 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
%3.2
%42.92
%14.12

Codes

Color #DBD47D in popluar color models

DB D4 7D
RGB 219 212 125
HSL 56° 56.63% 67.45%
HSB/HSV 56° 42.92% 85.88%
CMYK 0.00% 3.20% 42.92%
14.12%

Color #DBD47D in popluar number systems.

HEX DB D4 7D
Decimal 219 212 125
Binary 11011011 11010100 1111101
Octal 333 324 175

Shades and tints

Shades of #DBD47D

#DBD47D
(219,212,125)
#C8C172
(200,193,114)
#B5AE67
(181,174,103)
#A29B5C
(162,155,92)
#8F8851
(143,136,81)
#7C7546
(124,117,70)
#69623B
(105,98,59)
#564F30
(86,79,48)
#433C25
(67,60,37)
#30291A
(48,41,26)
#1D160F
(29,22,15)
#000000
(0,0,0)

Tints of #DBD47D

#DBD47D
(219,212,125)
#DED788
(222,215,136)
#E1DA93
(225,218,147)
#E4DD9E
(228,221,158)
#E7E0A9
(231,224,169)
#EAE3B4
(234,227,180)
#EDE6BF
(237,230,191)
#F0E9CA
(240,233,202)
#F3ECD5
(243,236,213)
#F6EFE0
(246,239,224)
#F9F2EB
(249,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBD47D color. Also use rgb(219,212,125) instead hex code.

Text Font Color

.myTextColor { color: #DBD47D; }

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

This text font color is #DBD47D.

Background Color

.myBgColor { background-color: #DBD47D; }

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

This div background color is #DBD47D.

Border color

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

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

This div border color is #DBD47D.

Opacity

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

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

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

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

This text has shadow with #DBD47D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD47D.

Preview

Color preview on black background

This text has color #DBD47D on black background.


Color preview on white background

This text has color #DBD47D on white background.


Black color preview on #DBD47D background

This text has black color on #DBD47D background.


White color preview on #DBD47D background

This text has white color on #DBD47D background.


Related colors

Complementary color

Complementary color for #hex is #242B82.


I love getcolorcode.com

Triadic colors

1 #7DDBD4 and #D47DDB with #DBD47D are triadic colors.

2 #7DD4DB and #D4DB7D with #DBD47D are triadic colors.