COLOR #DBD492

HEX: #DBD492 RGB: (219,212,146)

Color info

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

RGB color model

#DBD492 color RGB value is (219,212,146).

RGB: (219,212,146) (86%, 83%, 57%)

RGB channels and saturation

R 219 of 255 = 86%
G 212 of 255 = 83%
B 146 of 255 = 57%

219
212
146

R + G + B ~ 75%. #DBD492 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 212 + 146 = 577 (100%)
R 219 of 577 ~ 37.95%
G 212 of 577 ~ 36.74%
B 146 of 577 ~ 25.3'%

%37.95
%36.74
%25.3

CMYK color model

#DBD492 color CMYK value is (0,3,33,14).

  • cyan value is 0.00%
  • magenta value is 3.20%
  • yellow value is 33.33%
  • key color value is 14.12%

CMYK: (0,3,33,14)
C0M3Y33K14 (0%, 3%, 33%, 14%)
(0.00 / 0.03 / 0.33 / 0.14)

CMYK percentages

%0
%3.2
%33.33
%14.12

Codes

Color #DBD492 in popluar color models

DB D4 92
RGB 219 212 146
HSL 54° 50.34% 71.57%
HSB/HSV 54° 33.33% 85.88%
CMYK 0.00% 3.20% 33.33%
14.12%

Color #DBD492 in popluar number systems.

HEX DB D4 92
Decimal 219 212 146
Binary 11011011 11010100 10010010
Octal 333 324 222

Shades and tints

Shades of #DBD492

#DBD492
(219,212,146)
#C8C185
(200,193,133)
#B5AE78
(181,174,120)
#A29B6B
(162,155,107)
#8F885E
(143,136,94)
#7C7551
(124,117,81)
#696244
(105,98,68)
#564F37
(86,79,55)
#433C2A
(67,60,42)
#30291D
(48,41,29)
#1D1610
(29,22,16)
#000000
(0,0,0)

Tints of #DBD492

#DBD492
(219,212,146)
#DED79B
(222,215,155)
#E1DAA4
(225,218,164)
#E4DDAD
(228,221,173)
#E7E0B6
(231,224,182)
#EAE3BF
(234,227,191)
#EDE6C8
(237,230,200)
#F0E9D1
(240,233,209)
#F3ECDA
(243,236,218)
#F6EFE3
(246,239,227)
#F9F2EC
(249,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD492; }

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

This text font color is #DBD492.

Background Color

.myBgColor { background-color: #DBD492; }

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

This div background color is #DBD492.

Border color

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

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

This div border color is #DBD492.

Opacity

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

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

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

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

This text has shadow with #DBD492 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD492.

Preview

Color preview on black background

This text has color #DBD492 on black background.


Color preview on white background

This text has color #DBD492 on white background.


Black color preview on #DBD492 background

This text has black color on #DBD492 background.


White color preview on #DBD492 background

This text has white color on #DBD492 background.


Related colors

Complementary color

Complementary color for #hex is #242B6D.


I love getcolorcode.com

Triadic colors

1 #92DBD4 and #D492DB with #DBD492 are triadic colors.

2 #92D4DB and #D4DB92 with #DBD492 are triadic colors.