COLOR #DBA790

HEX: #DBA790 RGB: (219,167,144)

Color info

#DBA790 contains mainly red and green colors. Web safe color of #DBA790 is #CC9999 (or #C99).

RGB color model

#DBA790 color RGB value is (219,167,144).

RGB: (219,167,144) (86%, 65%, 56%)

RGB channels and saturation

R 219 of 255 = 86%
G 167 of 255 = 65%
B 144 of 255 = 56%

219
167
144

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

Portions of RGB colors in percentages

R + G + B = 219 + 167 + 144 = 530 (100%)
R 219 of 530 ~ 41.32%
G 167 of 530 ~ 31.51%
B 144 of 530 ~ 27.17'%

%41.32
%31.51
%27.17

CMYK color model

#DBA790 color CMYK value is (0,24,34,14).

  • cyan value is 0.00%
  • magenta value is 23.74%
  • yellow value is 34.25%
  • key color value is 14.12%

CMYK: (0,24,34,14)
C0M24Y34K14 (0%, 24%, 34%, 14%)
(0.00 / 0.24 / 0.34 / 0.14)

CMYK percentages

%0
%23.74
%34.25
%14.12

Codes

Color #DBA790 in popluar color models

DB A7 90
RGB 219 167 144
HSL 18° 51.02% 71.18%
HSB/HSV 18° 34.25% 85.88%
CMYK 0.00% 23.74% 34.25%
14.12%

Color #DBA790 in popluar number systems.

HEX DB A7 90
Decimal 219 167 144
Binary 11011011 10100111 10010000
Octal 333 247 220

Shades and tints

Shades of #DBA790

#DBA790
(219,167,144)
#C89883
(200,152,131)
#B58976
(181,137,118)
#A27A69
(162,122,105)
#8F6B5C
(143,107,92)
#7C5C4F
(124,92,79)
#694D42
(105,77,66)
#563E35
(86,62,53)
#432F28
(67,47,40)
#30201B
(48,32,27)
#1D110E
(29,17,14)
#000000
(0,0,0)

Tints of #DBA790

#DBA790
(219,167,144)
#DEAF9A
(222,175,154)
#E1B7A4
(225,183,164)
#E4BFAE
(228,191,174)
#E7C7B8
(231,199,184)
#EACFC2
(234,207,194)
#EDD7CC
(237,215,204)
#F0DFD6
(240,223,214)
#F3E7E0
(243,231,224)
#F6EFEA
(246,239,234)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBA790 color. Also use rgb(219,167,144) instead hex code.

Text Font Color

.myTextColor { color: #DBA790; }

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

This text font color is #DBA790.

Background Color

.myBgColor { background-color: #DBA790; }

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

This div background color is #DBA790.

Border color

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

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

This div border color is #DBA790.

Opacity

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

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

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

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

This text has shadow with #DBA790 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBA790.

Preview

Color preview on black background

This text has color #DBA790 on black background.


Color preview on white background

This text has color #DBA790 on white background.


Black color preview on #DBA790 background

This text has black color on #DBA790 background.


White color preview on #DBA790 background

This text has white color on #DBA790 background.


Related colors

Complementary color

Complementary color for #hex is #24586F.


I love getcolorcode.com

Triadic colors

1 #90DBA7 and #A790DB with #DBA790 are triadic colors.

2 #90A7DB and #A7DB90 with #DBA790 are triadic colors.