COLOR #DBD399

HEX: #DBD399 RGB: (219,211,153)

Color info

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

RGB color model

#DBD399 color RGB value is (219,211,153).

RGB: (219,211,153) (86%, 83%, 60%)

RGB channels and saturation

R 219 of 255 = 86%
G 211 of 255 = 83%
B 153 of 255 = 60%

219
211
153

R + G + B ~ 76%. #DBD399 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 211 + 153 = 583 (100%)
R 219 of 583 ~ 37.56%
G 211 of 583 ~ 36.19%
B 153 of 583 ~ 26.24'%

%37.56
%36.19
%26.24

CMYK color model

#DBD399 color CMYK value is (0,4,30,14).

  • cyan value is 0.00%
  • magenta value is 3.65%
  • yellow value is 30.14%
  • key color value is 14.12%

CMYK: (0,4,30,14)
C0M4Y30K14 (0%, 4%, 30%, 14%)
(0.00 / 0.04 / 0.30 / 0.14)

CMYK percentages

%0
%3.65
%30.14
%14.12

Codes

Color #DBD399 in popluar color models

DB D3 99
RGB 219 211 153
HSL 53° 47.83% 72.94%
HSB/HSV 53° 30.14% 85.88%
CMYK 0.00% 3.65% 30.14%
14.12%

Color #DBD399 in popluar number systems.

HEX DB D3 99
Decimal 219 211 153
Binary 11011011 11010011 10011001
Octal 333 323 231

Shades and tints

Shades of #DBD399

#DBD399
(219,211,153)
#C8C08C
(200,192,140)
#B5AD7F
(181,173,127)
#A29A72
(162,154,114)
#8F8765
(143,135,101)
#7C7458
(124,116,88)
#69614B
(105,97,75)
#564E3E
(86,78,62)
#433B31
(67,59,49)
#302824
(48,40,36)
#1D1517
(29,21,23)
#000000
(0,0,0)

Tints of #DBD399

#DBD399
(219,211,153)
#DED7A2
(222,215,162)
#E1DBAB
(225,219,171)
#E4DFB4
(228,223,180)
#E7E3BD
(231,227,189)
#EAE7C6
(234,231,198)
#EDEBCF
(237,235,207)
#F0EFD8
(240,239,216)
#F3F3E1
(243,243,225)
#F6F7EA
(246,247,234)
#F9FBF3
(249,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD399; }

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

This text font color is #DBD399.

Background Color

.myBgColor { background-color: #DBD399; }

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

This div background color is #DBD399.

Border color

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

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

This div border color is #DBD399.

Opacity

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

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

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

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

This text has shadow with #DBD399 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD399.

Preview

Color preview on black background

This text has color #DBD399 on black background.


Color preview on white background

This text has color #DBD399 on white background.


Black color preview on #DBD399 background

This text has black color on #DBD399 background.


White color preview on #DBD399 background

This text has white color on #DBD399 background.


Related colors

Complementary color

Complementary color for #hex is #242C66.


I love getcolorcode.com

Triadic colors

1 #99DBD3 and #D399DB with #DBD399 are triadic colors.

2 #99D3DB and #D3DB99 with #DBD399 are triadic colors.