COLOR #DBD699

HEX: #DBD699
RGB: (219,214,153)

Color info

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

RGB color model

#DBD699 color RGB value is (219,214,153).

  • red value is 219;
  • green value is 214;
  • blue value is 153.
RGB:
(219,214,153)
(86%,84%,60%)

RGB channels and saturation

R 219 of 255 = 86%
G 214 of 255 = 84%
B 153 of 255 = 60%

219
214
153

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

Portions of RGB colors in percentages

R + G + B =
219 + 214 + 153 = 586 (100%)
R 219 of 586 ~ 37.37%
G 214 of 586 ~ 36.52%
B 153 of 586 ~ 26.11%

%37.37
%36.52
%26.11

CMYK color model

#DBD699 color CMYK value is (0,2,30,14).

  • cyan value is 0.00%
  • magenta value is 2.28%
  • yellow value is 30.14%
  • key color value is 14.12%
CMYK:
(0,2,30,14)
C0M2Y30K14 
(0%,2%,30%,14%)
(0.00/0.02/0.30/0.14)	

CMYK percentages

%0
%2.28
%30.14
%14.12

Codes

Color #DBD699 in popluar color models

DBD699
RGB219214153
HSL55°47.83%72.94%
HSB/HSV55°30.14%85.88%
CMYK0.00%2.28%30.14%
14.12%

Color #DBD699 in popluar number systems.

HEXDBD699
Decimal219214153
Binary110110111101011010011001
Octal333326231

Shades and tints

Shades of #DBD699

#DBD699
(219,214,153)
#C8C38C
(200,195,140)
#B5B07F
(181,176,127)
#A29D72
(162,157,114)
#8F8A65
(143,138,101)
#7C7758
(124,119,88)
#69644B
(105,100,75)
#56513E
(86,81,62)
#433E31
(67,62,49)
#302B24
(48,43,36)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #DBD699

#DBD699
(219,214,153)
#DED9A2
(222,217,162)
#E1DCAB
(225,220,171)
#E4DFB4
(228,223,180)
#E7E2BD
(231,226,189)
#EAE5C6
(234,229,198)
#EDE8CF
(237,232,207)
#F0EBD8
(240,235,216)
#F3EEE1
(243,238,225)
#F6F1EA
(246,241,234)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBD699 color. Also use rgb(219,214,153) instead hex code.

Text Font Color

.myTextColor { color: #DBD699; }

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

This text font color is #DBD699.


Background Color

.myBgColor { background-color: #DBD699; }

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

This div background color is #DBD699.


Border color

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

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

This div border color is #DBD699.


Opacity

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

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

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

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

This text has shadow with #DBD699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD699 on black background.


Color preview on white background

This text has color #DBD699 on white background.



Black color preview on #DBD699 background

This text has black color on #DBD699 background.


White color preview on #DBD699 background

This text has white color on #DBD699 background.