COLOR #DBB68F

HEX: #DBB68F
RGB: (219,182,143)

Color info

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

RGB color model

#DBB68F color RGB value is (219,182,143).

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

RGB channels and saturation

R 219 of 255 = 86%
G 182 of 255 = 71%
B 143 of 255 = 56%

219
182
143

R + G + B ~ 71%. #DBB68F is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 182 + 143 = 544 (100%)
R 219 of 544 ~ 40.26%
G 182 of 544 ~ 33.46%
B 143 of 544 ~ 26.29%

%40.26
%33.46
%26.29

CMYK color model

#DBB68F color CMYK value is (0,17,35,14).

  • cyan value is 0.00%
  • magenta value is 16.89%
  • yellow value is 34.70%
  • key color value is 14.12%
CMYK:
(0,17,35,14)
C0M17Y35K14 
(0%,17%,35%,14%)
(0.00/0.17/0.35/0.14)	

CMYK percentages

%0
%16.89
%34.7
%14.12

Codes

Color #DBB68F in popluar color models

DBB68F
RGB219182143
HSL31°51.35%70.98%
HSB/HSV31°34.70%85.88%
CMYK0.00%16.89%34.70%
14.12%

Color #DBB68F in popluar number systems.

HEXDBB68F
Decimal219182143
Binary110110111011011010001111
Octal333266217

Shades and tints

Shades of #DBB68F

#DBB68F
(219,182,143)
#C8A682
(200,166,130)
#B59675
(181,150,117)
#A28668
(162,134,104)
#8F765B
(143,118,91)
#7C664E
(124,102,78)
#695641
(105,86,65)
#564634
(86,70,52)
#433627
(67,54,39)
#30261A
(48,38,26)
#1D160D
(29,22,13)
#000000
(0,0,0)

Tints of #DBB68F

#DBB68F
(219,182,143)
#DEBC99
(222,188,153)
#E1C2A3
(225,194,163)
#E4C8AD
(228,200,173)
#E7CEB7
(231,206,183)
#EAD4C1
(234,212,193)
#EDDACB
(237,218,203)
#F0E0D5
(240,224,213)
#F3E6DF
(243,230,223)
#F6ECE9
(246,236,233)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB68F; }

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

This text font color is #DBB68F.


Background Color

.myBgColor { background-color: #DBB68F; }

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

This div background color is #DBB68F.


Border color

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

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

This div border color is #DBB68F.


Opacity

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

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

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

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

This text has shadow with #DBB68F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB68F on black background.


Color preview on white background

This text has color #DBB68F on white background.



Black color preview on #DBB68F background

This text has black color on #DBB68F background.


White color preview on #DBB68F background

This text has white color on #DBB68F background.