COLOR #DDAE1A

HEX: #DDAE1A
RGB: (221,174,26)

Color info

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

RGB color model

#DDAE1A color RGB value is (221,174,26).

  • red value is 221;
  • green value is 174;
  • blue value is 26.
RGB:
(221,174,26)
(87%,68%,10%)

RGB channels and saturation

R 221 of 255 = 87%
G 174 of 255 = 68%
B 26 of 255 = 10%

221
174
26

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

Portions of RGB colors in percentages

R + G + B =
221 + 174 + 26 = 421 (100%)
R 221 of 421 ~ 52.49%
G 174 of 421 ~ 41.33%
B 26 of 421 ~ 6.18%

%52.49
%41.33

CMYK color model

#DDAE1A color CMYK value is (0,21,88,13).

  • cyan value is 0.00%
  • magenta value is 21.27%
  • yellow value is 88.24%
  • key color value is 13.33%
CMYK:
(0,21,88,13)
C0M21Y88K13 
(0%,21%,88%,13%)
(0.00/0.21/0.88/0.13)	

CMYK percentages

%0
%21.27
%88.24
%13.33

Codes

Color #DDAE1A in popluar color models

DDAE1A
RGB22117426
HSL46°78.95%48.43%
HSB/HSV46°88.24%86.67%
CMYK0.00%21.27%88.24%
13.33%

Color #DDAE1A in popluar number systems.

HEXDDAE1A
Decimal22117426
Binary110111011010111011010
Octal33525632

Shades and tints

Shades of #DDAE1A

#DDAE1A
(221,174,26)
#C99F18
(201,159,24)
#B59016
(181,144,22)
#A18114
(161,129,20)
#8D7212
(141,114,18)
#796310
(121,99,16)
#65540E
(101,84,14)
#51450C
(81,69,12)
#3D360A
(61,54,10)
#292708
(41,39,8)
#151806
(21,24,6)
#000000
(0,0,0)

Tints of #DDAE1A

#DDAE1A
(221,174,26)
#E0B52E
(224,181,46)
#E3BC42
(227,188,66)
#E6C356
(230,195,86)
#E9CA6A
(233,202,106)
#ECD17E
(236,209,126)
#EFD892
(239,216,146)
#F2DFA6
(242,223,166)
#F5E6BA
(245,230,186)
#F8EDCE
(248,237,206)
#FBF4E2
(251,244,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDAE1A color. Also use rgb(221,174,26) instead hex code.

Text Font Color

.myTextColor { color: #DDAE1A; }

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

This text font color is #DDAE1A.


Background Color

.myBgColor { background-color: #DDAE1A; }

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

This div background color is #DDAE1A.


Border color

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

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

This div border color is #DDAE1A.


Opacity

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

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

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

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

This text has shadow with #DDAE1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDAE1A on black background.


Color preview on white background

This text has color #DDAE1A on white background.



Black color preview on #DDAE1A background

This text has black color on #DDAE1A background.


White color preview on #DDAE1A background

This text has white color on #DDAE1A background.