COLOR #DBC28D

HEX: #DBC28D RGB: (219,194,141)

Color info

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

RGB color model

#DBC28D color RGB value is (219,194,141).

RGB: (219,194,141) (86%, 76%, 55%)

RGB channels and saturation

R 219 of 255 = 86%
G 194 of 255 = 76%
B 141 of 255 = 55%

219
194
141

R + G + B ~ 72%. #DBC28D is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 194 + 141 = 554 (100%)
R 219 of 554 ~ 39.53%
G 194 of 554 ~ 35.02%
B 141 of 554 ~ 25.45'%

%39.53
%35.02
%25.45

CMYK color model

#DBC28D color CMYK value is (0,11,36,14).

  • cyan value is 0.00%
  • magenta value is 11.42%
  • yellow value is 35.62%
  • key color value is 14.12%

CMYK: (0,11,36,14)
C0M11Y36K14 (0%, 11%, 36%, 14%)
(0.00 / 0.11 / 0.36 / 0.14)

CMYK percentages

%0
%11.42
%35.62
%14.12

Codes

Color #DBC28D in popluar color models

DB C2 8D
RGB 219 194 141
HSL 41° 52.00% 70.59%
HSB/HSV 41° 35.62% 85.88%
CMYK 0.00% 11.42% 35.62%
14.12%

Color #DBC28D in popluar number systems.

HEX DB C2 8D
Decimal 219 194 141
Binary 11011011 11000010 10001101
Octal 333 302 215

Shades and tints

Shades of #DBC28D

#DBC28D
(219,194,141)
#C8B181
(200,177,129)
#B5A075
(181,160,117)
#A28F69
(162,143,105)
#8F7E5D
(143,126,93)
#7C6D51
(124,109,81)
#695C45
(105,92,69)
#564B39
(86,75,57)
#433A2D
(67,58,45)
#302921
(48,41,33)
#1D1815
(29,24,21)
#000000
(0,0,0)

Tints of #DBC28D

#DBC28D
(219,194,141)
#DEC797
(222,199,151)
#E1CCA1
(225,204,161)
#E4D1AB
(228,209,171)
#E7D6B5
(231,214,181)
#EADBBF
(234,219,191)
#EDE0C9
(237,224,201)
#F0E5D3
(240,229,211)
#F3EADD
(243,234,221)
#F6EFE7
(246,239,231)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC28D color. Also use rgb(219,194,141) instead hex code.

Text Font Color

.myTextColor { color: #DBC28D; }

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

This text font color is #DBC28D.

Background Color

.myBgColor { background-color: #DBC28D; }

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

This div background color is #DBC28D.

Border color

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

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

This div border color is #DBC28D.

Opacity

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

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

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

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

This text has shadow with #DBC28D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC28D.

Preview

Color preview on black background

This text has color #DBC28D on black background.


Color preview on white background

This text has color #DBC28D on white background.


Black color preview on #DBC28D background

This text has black color on #DBC28D background.


White color preview on #DBC28D background

This text has white color on #DBC28D background.


Related colors

Complementary color

Complementary color for #hex is #243D72.


I love getcolorcode.com

Triadic colors

1 #8DDBC2 and #C28DDB with #DBC28D are triadic colors.

2 #8DC2DB and #C2DB8D with #DBC28D are triadic colors.