COLOR #DCAD05

HEX: #DCAD05
RGB: (220,173,5)

Color info

#DCAD05 contains mainly red and green colors. Web safe color of #DCAD05 is #CC9900 (or #C90).

RGB color model

#DCAD05 color RGB value is (220,173,5).

  • red value is 220;
  • green value is 173;
  • blue value is 5.
RGB:
(220,173,5)
(86%,68%,2%)

RGB channels and saturation

R 220 of 255 = 86%
G 173 of 255 = 68%
B 5 of 255 = 2%

220
173
5

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

Portions of RGB colors in percentages

R + G + B =
220 + 173 + 5 = 398 (100%)
R 220 of 398 ~ 55.28%
G 173 of 398 ~ 43.47%
B 5 of 398 ~ 1.26%

%55.28
%43.47

CMYK color model

#DCAD05 color CMYK value is (0,21,98,14).

  • cyan value is 0.00%
  • magenta value is 21.36%
  • yellow value is 97.73%
  • key color value is 13.73%
CMYK:
(0,21,98,14)
C0M21Y98K14 
(0%,21%,98%,14%)
(0.00/0.21/0.98/0.14)	

CMYK percentages

%0
%21.36
%97.73
%13.73

Codes

Color #DCAD05 in popluar color models

DCAD05
RGB2201735
HSL47°95.56%44.12%
HSB/HSV47°97.73%86.27%
CMYK0.00%21.36%97.73%
13.73%

Color #DCAD05 in popluar number systems.

HEXDCAD05
Decimal2201735
Binary1101110010101101101
Octal3342555

Shades and tints

Shades of #DCAD05

#DCAD05
(220,173,5)
#C89E05
(200,158,5)
#B48F05
(180,143,5)
#A08005
(160,128,5)
#8C7105
(140,113,5)
#786205
(120,98,5)
#645305
(100,83,5)
#504405
(80,68,5)
#3C3505
(60,53,5)
#282605
(40,38,5)
#141705
(20,23,5)
#000000
(0,0,0)

Tints of #DCAD05

#DCAD05
(220,173,5)
#DFB41B
(223,180,27)
#E2BB31
(226,187,49)
#E5C247
(229,194,71)
#E8C95D
(232,201,93)
#EBD073
(235,208,115)
#EED789
(238,215,137)
#F1DE9F
(241,222,159)
#F4E5B5
(244,229,181)
#F7ECCB
(247,236,203)
#FAF3E1
(250,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCAD05 color. Also use rgb(220,173,5) instead hex code.

Text Font Color

.myTextColor { color: #DCAD05; }

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

This text font color is #DCAD05.


Background Color

.myBgColor { background-color: #DCAD05; }

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

This div background color is #DCAD05.


Border color

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

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

This div border color is #DCAD05.


Opacity

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

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

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

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

This text has shadow with #DCAD05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCAD05 on black background.


Color preview on white background

This text has color #DCAD05 on white background.



Black color preview on #DCAD05 background

This text has black color on #DCAD05 background.


White color preview on #DCAD05 background

This text has white color on #DCAD05 background.