COLOR #DBB07C

HEX: #DBB07C RGB: (219,176,124)

Color info

#DBB07C contains mainly red and green colors. Web safe color of #DBB07C is #CC9966 (or #C96).

RGB color model

#DBB07C color RGB value is (219,176,124).

RGB: (219,176,124) (86%, 69%, 49%)

RGB channels and saturation

R 219 of 255 = 86%
G 176 of 255 = 69%
B 124 of 255 = 49%

219
176
124

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

Portions of RGB colors in percentages

R + G + B = 219 + 176 + 124 = 519 (100%)
R 219 of 519 ~ 42.2%
G 176 of 519 ~ 33.91%
B 124 of 519 ~ 23.89'%

%42.2
%33.91
%23.89

CMYK color model

#DBB07C color CMYK value is (0,20,43,14).

  • cyan value is 0.00%
  • magenta value is 19.63%
  • yellow value is 43.38%
  • key color value is 14.12%

CMYK: (0,20,43,14)
C0M20Y43K14 (0%, 20%, 43%, 14%)
(0.00 / 0.20 / 0.43 / 0.14)

CMYK percentages

%0
%19.63
%43.38
%14.12

Codes

Color #DBB07C in popluar color models

DB B0 7C
RGB 219 176 124
HSL 33° 56.89% 67.25%
HSB/HSV 33° 43.38% 85.88%
CMYK 0.00% 19.63% 43.38%
14.12%

Color #DBB07C in popluar number systems.

HEX DB B0 7C
Decimal 219 176 124
Binary 11011011 10110000 1111100
Octal 333 260 174

Shades and tints

Shades of #DBB07C

#DBB07C
(219,176,124)
#C8A071
(200,160,113)
#B59066
(181,144,102)
#A2805B
(162,128,91)
#8F7050
(143,112,80)
#7C6045
(124,96,69)
#69503A
(105,80,58)
#56402F
(86,64,47)
#433024
(67,48,36)
#302019
(48,32,25)
#1D100E
(29,16,14)
#000000
(0,0,0)

Tints of #DBB07C

#DBB07C
(219,176,124)
#DEB787
(222,183,135)
#E1BE92
(225,190,146)
#E4C59D
(228,197,157)
#E7CCA8
(231,204,168)
#EAD3B3
(234,211,179)
#EDDABE
(237,218,190)
#F0E1C9
(240,225,201)
#F3E8D4
(243,232,212)
#F6EFDF
(246,239,223)
#F9F6EA
(249,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB07C color. Also use rgb(219,176,124) instead hex code.

Text Font Color

.myTextColor { color: #DBB07C; }

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

This text font color is #DBB07C.

Background Color

.myBgColor { background-color: #DBB07C; }

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

This div background color is #DBB07C.

Border color

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

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

This div border color is #DBB07C.

Opacity

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

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

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

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

This text has shadow with #DBB07C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB07C.

Preview

Color preview on black background

This text has color #DBB07C on black background.


Color preview on white background

This text has color #DBB07C on white background.


Black color preview on #DBB07C background

This text has black color on #DBB07C background.


White color preview on #DBB07C background

This text has white color on #DBB07C background.


Related colors

Complementary color

Complementary color for #hex is #244F83.


I love getcolorcode.com

Triadic colors

1 #7CDBB0 and #B07CDB with #DBB07C are triadic colors.

2 #7CB0DB and #B0DB7C with #DBB07C are triadic colors.