COLOR #DBD790

HEX: #DBD790
RGB: (219,215,144)

Color info

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

RGB color model

#DBD790 color RGB value is (219,215,144).

  • red value is 219;
  • green value is 215;
  • blue value is 144.
RGB:
(219,215,144)
(86%,84%,56%)

RGB channels and saturation

R 219 of 255 = 86%
G 215 of 255 = 84%
B 144 of 255 = 56%

219
215
144

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

Portions of RGB colors in percentages

R + G + B =
219 + 215 + 144 = 578 (100%)
R 219 of 578 ~ 37.89%
G 215 of 578 ~ 37.2%
B 144 of 578 ~ 24.91%

%37.89
%37.2
%24.91

CMYK color model

#DBD790 color CMYK value is (0,2,34,14).

  • cyan value is 0.00%
  • magenta value is 1.83%
  • yellow value is 34.25%
  • key color value is 14.12%
CMYK:
(0,2,34,14)
C0M2Y34K14 
(0%,2%,34%,14%)
(0.00/0.02/0.34/0.14)	

CMYK percentages

%0
%1.83
%34.25
%14.12

Codes

Color #DBD790 in popluar color models

DBD790
RGB219215144
HSL57°51.02%71.18%
HSB/HSV57°34.25%85.88%
CMYK0.00%1.83%34.25%
14.12%

Color #DBD790 in popluar number systems.

HEXDBD790
Decimal219215144
Binary110110111101011110010000
Octal333327220

Shades and tints

Shades of #DBD790

#DBD790
(219,215,144)
#C8C483
(200,196,131)
#B5B176
(181,177,118)
#A29E69
(162,158,105)
#8F8B5C
(143,139,92)
#7C784F
(124,120,79)
#696542
(105,101,66)
#565235
(86,82,53)
#433F28
(67,63,40)
#302C1B
(48,44,27)
#1D190E
(29,25,14)
#000000
(0,0,0)

Tints of #DBD790

#DBD790
(219,215,144)
#DEDA9A
(222,218,154)
#E1DDA4
(225,221,164)
#E4E0AE
(228,224,174)
#E7E3B8
(231,227,184)
#EAE6C2
(234,230,194)
#EDE9CC
(237,233,204)
#F0ECD6
(240,236,214)
#F3EFE0
(243,239,224)
#F6F2EA
(246,242,234)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBD790 color. Also use rgb(219,215,144) instead hex code.

Text Font Color

.myTextColor { color: #DBD790; }

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

This text font color is #DBD790.


Background Color

.myBgColor { background-color: #DBD790; }

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

This div background color is #DBD790.


Border color

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

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

This div border color is #DBD790.


Opacity

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

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

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

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

This text has shadow with #DBD790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD790 on black background.


Color preview on white background

This text has color #DBD790 on white background.



Black color preview on #DBD790 background

This text has black color on #DBD790 background.


White color preview on #DBD790 background

This text has white color on #DBD790 background.