COLOR #DBD867

HEX: #DBD867 RGB: (219,216,103)

Color info

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

RGB color model

#DBD867 color RGB value is (219,216,103).

RGB: (219,216,103) (86%, 85%, 40%)

RGB channels and saturation

R 219 of 255 = 86%
G 216 of 255 = 85%
B 103 of 255 = 40%

219
216
103

R + G + B ~ 70%. #DBD867 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 216 + 103 = 538 (100%)
R 219 of 538 ~ 40.71%
G 216 of 538 ~ 40.15%
B 103 of 538 ~ 19.14'%

%40.71
%40.15
%19.14

CMYK color model

#DBD867 color CMYK value is (0,1,53,14).

  • cyan value is 0.00%
  • magenta value is 1.37%
  • yellow value is 52.97%
  • key color value is 14.12%

CMYK: (0,1,53,14)
C0M1Y53K14 (0%, 1%, 53%, 14%)
(0.00 / 0.01 / 0.53 / 0.14)

CMYK percentages

%0
%1.37
%52.97
%14.12

Codes

Color #DBD867 in popluar color models

DB D8 67
RGB 219 216 103
HSL 58° 61.70% 63.14%
HSB/HSV 58° 52.97% 85.88%
CMYK 0.00% 1.37% 52.97%
14.12%

Color #DBD867 in popluar number systems.

HEX DB D8 67
Decimal 219 216 103
Binary 11011011 11011000 1100111
Octal 333 330 147

Shades and tints

Shades of #DBD867

#DBD867
(219,216,103)
#C8C55E
(200,197,94)
#B5B255
(181,178,85)
#A29F4C
(162,159,76)
#8F8C43
(143,140,67)
#7C793A
(124,121,58)
#696631
(105,102,49)
#565328
(86,83,40)
#43401F
(67,64,31)
#302D16
(48,45,22)
#1D1A0D
(29,26,13)
#000000
(0,0,0)

Tints of #DBD867

#DBD867
(219,216,103)
#DEDB74
(222,219,116)
#E1DE81
(225,222,129)
#E4E18E
(228,225,142)
#E7E49B
(231,228,155)
#EAE7A8
(234,231,168)
#EDEAB5
(237,234,181)
#F0EDC2
(240,237,194)
#F3F0CF
(243,240,207)
#F6F3DC
(246,243,220)
#F9F6E9
(249,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBD867 color. Also use rgb(219,216,103) instead hex code.

Text Font Color

.myTextColor { color: #DBD867; }

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

This text font color is #DBD867.

Background Color

.myBgColor { background-color: #DBD867; }

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

This div background color is #DBD867.

Border color

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

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

This div border color is #DBD867.

Opacity

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

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

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

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

This text has shadow with #DBD867 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD867.

Preview

Color preview on black background

This text has color #DBD867 on black background.


Color preview on white background

This text has color #DBD867 on white background.


Black color preview on #DBD867 background

This text has black color on #DBD867 background.


White color preview on #DBD867 background

This text has white color on #DBD867 background.


Related colors

Complementary color

Complementary color for #hex is #242798.


I love getcolorcode.com

Triadic colors

1 #67DBD8 and #D867DB with #DBD867 are triadic colors.

2 #67D8DB and #D8DB67 with #DBD867 are triadic colors.