COLOR #DBBA7D

HEX: #DBBA7D RGB: (219,186,125)

Color info

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

RGB color model

#DBBA7D color RGB value is (219,186,125).

RGB: (219,186,125) (86%, 73%, 49%)

RGB channels and saturation

R 219 of 255 = 86%
G 186 of 255 = 73%
B 125 of 255 = 49%

219
186
125

R + G + B ~ 69%. #DBBA7D is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 186 + 125 = 530 (100%)
R 219 of 530 ~ 41.32%
G 186 of 530 ~ 35.09%
B 125 of 530 ~ 23.58'%

%41.32
%35.09
%23.58

CMYK color model

#DBBA7D color CMYK value is (0,15,43,14).

  • cyan value is 0.00%
  • magenta value is 15.07%
  • yellow value is 42.92%
  • key color value is 14.12%

CMYK: (0,15,43,14)
C0M15Y43K14 (0%, 15%, 43%, 14%)
(0.00 / 0.15 / 0.43 / 0.14)

CMYK percentages

%0
%15.07
%42.92
%14.12

Codes

Color #DBBA7D in popluar color models

DB BA 7D
RGB 219 186 125
HSL 39° 56.63% 67.45%
HSB/HSV 39° 42.92% 85.88%
CMYK 0.00% 15.07% 42.92%
14.12%

Color #DBBA7D in popluar number systems.

HEX DB BA 7D
Decimal 219 186 125
Binary 11011011 10111010 1111101
Octal 333 272 175

Shades and tints

Shades of #DBBA7D

#DBBA7D
(219,186,125)
#C8AA72
(200,170,114)
#B59A67
(181,154,103)
#A28A5C
(162,138,92)
#8F7A51
(143,122,81)
#7C6A46
(124,106,70)
#695A3B
(105,90,59)
#564A30
(86,74,48)
#433A25
(67,58,37)
#302A1A
(48,42,26)
#1D1A0F
(29,26,15)
#000000
(0,0,0)

Tints of #DBBA7D

#DBBA7D
(219,186,125)
#DEC088
(222,192,136)
#E1C693
(225,198,147)
#E4CC9E
(228,204,158)
#E7D2A9
(231,210,169)
#EAD8B4
(234,216,180)
#EDDEBF
(237,222,191)
#F0E4CA
(240,228,202)
#F3EAD5
(243,234,213)
#F6F0E0
(246,240,224)
#F9F6EB
(249,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBBA7D color. Also use rgb(219,186,125) instead hex code.

Text Font Color

.myTextColor { color: #DBBA7D; }

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

This text font color is #DBBA7D.

Background Color

.myBgColor { background-color: #DBBA7D; }

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

This div background color is #DBBA7D.

Border color

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

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

This div border color is #DBBA7D.

Opacity

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

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

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

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

This text has shadow with #DBBA7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBBA7D.

Preview

Color preview on black background

This text has color #DBBA7D on black background.


Color preview on white background

This text has color #DBBA7D on white background.


Black color preview on #DBBA7D background

This text has black color on #DBBA7D background.


White color preview on #DBBA7D background

This text has white color on #DBBA7D background.


Related colors

Complementary color

Complementary color for #hex is #244582.


I love getcolorcode.com

Triadic colors

1 #7DDBBA and #BA7DDB with #DBBA7D are triadic colors.

2 #7DBADB and #BADB7D with #DBBA7D are triadic colors.