COLOR #DBB287

HEX: #DBB287 RGB: (219,178,135)

Color info

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

RGB color model

#DBB287 color RGB value is (219,178,135).

RGB: (219,178,135) (86%, 70%, 53%)

RGB channels and saturation

R 219 of 255 = 86%
G 178 of 255 = 70%
B 135 of 255 = 53%

219
178
135

R + G + B ~ 70%. #DBB287 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 178 + 135 = 532 (100%)
R 219 of 532 ~ 41.17%
G 178 of 532 ~ 33.46%
B 135 of 532 ~ 25.38'%

%41.17
%33.46
%25.38

CMYK color model

#DBB287 color CMYK value is (0,19,38,14).

  • cyan value is 0.00%
  • magenta value is 18.72%
  • yellow value is 38.36%
  • key color value is 14.12%
CMYK: (0,19,38,14) C0M19Y38K14 (0%,19%,38%,14%) (0.00/0.19/0.38/0.14) 

CMYK percentages

%0
%18.72
%38.36
%14.12

Codes

Color #DBB287 in popluar color models

DB B2 87
RGB 219 178 135
HSL 31° 53.85% 69.41%
HSB/HSV 31° 38.36% 85.88%
CMYK 0.00% 18.72% 38.36%
14.12%

Color #DBB287 in popluar number systems.

HEX DB B2 87
Decimal 219 178 135
Binary 11011011 10110010 10000111
Octal 333 262 207

Shades and tints

Shades of #DBB287

#DBB287
(219,178,135)
#C8A27B
(200,162,123)
#B5926F
(181,146,111)
#A28263
(162,130,99)
#8F7257
(143,114,87)
#7C624B
(124,98,75)
#69523F
(105,82,63)
#564233
(86,66,51)
#433227
(67,50,39)
#30221B
(48,34,27)
#1D120F
(29,18,15)
#000000
(0,0,0)

Tints of #DBB287

#DBB287
(219,178,135)
#DEB991
(222,185,145)
#E1C09B
(225,192,155)
#E4C7A5
(228,199,165)
#E7CEAF
(231,206,175)
#EAD5B9
(234,213,185)
#EDDCC3
(237,220,195)
#F0E3CD
(240,227,205)
#F3EAD7
(243,234,215)
#F6F1E1
(246,241,225)
#F9F8EB
(249,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB287 color. Also use rgb(219,178,135) instead hex code.

Text Font Color

.myTextColor { color: #DBB287; }

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

This text font color is #DBB287.

Background Color

.myBgColor { background-color: #DBB287; }

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

This div background color is #DBB287.

Border color

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

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

This div border color is #DBB287.

Opacity

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

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

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

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

This text has shadow with #DBB287 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB287.

Preview

Color preview on black background

This text has color #DBB287 on black background.


Color preview on white background

This text has color #DBB287 on white background.


Black color preview on #DBB287 background

This text has black color on #DBB287 background.


White color preview on #DBB287 background

This text has white color on #DBB287 background.


Related colors

Complementary color

Complementary color for #hex is #244D78.


I love getcolorcode.com

Triadic colors

1 #87DBB2 and #B287DB with #DBB287 are triadic colors.

2 #87B2DB and #B2DB87 with #DBB287 are triadic colors.