COLOR #DBB167

HEX: #DBB167 RGB: (219,177,103)

Color info

#DBB167 contains mainly red and green colors. Web safe color of #DBB167 is #CC9966 (or #C96).

RGB color model

#DBB167 color RGB value is (219,177,103).

RGB: (219,177,103) (86%, 69%, 40%)

RGB channels and saturation

R 219 of 255 = 86%
G 177 of 255 = 69%
B 103 of 255 = 40%

219
177
103

R + G + B ~ 65%. #DBB167 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 177 + 103 = 499 (100%)
R 219 of 499 ~ 43.89%
G 177 of 499 ~ 35.47%
B 103 of 499 ~ 20.64'%

%43.89
%35.47
%20.64

CMYK color model

#DBB167 color CMYK value is (0,19,53,14).

  • cyan value is 0.00%
  • magenta value is 19.18%
  • yellow value is 52.97%
  • key color value is 14.12%

CMYK: (0,19,53,14)
C0M19Y53K14 (0%, 19%, 53%, 14%)
(0.00 / 0.19 / 0.53 / 0.14)

CMYK percentages

%0
%19.18
%52.97
%14.12

Codes

Color #DBB167 in popluar color models

DB B1 67
RGB 219 177 103
HSL 38° 61.70% 63.14%
HSB/HSV 38° 52.97% 85.88%
CMYK 0.00% 19.18% 52.97%
14.12%

Color #DBB167 in popluar number systems.

HEX DB B1 67
Decimal 219 177 103
Binary 11011011 10110001 1100111
Octal 333 261 147

Shades and tints

Shades of #DBB167

#DBB167
(219,177,103)
#C8A15E
(200,161,94)
#B59155
(181,145,85)
#A2814C
(162,129,76)
#8F7143
(143,113,67)
#7C613A
(124,97,58)
#695131
(105,81,49)
#564128
(86,65,40)
#43311F
(67,49,31)
#302116
(48,33,22)
#1D110D
(29,17,13)
#000000
(0,0,0)

Tints of #DBB167

#DBB167
(219,177,103)
#DEB874
(222,184,116)
#E1BF81
(225,191,129)
#E4C68E
(228,198,142)
#E7CD9B
(231,205,155)
#EAD4A8
(234,212,168)
#EDDBB5
(237,219,181)
#F0E2C2
(240,226,194)
#F3E9CF
(243,233,207)
#F6F0DC
(246,240,220)
#F9F7E9
(249,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB167 color. Also use rgb(219,177,103) instead hex code.

Text Font Color

.myTextColor { color: #DBB167; }

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

This text font color is #DBB167.

Background Color

.myBgColor { background-color: #DBB167; }

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

This div background color is #DBB167.

Border color

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

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

This div border color is #DBB167.

Opacity

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

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

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

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

This text has shadow with #DBB167 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB167.

Preview

Color preview on black background

This text has color #DBB167 on black background.


Color preview on white background

This text has color #DBB167 on white background.


Black color preview on #DBB167 background

This text has black color on #DBB167 background.


White color preview on #DBB167 background

This text has white color on #DBB167 background.


Related colors

Complementary color

Complementary color for #hex is #244E98.


I love getcolorcode.com

Triadic colors

1 #67DBB1 and #B167DB with #DBB167 are triadic colors.

2 #67B1DB and #B1DB67 with #DBB167 are triadic colors.