COLOR #DBC973

HEX: #DBC973 RGB: (219,201,115)

Color info

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

RGB color model

#DBC973 color RGB value is (219,201,115).

RGB: (219,201,115) (86%, 79%, 45%)

RGB channels and saturation

R 219 of 255 = 86%
G 201 of 255 = 79%
B 115 of 255 = 45%

219
201
115

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

Portions of RGB colors in percentages

R + G + B = 219 + 201 + 115 = 535 (100%)
R 219 of 535 ~ 40.93%
G 201 of 535 ~ 37.57%
B 115 of 535 ~ 21.5'%

%40.93
%37.57
%21.5

CMYK color model

#DBC973 color CMYK value is (0,8,47,14).

  • cyan value is 0.00%
  • magenta value is 8.22%
  • yellow value is 47.49%
  • key color value is 14.12%

CMYK: (0,8,47,14)
C0M8Y47K14 (0%, 8%, 47%, 14%)
(0.00 / 0.08 / 0.47 / 0.14)

CMYK percentages

%0
%8.22
%47.49
%14.12

Codes

Color #DBC973 in popluar color models

DB C9 73
RGB 219 201 115
HSL 50° 59.09% 65.49%
HSB/HSV 50° 47.49% 85.88%
CMYK 0.00% 8.22% 47.49%
14.12%

Color #DBC973 in popluar number systems.

HEX DB C9 73
Decimal 219 201 115
Binary 11011011 11001001 1110011
Octal 333 311 163

Shades and tints

Shades of #DBC973

#DBC973
(219,201,115)
#C8B769
(200,183,105)
#B5A55F
(181,165,95)
#A29355
(162,147,85)
#8F814B
(143,129,75)
#7C6F41
(124,111,65)
#695D37
(105,93,55)
#564B2D
(86,75,45)
#433923
(67,57,35)
#302719
(48,39,25)
#1D150F
(29,21,15)
#000000
(0,0,0)

Tints of #DBC973

#DBC973
(219,201,115)
#DECD7F
(222,205,127)
#E1D18B
(225,209,139)
#E4D597
(228,213,151)
#E7D9A3
(231,217,163)
#EADDAF
(234,221,175)
#EDE1BB
(237,225,187)
#F0E5C7
(240,229,199)
#F3E9D3
(243,233,211)
#F6EDDF
(246,237,223)
#F9F1EB
(249,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC973 color. Also use rgb(219,201,115) instead hex code.

Text Font Color

.myTextColor { color: #DBC973; }

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

This text font color is #DBC973.

Background Color

.myBgColor { background-color: #DBC973; }

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

This div background color is #DBC973.

Border color

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

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

This div border color is #DBC973.

Opacity

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

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

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

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

This text has shadow with #DBC973 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC973.

Preview

Color preview on black background

This text has color #DBC973 on black background.


Color preview on white background

This text has color #DBC973 on white background.


Black color preview on #DBC973 background

This text has black color on #DBC973 background.


White color preview on #DBC973 background

This text has white color on #DBC973 background.


Related colors

Complementary color

Complementary color for #hex is #24368C.


I love getcolorcode.com

Triadic colors

1 #73DBC9 and #C973DB with #DBC973 are triadic colors.

2 #73C9DB and #C9DB73 with #DBC973 are triadic colors.