COLOR #DBAD7F

HEX: #DBAD7F RGB: (219,173,127)

Color info

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

RGB color model

#DBAD7F color RGB value is (219,173,127).

RGB: (219,173,127) (86%, 68%, 50%)

RGB channels and saturation

R 219 of 255 = 86%
G 173 of 255 = 68%
B 127 of 255 = 50%

219
173
127

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

Portions of RGB colors in percentages

R + G + B = 219 + 173 + 127 = 519 (100%)
R 219 of 519 ~ 42.2%
G 173 of 519 ~ 33.33%
B 127 of 519 ~ 24.47'%

%42.2
%33.33
%24.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.00%
  • yellow value is 42.01%
  • key color value is 14.12%

CMYK: (0,21,42,14)
C0M21Y42K14 (0%, 21%, 42%, 14%)
(0.00 / 0.21 / 0.42 / 0.14)

CMYK percentages

%0
%21
%42.01
%14.12

Codes

Color #DBAD7F in popluar color models

DB AD 7F
RGB 219 173 127
HSL 30° 56.10% 67.84%
HSB/HSV 30° 42.01% 85.88%
CMYK 0.00% 21.00% 42.01%
14.12%

Color #DBAD7F in popluar number systems.

HEX DB AD 7F
Decimal 219 173 127
Binary 11011011 10101101 1111111
Octal 333 255 177

Shades and tints

Shades of #DBAD7F

#DBAD7F
(219,173,127)
#C89E74
(200,158,116)
#B58F69
(181,143,105)
#A2805E
(162,128,94)
#8F7153
(143,113,83)
#7C6248
(124,98,72)
#69533D
(105,83,61)
#564432
(86,68,50)
#433527
(67,53,39)
#30261C
(48,38,28)
#1D1711
(29,23,17)
#000000
(0,0,0)

Tints of #DBAD7F

#DBAD7F
(219,173,127)
#DEB48A
(222,180,138)
#E1BB95
(225,187,149)
#E4C2A0
(228,194,160)
#E7C9AB
(231,201,171)
#EAD0B6
(234,208,182)
#EDD7C1
(237,215,193)
#F0DECC
(240,222,204)
#F3E5D7
(243,229,215)
#F6ECE2
(246,236,226)
#F9F3ED
(249,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBAD7F color. Also use rgb(219,173,127) instead hex code.

Text Font Color

.myTextColor { color: #DBAD7F; }

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

This text font color is #DBAD7F.

Background Color

.myBgColor { background-color: #DBAD7F; }

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

This div background color is #DBAD7F.

Border color

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

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

This div border color is #DBAD7F.

Opacity

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

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

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

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

This text has shadow with #DBAD7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBAD7F.

Preview

Color preview on black background

This text has color #DBAD7F on black background.


Color preview on white background

This text has color #DBAD7F on white background.


Black color preview on #DBAD7F background

This text has black color on #DBAD7F background.


White color preview on #DBAD7F background

This text has white color on #DBAD7F background.


Related colors

Complementary color

Complementary color for #hex is #245280.


I love getcolorcode.com

Triadic colors

1 #7FDBAD and #AD7FDB with #DBAD7F are triadic colors.

2 #7FADDB and #ADDB7F with #DBAD7F are triadic colors.