COLOR #DCBE99

HEX: #DCBE99
RGB: (220,190,153)

Color info

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

RGB color model

#DCBE99 color RGB value is (220,190,153).

  • red value is 220;
  • green value is 190;
  • blue value is 153.
RGB:
(220,190,153)
(86%,75%,60%)

RGB channels and saturation

R 220 of 255 = 86%
G 190 of 255 = 75%
B 153 of 255 = 60%

220
190
153

R + G + B ~ 74%. #DCBE99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 190 + 153 = 563 (100%)
R 220 of 563 ~ 39.08%
G 190 of 563 ~ 33.75%
B 153 of 563 ~ 27.18%

%39.08
%33.75
%27.18

CMYK color model

#DCBE99 color CMYK value is (0,14,30,14).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 30.45%
  • key color value is 13.73%
CMYK:
(0,14,30,14)
C0M14Y30K14 
(0%,14%,30%,14%)
(0.00/0.14/0.30/0.14)	

CMYK percentages

%0
%13.64
%30.45
%13.73

Codes

Color #DCBE99 in popluar color models

DCBE99
RGB220190153
HSL33°48.91%73.14%
HSB/HSV33°30.45%86.27%
CMYK0.00%13.64%30.45%
13.73%

Color #DCBE99 in popluar number systems.

HEXDCBE99
Decimal220190153
Binary110111001011111010011001
Octal334276231

Shades and tints

Shades of #DCBE99

#DCBE99
(220,190,153)
#C8AD8C
(200,173,140)
#B49C7F
(180,156,127)
#A08B72
(160,139,114)
#8C7A65
(140,122,101)
#786958
(120,105,88)
#64584B
(100,88,75)
#50473E
(80,71,62)
#3C3631
(60,54,49)
#282524
(40,37,36)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #DCBE99

#DCBE99
(220,190,153)
#DFC3A2
(223,195,162)
#E2C8AB
(226,200,171)
#E5CDB4
(229,205,180)
#E8D2BD
(232,210,189)
#EBD7C6
(235,215,198)
#EEDCCF
(238,220,207)
#F1E1D8
(241,225,216)
#F4E6E1
(244,230,225)
#F7EBEA
(247,235,234)
#FAF0F3
(250,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCBE99 color. Also use rgb(220,190,153) instead hex code.

Text Font Color

.myTextColor { color: #DCBE99; }

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

This text font color is #DCBE99.


Background Color

.myBgColor { background-color: #DCBE99; }

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

This div background color is #DCBE99.


Border color

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

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

This div border color is #DCBE99.


Opacity

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

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

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

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

This text has shadow with #DCBE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCBE99 on black background.


Color preview on white background

This text has color #DCBE99 on white background.



Black color preview on #DCBE99 background

This text has black color on #DCBE99 background.


White color preview on #DCBE99 background

This text has white color on #DCBE99 background.