COLOR #DBC48F

HEX: #DBC48F
RGB: (219,196,143)

Color info

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

RGB color model

#DBC48F color RGB value is (219,196,143).

  • red value is 219;
  • green value is 196;
  • blue value is 143.
RGB:
(219,196,143)
(86%,77%,56%)

RGB channels and saturation

R 219 of 255 = 86%
G 196 of 255 = 77%
B 143 of 255 = 56%

219
196
143

R + G + B ~ 73%. #DBC48F is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 196 + 143 = 558 (100%)
R 219 of 558 ~ 39.25%
G 196 of 558 ~ 35.13%
B 143 of 558 ~ 25.63%

%39.25
%35.13
%25.63

CMYK color model

#DBC48F color CMYK value is (0,11,35,14).

  • cyan value is 0.00%
  • magenta value is 10.50%
  • yellow value is 34.70%
  • key color value is 14.12%
CMYK:
(0,11,35,14)
C0M11Y35K14 
(0%,11%,35%,14%)
(0.00/0.11/0.35/0.14)	

CMYK percentages

%0
%10.5
%34.7
%14.12

Codes

Color #DBC48F in popluar color models

DBC48F
RGB219196143
HSL42°51.35%70.98%
HSB/HSV42°34.70%85.88%
CMYK0.00%10.50%34.70%
14.12%

Color #DBC48F in popluar number systems.

HEXDBC48F
Decimal219196143
Binary110110111100010010001111
Octal333304217

Shades and tints

Shades of #DBC48F

#DBC48F
(219,196,143)
#C8B382
(200,179,130)
#B5A275
(181,162,117)
#A29168
(162,145,104)
#8F805B
(143,128,91)
#7C6F4E
(124,111,78)
#695E41
(105,94,65)
#564D34
(86,77,52)
#433C27
(67,60,39)
#302B1A
(48,43,26)
#1D1A0D
(29,26,13)
#000000
(0,0,0)

Tints of #DBC48F

#DBC48F
(219,196,143)
#DEC999
(222,201,153)
#E1CEA3
(225,206,163)
#E4D3AD
(228,211,173)
#E7D8B7
(231,216,183)
#EADDC1
(234,221,193)
#EDE2CB
(237,226,203)
#F0E7D5
(240,231,213)
#F3ECDF
(243,236,223)
#F6F1E9
(246,241,233)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC48F color. Also use rgb(219,196,143) instead hex code.

Text Font Color

.myTextColor { color: #DBC48F; }

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

This text font color is #DBC48F.


Background Color

.myBgColor { background-color: #DBC48F; }

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

This div background color is #DBC48F.


Border color

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

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

This div border color is #DBC48F.


Opacity

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

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

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

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

This text has shadow with #DBC48F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC48F on black background.


Color preview on white background

This text has color #DBC48F on white background.



Black color preview on #DBC48F background

This text has black color on #DBC48F background.


White color preview on #DBC48F background

This text has white color on #DBC48F background.