COLOR #DBB398

HEX: #DBB398 RGB: (219,179,152)

Color info

#DBB398 contains mainly red and green colors. Web safe color of #DBB398 is #CC9999 (or #C99).

RGB color model

#DBB398 color RGB value is (219,179,152).

RGB: (219,179,152) (86%, 70%, 60%)

RGB channels and saturation

R 219 of 255 = 86%
G 179 of 255 = 70%
B 152 of 255 = 60%

219
179
152

R + G + B ~ 72%. #DBB398 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 179 + 152 = 550 (100%)
R 219 of 550 ~ 39.82%
G 179 of 550 ~ 32.55%
B 152 of 550 ~ 27.64'%

%39.82
%32.55
%27.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.26%
  • yellow value is 30.59%
  • key color value is 14.12%

CMYK: (0,18,31,14)
C0M18Y31K14 (0%, 18%, 31%, 14%)
(0.00 / 0.18 / 0.31 / 0.14)

CMYK percentages

%0
%18.26
%30.59
%14.12

Codes

Color #DBB398 in popluar color models

DB B3 98
RGB 219 179 152
HSL 24° 48.20% 72.75%
HSB/HSV 24° 30.59% 85.88%
CMYK 0.00% 18.26% 30.59%
14.12%

Color #DBB398 in popluar number systems.

HEX DB B3 98
Decimal 219 179 152
Binary 11011011 10110011 10011000
Octal 333 263 230

Shades and tints

Shades of #DBB398

#DBB398
(219,179,152)
#C8A38B
(200,163,139)
#B5937E
(181,147,126)
#A28371
(162,131,113)
#8F7364
(143,115,100)
#7C6357
(124,99,87)
#69534A
(105,83,74)
#56433D
(86,67,61)
#433330
(67,51,48)
#302323
(48,35,35)
#1D1316
(29,19,22)
#000000
(0,0,0)

Tints of #DBB398

#DBB398
(219,179,152)
#DEB9A1
(222,185,161)
#E1BFAA
(225,191,170)
#E4C5B3
(228,197,179)
#E7CBBC
(231,203,188)
#EAD1C5
(234,209,197)
#EDD7CE
(237,215,206)
#F0DDD7
(240,221,215)
#F3E3E0
(243,227,224)
#F6E9E9
(246,233,233)
#F9EFF2
(249,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB398 color. Also use rgb(219,179,152) instead hex code.

Text Font Color

.myTextColor { color: #DBB398; }

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

This text font color is #DBB398.

Background Color

.myBgColor { background-color: #DBB398; }

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

This div background color is #DBB398.

Border color

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

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

This div border color is #DBB398.

Opacity

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

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

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

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

This text has shadow with #DBB398 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB398.

Preview

Color preview on black background

This text has color #DBB398 on black background.


Color preview on white background

This text has color #DBB398 on white background.


Black color preview on #DBB398 background

This text has black color on #DBB398 background.


White color preview on #DBB398 background

This text has white color on #DBB398 background.


Related colors

Complementary color

Complementary color for #hex is #244C67.


I love getcolorcode.com

Triadic colors

1 #98DBB3 and #B398DB with #DBB398 are triadic colors.

2 #98B3DB and #B3DB98 with #DBB398 are triadic colors.