COLOR #DBBD97

HEX: #DBBD97
RGB: (219,189,151)

Color info

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

RGB color model

#DBBD97 color RGB value is (219,189,151).

  • red value is 219;
  • green value is 189;
  • blue value is 151.
RGB:
(219,189,151)
(86%,74%,59%)

RGB channels and saturation

R 219 of 255 = 86%
G 189 of 255 = 74%
B 151 of 255 = 59%

219
189
151

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

Portions of RGB colors in percentages

R + G + B =
219 + 189 + 151 = 559 (100%)
R 219 of 559 ~ 39.18%
G 189 of 559 ~ 33.81%
B 151 of 559 ~ 27.01%

%39.18
%33.81
%27.01

CMYK color model

#DBBD97 color CMYK value is (0,14,31,14).

  • cyan value is 0.00%
  • magenta value is 13.70%
  • yellow value is 31.05%
  • key color value is 14.12%
CMYK:
(0,14,31,14)
C0M14Y31K14 
(0%,14%,31%,14%)
(0.00/0.14/0.31/0.14)	

CMYK percentages

%0
%13.7
%31.05
%14.12

Codes

Color #DBBD97 in popluar color models

DBBD97
RGB219189151
HSL34°48.57%72.55%
HSB/HSV34°31.05%85.88%
CMYK0.00%13.70%31.05%
14.12%

Color #DBBD97 in popluar number systems.

HEXDBBD97
Decimal219189151
Binary110110111011110110010111
Octal333275227

Shades and tints

Shades of #DBBD97

#DBBD97
(219,189,151)
#C8AC8A
(200,172,138)
#B59B7D
(181,155,125)
#A28A70
(162,138,112)
#8F7963
(143,121,99)
#7C6856
(124,104,86)
#695749
(105,87,73)
#56463C
(86,70,60)
#43352F
(67,53,47)
#302422
(48,36,34)
#1D1315
(29,19,21)
#000000
(0,0,0)

Tints of #DBBD97

#DBBD97
(219,189,151)
#DEC3A0
(222,195,160)
#E1C9A9
(225,201,169)
#E4CFB2
(228,207,178)
#E7D5BB
(231,213,187)
#EADBC4
(234,219,196)
#EDE1CD
(237,225,205)
#F0E7D6
(240,231,214)
#F3EDDF
(243,237,223)
#F6F3E8
(246,243,232)
#F9F9F1
(249,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBBD97 color. Also use rgb(219,189,151) instead hex code.

Text Font Color

.myTextColor { color: #DBBD97; }

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

This text font color is #DBBD97.


Background Color

.myBgColor { background-color: #DBBD97; }

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

This div background color is #DBBD97.


Border color

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

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

This div border color is #DBBD97.


Opacity

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

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

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

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

This text has shadow with #DBBD97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBBD97 on black background.


Color preview on white background

This text has color #DBBD97 on white background.



Black color preview on #DBBD97 background

This text has black color on #DBBD97 background.


White color preview on #DBBD97 background

This text has white color on #DBBD97 background.