COLOR #DCBB24

HEX: #DCBB24
RGB: (220,187,36)

Color info

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

RGB color model

#DCBB24 color RGB value is (220,187,36).

  • red value is 220;
  • green value is 187;
  • blue value is 36.
RGB:
(220,187,36)
(86%,73%,14%)

RGB channels and saturation

R 220 of 255 = 86%
G 187 of 255 = 73%
B 36 of 255 = 14%

220
187
36

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

Portions of RGB colors in percentages

R + G + B =
220 + 187 + 36 = 443 (100%)
R 220 of 443 ~ 49.66%
G 187 of 443 ~ 42.21%
B 36 of 443 ~ 8.13%

%49.66
%42.21

CMYK color model

#DCBB24 color CMYK value is (0,15,84,14).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 83.64%
  • key color value is 13.73%
CMYK:
(0,15,84,14)
C0M15Y84K14 
(0%,15%,84%,14%)
(0.00/0.15/0.84/0.14)	

CMYK percentages

%0
%15
%83.64
%13.73

Codes

Color #DCBB24 in popluar color models

DCBB24
RGB22018736
HSL49°72.44%50.20%
HSB/HSV49°83.64%86.27%
CMYK0.00%15.00%83.64%
13.73%

Color #DCBB24 in popluar number systems.

HEXDCBB24
Decimal22018736
Binary1101110010111011100100
Octal33427344

Shades and tints

Shades of #DCBB24

#DCBB24
(220,187,36)
#C8AA21
(200,170,33)
#B4991E
(180,153,30)
#A0881B
(160,136,27)
#8C7718
(140,119,24)
#786615
(120,102,21)
#645512
(100,85,18)
#50440F
(80,68,15)
#3C330C
(60,51,12)
#282209
(40,34,9)
#141106
(20,17,6)
#000000
(0,0,0)

Tints of #DCBB24

#DCBB24
(220,187,36)
#DFC137
(223,193,55)
#E2C74A
(226,199,74)
#E5CD5D
(229,205,93)
#E8D370
(232,211,112)
#EBD983
(235,217,131)
#EEDF96
(238,223,150)
#F1E5A9
(241,229,169)
#F4EBBC
(244,235,188)
#F7F1CF
(247,241,207)
#FAF7E2
(250,247,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCBB24 color. Also use rgb(220,187,36) instead hex code.

Text Font Color

.myTextColor { color: #DCBB24; }

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

This text font color is #DCBB24.


Background Color

.myBgColor { background-color: #DCBB24; }

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

This div background color is #DCBB24.


Border color

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

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

This div border color is #DCBB24.


Opacity

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

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

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

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

This text has shadow with #DCBB24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCBB24 on black background.


Color preview on white background

This text has color #DCBB24 on white background.



Black color preview on #DCBB24 background

This text has black color on #DCBB24 background.


White color preview on #DCBB24 background

This text has white color on #DCBB24 background.