COLOR #DBC185

HEX: #DBC185 RGB: (219,193,133)

Color info

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

RGB color model

#DBC185 color RGB value is (219,193,133).

RGB: (219,193,133) (86%, 76%, 52%)

RGB channels and saturation

R 219 of 255 = 86%
G 193 of 255 = 76%
B 133 of 255 = 52%

219
193
133

R + G + B ~ 71%. #DBC185 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 193 + 133 = 545 (100%)
R 219 of 545 ~ 40.18%
G 193 of 545 ~ 35.41%
B 133 of 545 ~ 24.4'%

%40.18
%35.41
%24.4

CMYK color model

#DBC185 color CMYK value is (0,12,39,14).

  • cyan value is 0.00%
  • magenta value is 11.87%
  • yellow value is 39.27%
  • key color value is 14.12%

CMYK: (0,12,39,14)
C0M12Y39K14 (0%, 12%, 39%, 14%)
(0.00 / 0.12 / 0.39 / 0.14)

CMYK percentages

%0
%11.87
%39.27
%14.12

Codes

Color #DBC185 in popluar color models

DB C1 85
RGB 219 193 133
HSL 42° 54.43% 69.02%
HSB/HSV 42° 39.27% 85.88%
CMYK 0.00% 11.87% 39.27%
14.12%

Color #DBC185 in popluar number systems.

HEX DB C1 85
Decimal 219 193 133
Binary 11011011 11000001 10000101
Octal 333 301 205

Shades and tints

Shades of #DBC185

#DBC185
(219,193,133)
#C8B079
(200,176,121)
#B59F6D
(181,159,109)
#A28E61
(162,142,97)
#8F7D55
(143,125,85)
#7C6C49
(124,108,73)
#695B3D
(105,91,61)
#564A31
(86,74,49)
#433925
(67,57,37)
#302819
(48,40,25)
#1D170D
(29,23,13)
#000000
(0,0,0)

Tints of #DBC185

#DBC185
(219,193,133)
#DEC690
(222,198,144)
#E1CB9B
(225,203,155)
#E4D0A6
(228,208,166)
#E7D5B1
(231,213,177)
#EADABC
(234,218,188)
#EDDFC7
(237,223,199)
#F0E4D2
(240,228,210)
#F3E9DD
(243,233,221)
#F6EEE8
(246,238,232)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC185 color. Also use rgb(219,193,133) instead hex code.

Text Font Color

.myTextColor { color: #DBC185; }

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

This text font color is #DBC185.

Background Color

.myBgColor { background-color: #DBC185; }

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

This div background color is #DBC185.

Border color

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

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

This div border color is #DBC185.

Opacity

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

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

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

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

This text has shadow with #DBC185 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC185.

Preview

Color preview on black background

This text has color #DBC185 on black background.


Color preview on white background

This text has color #DBC185 on white background.


Black color preview on #DBC185 background

This text has black color on #DBC185 background.


White color preview on #DBC185 background

This text has white color on #DBC185 background.


Related colors

Complementary color

Complementary color for #hex is #243E7A.


I love getcolorcode.com

Triadic colors

1 #85DBC1 and #C185DB with #DBC185 are triadic colors.

2 #85C1DB and #C1DB85 with #DBC185 are triadic colors.