COLOR #DBD67B

HEX: #DBD67B
RGB: (219,214,123)

Color info

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

RGB color model

#DBD67B color RGB value is (219,214,123).

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

RGB channels and saturation

R 219 of 255 = 86%
G 214 of 255 = 84%
B 123 of 255 = 48%

219
214
123

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

Portions of RGB colors in percentages

R + G + B =
219 + 214 + 123 = 556 (100%)
R 219 of 556 ~ 39.39%
G 214 of 556 ~ 38.49%
B 123 of 556 ~ 22.12%

%39.39
%38.49
%22.12

CMYK color model

#DBD67B color CMYK value is (0,2,44,14).

  • cyan value is 0.00%
  • magenta value is 2.28%
  • yellow value is 43.84%
  • key color value is 14.12%
CMYK:
(0,2,44,14)
C0M2Y44K14 
(0%,2%,44%,14%)
(0.00/0.02/0.44/0.14)	

CMYK percentages

%0
%2.28
%43.84
%14.12

Codes

Color #DBD67B in popluar color models

DBD67B
RGB219214123
HSL57°57.14%67.06%
HSB/HSV57°43.84%85.88%
CMYK0.00%2.28%43.84%
14.12%

Color #DBD67B in popluar number systems.

HEXDBD67B
Decimal219214123
Binary11011011110101101111011
Octal333326173

Shades and tints

Shades of #DBD67B

#DBD67B
(219,214,123)
#C8C370
(200,195,112)
#B5B065
(181,176,101)
#A29D5A
(162,157,90)
#8F8A4F
(143,138,79)
#7C7744
(124,119,68)
#696439
(105,100,57)
#56512E
(86,81,46)
#433E23
(67,62,35)
#302B18
(48,43,24)
#1D180D
(29,24,13)
#000000
(0,0,0)

Tints of #DBD67B

#DBD67B
(219,214,123)
#DED987
(222,217,135)
#E1DC93
(225,220,147)
#E4DF9F
(228,223,159)
#E7E2AB
(231,226,171)
#EAE5B7
(234,229,183)
#EDE8C3
(237,232,195)
#F0EBCF
(240,235,207)
#F3EEDB
(243,238,219)
#F6F1E7
(246,241,231)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD67B; }

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

This text font color is #DBD67B.


Background Color

.myBgColor { background-color: #DBD67B; }

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

This div background color is #DBD67B.


Border color

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

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

This div border color is #DBD67B.


Opacity

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

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

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

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

This text has shadow with #DBD67B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD67B on black background.


Color preview on white background

This text has color #DBD67B on white background.



Black color preview on #DBD67B background

This text has black color on #DBD67B background.


White color preview on #DBD67B background

This text has white color on #DBD67B background.