COLOR #DDA015

HEX: #DDA015 RGB: (221,160,21)

Color info

#DDA015 contains mainly red color. Web safe color of #DDA015 is #CC9900 (or #C90).

RGB color model

#DDA015 color RGB value is (221,160,21).

RGB: (221,160,21) (87%, 63%, 8%)

RGB channels and saturation

R 221 of 255 = 87%
G 160 of 255 = 63%
B 21 of 255 = 8%

221
160
21

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

Portions of RGB colors in percentages

R + G + B = 221 + 160 + 21 = 402 (100%)
R 221 of 402 ~ 54.98%
G 160 of 402 ~ 39.8%
B 21 of 402 ~ 5.22'%

%54.98
%39.8

CMYK color model

#DDA015 color CMYK value is (0,28,90,13).

  • cyan value is 0.00%
  • magenta value is 27.60%
  • yellow value is 90.50%
  • key color value is 13.33%

CMYK: (0,28,90,13)
C0M28Y90K13 (0%, 28%, 90%, 13%)
(0.00 / 0.28 / 0.90 / 0.13)

CMYK percentages

%0
%27.6
%90.5
%13.33

Codes

Color #DDA015 in popluar color models

DD A0 15
RGB 221 160 21
HSL 42° 82.64% 47.45%
HSB/HSV 42° 90.50% 86.67%
CMYK 0.00% 27.60% 90.50%
13.33%

Color #DDA015 in popluar number systems.

HEX DD A0 15
Decimal 221 160 21
Binary 11011101 10100000 10101
Octal 335 240 25

Shades and tints

Shades of #DDA015

#DDA015
(221,160,21)
#C99214
(201,146,20)
#B58413
(181,132,19)
#A17612
(161,118,18)
#8D6811
(141,104,17)
#795A10
(121,90,16)
#654C0F
(101,76,15)
#513E0E
(81,62,14)
#3D300D
(61,48,13)
#29220C
(41,34,12)
#15140B
(21,20,11)
#000000
(0,0,0)

Tints of #DDA015

#DDA015
(221,160,21)
#E0A82A
(224,168,42)
#E3B03F
(227,176,63)
#E6B854
(230,184,84)
#E9C069
(233,192,105)
#ECC87E
(236,200,126)
#EFD093
(239,208,147)
#F2D8A8
(242,216,168)
#F5E0BD
(245,224,189)
#F8E8D2
(248,232,210)
#FBF0E7
(251,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA015 color. Also use rgb(221,160,21) instead hex code.

Text Font Color

.myTextColor { color: #DDA015; }

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

This text font color is #DDA015.

Background Color

.myBgColor { background-color: #DDA015; }

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

This div background color is #DDA015.

Border color

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

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

This div border color is #DDA015.

Opacity

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

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

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

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

This text has shadow with #DDA015 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDA015.

Preview

Color preview on black background

This text has color #DDA015 on black background.


Color preview on white background

This text has color #DDA015 on white background.


Black color preview on #DDA015 background

This text has black color on #DDA015 background.


White color preview on #DDA015 background

This text has white color on #DDA015 background.


Related colors

Complementary color

Complementary color for #hex is #225FEA.


I love getcolorcode.com

Triadic colors

1 #15DDA0 and #A015DD with #DDA015 are triadic colors.

2 #15A0DD and #A0DD15 with #DDA015 are triadic colors.