COLOR #DBC690

HEX: #DBC690
RGB: (219,198,144)

Color info

#DBC690 contains mainly red and green colors. Web safe color of #DBC690 is #CCCC99 (or #CC9).

RGB color model

#DBC690 color RGB value is (219,198,144).

  • red value is 219;
  • green value is 198;
  • blue value is 144.
RGB:
(219,198,144)
(86%,78%,56%)

RGB channels and saturation

R 219 of 255 = 86%
G 198 of 255 = 78%
B 144 of 255 = 56%

219
198
144

R + G + B ~ 73%. #DBC690 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 198 + 144 = 561 (100%)
R 219 of 561 ~ 39.04%
G 198 of 561 ~ 35.29%
B 144 of 561 ~ 25.67%

%39.04
%35.29
%25.67

CMYK color model

#DBC690 color CMYK value is (0,10,34,14).

  • cyan value is 0.00%
  • magenta value is 9.59%
  • yellow value is 34.25%
  • key color value is 14.12%
CMYK:
(0,10,34,14)
C0M10Y34K14 
(0%,10%,34%,14%)
(0.00/0.10/0.34/0.14)	

CMYK percentages

%0
%9.59
%34.25
%14.12

Codes

Color #DBC690 in popluar color models

DBC690
RGB219198144
HSL43°51.02%71.18%
HSB/HSV43°34.25%85.88%
CMYK0.00%9.59%34.25%
14.12%

Color #DBC690 in popluar number systems.

HEXDBC690
Decimal219198144
Binary110110111100011010010000
Octal333306220

Shades and tints

Shades of #DBC690

#DBC690
(219,198,144)
#C8B483
(200,180,131)
#B5A276
(181,162,118)
#A29069
(162,144,105)
#8F7E5C
(143,126,92)
#7C6C4F
(124,108,79)
#695A42
(105,90,66)
#564835
(86,72,53)
#433628
(67,54,40)
#30241B
(48,36,27)
#1D120E
(29,18,14)
#000000
(0,0,0)

Tints of #DBC690

#DBC690
(219,198,144)
#DECB9A
(222,203,154)
#E1D0A4
(225,208,164)
#E4D5AE
(228,213,174)
#E7DAB8
(231,218,184)
#EADFC2
(234,223,194)
#EDE4CC
(237,228,204)
#F0E9D6
(240,233,214)
#F3EEE0
(243,238,224)
#F6F3EA
(246,243,234)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC690; }

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

This text font color is #DBC690.


Background Color

.myBgColor { background-color: #DBC690; }

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

This div background color is #DBC690.


Border color

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

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

This div border color is #DBC690.


Opacity

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

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

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

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

This text has shadow with #DBC690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC690 on black background.


Color preview on white background

This text has color #DBC690 on white background.



Black color preview on #DBC690 background

This text has black color on #DBC690 background.


White color preview on #DBC690 background

This text has white color on #DBC690 background.