COLOR #DBCD97

HEX: #DBCD97 RGB: (219,205,151)

Color info

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

RGB color model

#DBCD97 color RGB value is (219,205,151).

RGB: (219,205,151) (86%, 80%, 59%)

RGB channels and saturation

R 219 of 255 = 86%
G 205 of 255 = 80%
B 151 of 255 = 59%

219
205
151

R + G + B ~ 75%. #DBCD97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 205 + 151 = 575 (100%)
R 219 of 575 ~ 38.09%
G 205 of 575 ~ 35.65%
B 151 of 575 ~ 26.26'%

%38.09
%35.65
%26.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.39%
  • yellow value is 31.05%
  • key color value is 14.12%

CMYK: (0,6,31,14)
C0M6Y31K14 (0%, 6%, 31%, 14%)
(0.00 / 0.06 / 0.31 / 0.14)

CMYK percentages

%0
%6.39
%31.05
%14.12

Codes

Color #DBCD97 in popluar color models

DB CD 97
RGB 219 205 151
HSL 48° 48.57% 72.55%
HSB/HSV 48° 31.05% 85.88%
CMYK 0.00% 6.39% 31.05%
14.12%

Color #DBCD97 in popluar number systems.

HEX DB CD 97
Decimal 219 205 151
Binary 11011011 11001101 10010111
Octal 333 315 227

Shades and tints

Shades of #DBCD97

#DBCD97
(219,205,151)
#C8BB8A
(200,187,138)
#B5A97D
(181,169,125)
#A29770
(162,151,112)
#8F8563
(143,133,99)
#7C7356
(124,115,86)
#696149
(105,97,73)
#564F3C
(86,79,60)
#433D2F
(67,61,47)
#302B22
(48,43,34)
#1D1915
(29,25,21)
#000000
(0,0,0)

Tints of #DBCD97

#DBCD97
(219,205,151)
#DED1A0
(222,209,160)
#E1D5A9
(225,213,169)
#E4D9B2
(228,217,178)
#E7DDBB
(231,221,187)
#EAE1C4
(234,225,196)
#EDE5CD
(237,229,205)
#F0E9D6
(240,233,214)
#F3EDDF
(243,237,223)
#F6F1E8
(246,241,232)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCD97; }

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

This text font color is #DBCD97.

Background Color

.myBgColor { background-color: #DBCD97; }

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

This div background color is #DBCD97.

Border color

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

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

This div border color is #DBCD97.

Opacity

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

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

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

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

This text has shadow with #DBCD97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBCD97.

Preview

Color preview on black background

This text has color #DBCD97 on black background.


Color preview on white background

This text has color #DBCD97 on white background.


Black color preview on #DBCD97 background

This text has black color on #DBCD97 background.


White color preview on #DBCD97 background

This text has white color on #DBCD97 background.


Related colors

Complementary color

Complementary color for #hex is #243268.


I love getcolorcode.com

Triadic colors

1 #97DBCD and #CD97DB with #DBCD97 are triadic colors.

2 #97CDDB and #CDDB97 with #DBCD97 are triadic colors.