COLOR #DBB243

HEX: #DBB243
RGB: (219,178,67)

Color info

#DBB243 contains mainly red and green colors. Web safe color of #DBB243 is #CC9933 (or #C93).

RGB color model

#DBB243 color RGB value is (219,178,67).

  • red value is 219;
  • green value is 178;
  • blue value is 67.
RGB:
(219,178,67)
(86%,70%,26%)

RGB channels and saturation

R 219 of 255 = 86%
G 178 of 255 = 70%
B 67 of 255 = 26%

219
178
67

R + G + B ~ 61%. #DBB243 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 178 + 67 = 464 (100%)
R 219 of 464 ~ 47.2%
G 178 of 464 ~ 38.36%
B 67 of 464 ~ 14.44%

%47.2
%38.36
%14.44

CMYK color model

#DBB243 color CMYK value is (0,19,69,14).

  • cyan value is 0.00%
  • magenta value is 18.72%
  • yellow value is 69.41%
  • key color value is 14.12%
CMYK:
(0,19,69,14)
C0M19Y69K14 
(0%,19%,69%,14%)
(0.00/0.19/0.69/0.14)	

CMYK percentages

%0
%18.72
%69.41
%14.12

Codes

Color #DBB243 in popluar color models

DBB243
RGB21917867
HSL44°67.86%56.08%
HSB/HSV44°69.41%85.88%
CMYK0.00%18.72%69.41%
14.12%

Color #DBB243 in popluar number systems.

HEXDBB243
Decimal21917867
Binary11011011101100101000011
Octal333262103

Shades and tints

Shades of #DBB243

#DBB243
(219,178,67)
#C8A23D
(200,162,61)
#B59237
(181,146,55)
#A28231
(162,130,49)
#8F722B
(143,114,43)
#7C6225
(124,98,37)
#69521F
(105,82,31)
#564219
(86,66,25)
#433213
(67,50,19)
#30220D
(48,34,13)
#1D1207
(29,18,7)
#000000
(0,0,0)

Tints of #DBB243

#DBB243
(219,178,67)
#DEB954
(222,185,84)
#E1C065
(225,192,101)
#E4C776
(228,199,118)
#E7CE87
(231,206,135)
#EAD598
(234,213,152)
#EDDCA9
(237,220,169)
#F0E3BA
(240,227,186)
#F3EACB
(243,234,203)
#F6F1DC
(246,241,220)
#F9F8ED
(249,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB243 color. Also use rgb(219,178,67) instead hex code.

Text Font Color

.myTextColor { color: #DBB243; }

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

This text font color is #DBB243.


Background Color

.myBgColor { background-color: #DBB243; }

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

This div background color is #DBB243.


Border color

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

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

This div border color is #DBB243.


Opacity

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

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

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

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

This text has shadow with #DBB243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB243 on black background.


Color preview on white background

This text has color #DBB243 on white background.



Black color preview on #DBB243 background

This text has black color on #DBB243 background.


White color preview on #DBB243 background

This text has white color on #DBB243 background.