COLOR #DBBC80

HEX: #DBBC80 RGB: (219,188,128)

Color info

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

RGB color model

#DBBC80 color RGB value is (219,188,128).

RGB: (219,188,128) (86%, 74%, 50%)

RGB channels and saturation

R 219 of 255 = 86%
G 188 of 255 = 74%
B 128 of 255 = 50%

219
188
128

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

Portions of RGB colors in percentages

R + G + B = 219 + 188 + 128 = 535 (100%)
R 219 of 535 ~ 40.93%
G 188 of 535 ~ 35.14%
B 128 of 535 ~ 23.93'%

%40.93
%35.14
%23.93

CMYK color model

#DBBC80 color CMYK value is (0,14,42,14).

  • cyan value is 0.00%
  • magenta value is 14.16%
  • yellow value is 41.55%
  • key color value is 14.12%

CMYK: (0,14,42,14)
C0M14Y42K14 (0%, 14%, 42%, 14%)
(0.00 / 0.14 / 0.42 / 0.14)

CMYK percentages

%0
%14.16
%41.55
%14.12

Codes

Color #DBBC80 in popluar color models

DB BC 80
RGB 219 188 128
HSL 40° 55.83% 68.04%
HSB/HSV 40° 41.55% 85.88%
CMYK 0.00% 14.16% 41.55%
14.12%

Color #DBBC80 in popluar number systems.

HEX DB BC 80
Decimal 219 188 128
Binary 11011011 10111100 10000000
Octal 333 274 200

Shades and tints

Shades of #DBBC80

#DBBC80
(219,188,128)
#C8AB75
(200,171,117)
#B59A6A
(181,154,106)
#A2895F
(162,137,95)
#8F7854
(143,120,84)
#7C6749
(124,103,73)
#69563E
(105,86,62)
#564533
(86,69,51)
#433428
(67,52,40)
#30231D
(48,35,29)
#1D1212
(29,18,18)
#000000
(0,0,0)

Tints of #DBBC80

#DBBC80
(219,188,128)
#DEC28B
(222,194,139)
#E1C896
(225,200,150)
#E4CEA1
(228,206,161)
#E7D4AC
(231,212,172)
#EADAB7
(234,218,183)
#EDE0C2
(237,224,194)
#F0E6CD
(240,230,205)
#F3ECD8
(243,236,216)
#F6F2E3
(246,242,227)
#F9F8EE
(249,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBBC80 color. Also use rgb(219,188,128) instead hex code.

Text Font Color

.myTextColor { color: #DBBC80; }

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

This text font color is #DBBC80.

Background Color

.myBgColor { background-color: #DBBC80; }

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

This div background color is #DBBC80.

Border color

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

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

This div border color is #DBBC80.

Opacity

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

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

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

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

This text has shadow with #DBBC80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBBC80.

Preview

Color preview on black background

This text has color #DBBC80 on black background.


Color preview on white background

This text has color #DBBC80 on white background.


Black color preview on #DBBC80 background

This text has black color on #DBBC80 background.


White color preview on #DBBC80 background

This text has white color on #DBBC80 background.


Related colors

Complementary color

Complementary color for #hex is #24437F.


I love getcolorcode.com

Triadic colors

1 #80DBBC and #BC80DB with #DBBC80 are triadic colors.

2 #80BCDB and #BCDB80 with #DBBC80 are triadic colors.