COLOR #DBB62F

HEX: #DBB62F
RGB: (219,182,47)

Color info

#DBB62F contains mainly red and green colors. Web safe color of #DBB62F is #CCCC33 (or #CC3).

RGB color model

#DBB62F color RGB value is (219,182,47).

  • red value is 219;
  • green value is 182;
  • blue value is 47.
RGB:
(219,182,47)
(86%,71%,18%)

RGB channels and saturation

R 219 of 255 = 86%
G 182 of 255 = 71%
B 47 of 255 = 18%

219
182
47

R + G + B ~ 58%. #DBB62F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
219 + 182 + 47 = 448 (100%)
R 219 of 448 ~ 48.88%
G 182 of 448 ~ 40.63%
B 47 of 448 ~ 10.49%

%48.88
%40.63
%10.49

CMYK color model

#DBB62F color CMYK value is (0,17,79,14).

  • cyan value is 0.00%
  • magenta value is 16.89%
  • yellow value is 78.54%
  • key color value is 14.12%
CMYK:
(0,17,79,14)
C0M17Y79K14 
(0%,17%,79%,14%)
(0.00/0.17/0.79/0.14)	

CMYK percentages

%0
%16.89
%78.54
%14.12

Codes

Color #DBB62F in popluar color models

DBB62F
RGB21918247
HSL47°70.49%52.16%
HSB/HSV47°78.54%85.88%
CMYK0.00%16.89%78.54%
14.12%

Color #DBB62F in popluar number systems.

HEXDBB62F
Decimal21918247
Binary1101101110110110101111
Octal33326657

Shades and tints

Shades of #DBB62F

#DBB62F
(219,182,47)
#C8A62B
(200,166,43)
#B59627
(181,150,39)
#A28623
(162,134,35)
#8F761F
(143,118,31)
#7C661B
(124,102,27)
#695617
(105,86,23)
#564613
(86,70,19)
#43360F
(67,54,15)
#30260B
(48,38,11)
#1D1607
(29,22,7)
#000000
(0,0,0)

Tints of #DBB62F

#DBB62F
(219,182,47)
#DEBC41
(222,188,65)
#E1C253
(225,194,83)
#E4C865
(228,200,101)
#E7CE77
(231,206,119)
#EAD489
(234,212,137)
#EDDA9B
(237,218,155)
#F0E0AD
(240,224,173)
#F3E6BF
(243,230,191)
#F6ECD1
(246,236,209)
#F9F2E3
(249,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB62F color. Also use rgb(219,182,47) instead hex code.

Text Font Color

.myTextColor { color: #DBB62F; }

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

This text font color is #DBB62F.


Background Color

.myBgColor { background-color: #DBB62F; }

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

This div background color is #DBB62F.


Border color

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

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

This div border color is #DBB62F.


Opacity

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

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

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

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

This text has shadow with #DBB62F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB62F on black background.


Color preview on white background

This text has color #DBB62F on white background.



Black color preview on #DBB62F background

This text has black color on #DBB62F background.


White color preview on #DBB62F background

This text has white color on #DBB62F background.