COLOR #DBC27B

HEX: #DBC27B
RGB: (219,194,123)

Color info

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

RGB color model

#DBC27B color RGB value is (219,194,123).

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

RGB channels and saturation

R 219 of 255 = 86%
G 194 of 255 = 76%
B 123 of 255 = 48%

219
194
123

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

Portions of RGB colors in percentages

R + G + B =
219 + 194 + 123 = 536 (100%)
R 219 of 536 ~ 40.86%
G 194 of 536 ~ 36.19%
B 123 of 536 ~ 22.95%

%40.86
%36.19
%22.95

CMYK color model

#DBC27B color CMYK value is (0,11,44,14).

  • cyan value is 0.00%
  • magenta value is 11.42%
  • yellow value is 43.84%
  • key color value is 14.12%
CMYK:
(0,11,44,14)
C0M11Y44K14 
(0%,11%,44%,14%)
(0.00/0.11/0.44/0.14)	

CMYK percentages

%0
%11.42
%43.84
%14.12

Codes

Color #DBC27B in popluar color models

DBC27B
RGB219194123
HSL44°57.14%67.06%
HSB/HSV44°43.84%85.88%
CMYK0.00%11.42%43.84%
14.12%

Color #DBC27B in popluar number systems.

HEXDBC27B
Decimal219194123
Binary11011011110000101111011
Octal333302173

Shades and tints

Shades of #DBC27B

#DBC27B
(219,194,123)
#C8B170
(200,177,112)
#B5A065
(181,160,101)
#A28F5A
(162,143,90)
#8F7E4F
(143,126,79)
#7C6D44
(124,109,68)
#695C39
(105,92,57)
#564B2E
(86,75,46)
#433A23
(67,58,35)
#302918
(48,41,24)
#1D180D
(29,24,13)
#000000
(0,0,0)

Tints of #DBC27B

#DBC27B
(219,194,123)
#DEC787
(222,199,135)
#E1CC93
(225,204,147)
#E4D19F
(228,209,159)
#E7D6AB
(231,214,171)
#EADBB7
(234,219,183)
#EDE0C3
(237,224,195)
#F0E5CF
(240,229,207)
#F3EADB
(243,234,219)
#F6EFE7
(246,239,231)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC27B; }

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

This text font color is #DBC27B.


Background Color

.myBgColor { background-color: #DBC27B; }

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

This div background color is #DBC27B.


Border color

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

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

This div border color is #DBC27B.


Opacity

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

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

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

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

This text has shadow with #DBC27B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC27B on black background.


Color preview on white background

This text has color #DBC27B on white background.



Black color preview on #DBC27B background

This text has black color on #DBC27B background.


White color preview on #DBC27B background

This text has white color on #DBC27B background.