COLOR #DBC466

HEX: #DBC466 RGB: (219,196,102)

Color info

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

RGB color model

#DBC466 color RGB value is (219,196,102).

RGB: (219,196,102) (86%, 77%, 40%)

RGB channels and saturation

R 219 of 255 = 86%
G 196 of 255 = 77%
B 102 of 255 = 40%

219
196
102

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

Portions of RGB colors in percentages

R + G + B = 219 + 196 + 102 = 517 (100%)
R 219 of 517 ~ 42.36%
G 196 of 517 ~ 37.91%
B 102 of 517 ~ 19.73'%

%42.36
%37.91
%19.73

CMYK color model

#DBC466 color CMYK value is (0,11,53,14).

  • cyan value is 0.00%
  • magenta value is 10.50%
  • yellow value is 53.42%
  • key color value is 14.12%

CMYK: (0,11,53,14)
C0M11Y53K14 (0%, 11%, 53%, 14%)
(0.00 / 0.11 / 0.53 / 0.14)

CMYK percentages

%0
%10.5
%53.42
%14.12

Codes

Color #DBC466 in popluar color models

DB C4 66
RGB 219 196 102
HSL 48° 61.90% 62.94%
HSB/HSV 48° 53.42% 85.88%
CMYK 0.00% 10.50% 53.42%
14.12%

Color #DBC466 in popluar number systems.

HEX DB C4 66
Decimal 219 196 102
Binary 11011011 11000100 1100110
Octal 333 304 146

Shades and tints

Shades of #DBC466

#DBC466
(219,196,102)
#C8B35D
(200,179,93)
#B5A254
(181,162,84)
#A2914B
(162,145,75)
#8F8042
(143,128,66)
#7C6F39
(124,111,57)
#695E30
(105,94,48)
#564D27
(86,77,39)
#433C1E
(67,60,30)
#302B15
(48,43,21)
#1D1A0C
(29,26,12)
#000000
(0,0,0)

Tints of #DBC466

#DBC466
(219,196,102)
#DEC973
(222,201,115)
#E1CE80
(225,206,128)
#E4D38D
(228,211,141)
#E7D89A
(231,216,154)
#EADDA7
(234,221,167)
#EDE2B4
(237,226,180)
#F0E7C1
(240,231,193)
#F3ECCE
(243,236,206)
#F6F1DB
(246,241,219)
#F9F6E8
(249,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC466 color. Also use rgb(219,196,102) instead hex code.

Text Font Color

.myTextColor { color: #DBC466; }

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

This text font color is #DBC466.

Background Color

.myBgColor { background-color: #DBC466; }

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

This div background color is #DBC466.

Border color

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

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

This div border color is #DBC466.

Opacity

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

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

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

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

This text has shadow with #DBC466 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC466.

Preview

Color preview on black background

This text has color #DBC466 on black background.


Color preview on white background

This text has color #DBC466 on white background.


Black color preview on #DBC466 background

This text has black color on #DBC466 background.


White color preview on #DBC466 background

This text has white color on #DBC466 background.


Related colors

Complementary color

Complementary color for #hex is #243B99.


I love getcolorcode.com

Triadic colors

1 #66DBC4 and #C466DB with #DBC466 are triadic colors.

2 #66C4DB and #C4DB66 with #DBC466 are triadic colors.