COLOR #DBC071

HEX: #DBC071 RGB: (219,192,113)

Color info

#DBC071 contains mainly red and green colors. Web safe color of #DBC071 is #CCCC66 (or #CC6).

RGB color model

#DBC071 color RGB value is (219,192,113).

RGB: (219,192,113) (86%, 75%, 44%)

RGB channels and saturation

R 219 of 255 = 86%
G 192 of 255 = 75%
B 113 of 255 = 44%

219
192
113

R + G + B ~ 68%. #DBC071 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 192 + 113 = 524 (100%)
R 219 of 524 ~ 41.79%
G 192 of 524 ~ 36.64%
B 113 of 524 ~ 21.56'%

%41.79
%36.64
%21.56

CMYK color model

#DBC071 color CMYK value is (0,12,48,14).

  • cyan value is 0.00%
  • magenta value is 12.33%
  • yellow value is 48.40%
  • key color value is 14.12%
CMYK: (0,12,48,14) C0M12Y48K14 (0%,12%,48%,14%) (0.00/0.12/0.48/0.14) 

CMYK percentages

%0
%12.33
%48.4
%14.12

Codes

Color #DBC071 in popluar color models

DB C0 71
RGB 219 192 113
HSL 45° 59.55% 65.10%
HSB/HSV 45° 48.40% 85.88%
CMYK 0.00% 12.33% 48.40%
14.12%

Color #DBC071 in popluar number systems.

HEX DB C0 71
Decimal 219 192 113
Binary 11011011 11000000 1110001
Octal 333 300 161

Shades and tints

Shades of #DBC071

#DBC071
(219,192,113)
#C8AF67
(200,175,103)
#B59E5D
(181,158,93)
#A28D53
(162,141,83)
#8F7C49
(143,124,73)
#7C6B3F
(124,107,63)
#695A35
(105,90,53)
#56492B
(86,73,43)
#433821
(67,56,33)
#302717
(48,39,23)
#1D160D
(29,22,13)
#000000
(0,0,0)

Tints of #DBC071

#DBC071
(219,192,113)
#DEC57D
(222,197,125)
#E1CA89
(225,202,137)
#E4CF95
(228,207,149)
#E7D4A1
(231,212,161)
#EAD9AD
(234,217,173)
#EDDEB9
(237,222,185)
#F0E3C5
(240,227,197)
#F3E8D1
(243,232,209)
#F6EDDD
(246,237,221)
#F9F2E9
(249,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC071 color. Also use rgb(219,192,113) instead hex code.

Text Font Color

.myTextColor { color: #DBC071; }

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

This text font color is #DBC071.

Background Color

.myBgColor { background-color: #DBC071; }

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

This div background color is #DBC071.

Border color

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

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

This div border color is #DBC071.

Opacity

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

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

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

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

This text has shadow with #DBC071 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC071.

Preview

Color preview on black background

This text has color #DBC071 on black background.


Color preview on white background

This text has color #DBC071 on white background.


Black color preview on #DBC071 background

This text has black color on #DBC071 background.


White color preview on #DBC071 background

This text has white color on #DBC071 background.


Related colors

Complementary color

Complementary color for #hex is #243F8E.


I love getcolorcode.com

Triadic colors

1 #71DBC0 and #C071DB with #DBC071 are triadic colors.

2 #71C0DB and #C0DB71 with #DBC071 are triadic colors.