COLOR #DBC66C

HEX: #DBC66C RGB: (219,198,108)

Color info

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

RGB color model

#DBC66C color RGB value is (219,198,108).

RGB: (219,198,108) (86%, 78%, 42%)

RGB channels and saturation

R 219 of 255 = 86%
G 198 of 255 = 78%
B 108 of 255 = 42%

219
198
108

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

Portions of RGB colors in percentages

R + G + B = 219 + 198 + 108 = 525 (100%)
R 219 of 525 ~ 41.71%
G 198 of 525 ~ 37.71%
B 108 of 525 ~ 20.57'%

%41.71
%37.71
%20.57

CMYK color model

#DBC66C color CMYK value is (0,10,51,14).

  • cyan value is 0.00%
  • magenta value is 9.59%
  • yellow value is 50.68%
  • key color value is 14.12%

CMYK: (0,10,51,14)
C0M10Y51K14 (0%, 10%, 51%, 14%)
(0.00 / 0.10 / 0.51 / 0.14)

CMYK percentages

%0
%9.59
%50.68
%14.12

Codes

Color #DBC66C in popluar color models

DB C6 6C
RGB 219 198 108
HSL 49° 60.66% 64.12%
HSB/HSV 49° 50.68% 85.88%
CMYK 0.00% 9.59% 50.68%
14.12%

Color #DBC66C in popluar number systems.

HEX DB C6 6C
Decimal 219 198 108
Binary 11011011 11000110 1101100
Octal 333 306 154

Shades and tints

Shades of #DBC66C

#DBC66C
(219,198,108)
#C8B463
(200,180,99)
#B5A25A
(181,162,90)
#A29051
(162,144,81)
#8F7E48
(143,126,72)
#7C6C3F
(124,108,63)
#695A36
(105,90,54)
#56482D
(86,72,45)
#433624
(67,54,36)
#30241B
(48,36,27)
#1D1212
(29,18,18)
#000000
(0,0,0)

Tints of #DBC66C

#DBC66C
(219,198,108)
#DECB79
(222,203,121)
#E1D086
(225,208,134)
#E4D593
(228,213,147)
#E7DAA0
(231,218,160)
#EADFAD
(234,223,173)
#EDE4BA
(237,228,186)
#F0E9C7
(240,233,199)
#F3EED4
(243,238,212)
#F6F3E1
(246,243,225)
#F9F8EE
(249,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC66C; }

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

This text font color is #DBC66C.

Background Color

.myBgColor { background-color: #DBC66C; }

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

This div background color is #DBC66C.

Border color

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

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

This div border color is #DBC66C.

Opacity

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

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

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

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

This text has shadow with #DBC66C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC66C.

Preview

Color preview on black background

This text has color #DBC66C on black background.


Color preview on white background

This text has color #DBC66C on white background.


Black color preview on #DBC66C background

This text has black color on #DBC66C background.


White color preview on #DBC66C background

This text has white color on #DBC66C background.


Related colors

Complementary color

Complementary color for #hex is #243993.


I love getcolorcode.com

Triadic colors

1 #6CDBC6 and #C66CDB with #DBC66C are triadic colors.

2 #6CC6DB and #C6DB6C with #DBC66C are triadic colors.