COLOR #DDA014

HEX: #DDA014
RGB: (221,160,20)

Renk bilgisi

#DDA014 contains mainly red color. #DDA014 ‘ nin web güvenlik rengi #CC9900 (ya da #C90) dir.

RGB renk modeli

#DDA014 color RGB value is (221,160,20).

  • kırmız ton 221;
  • yeşil ton 160;
  • mavi ton 20.
RGB:
(221,160,20)
(87%,63%,8%)

RGB bağlantıları ve doygunluk

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

221
160
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
221 + 160 + 20 = 401 (100%)
R 221 of 401 ~ 55.11%
G 160 of 401 ~ 39.9%
B 20 of 401 ~ 4.99%

%55.11
%39.9

CMYK RENK MODELİ

#DDA014 rengi CMYK tonu (0,28,91,13).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.60%
  • sarı tonu 90.95%
  • ana renk tonu 13.33%
CMYK:
(0,28,91,13)
C0M28Y91K13 
(0%,28%,91%,13%)
(0.00/0.28/0.91/0.13)	

CMYK yüzdeleri

%0
%27.6
%90.95
%13.33

Codes

Color #DDA014 in popluar color models

DDA014
RGB22116020
HSL42°83.40%47.25%
HSB/HSV42°90.95%86.67%
CMYK0.00%27.60%90.95%
13.33%

Color #DDA014 in popluar number systems.

HEXDDA014
Decimal22116020
Binary110111011010000010100
Octal33524024

Shades and tints

Shades of #DDA014

#DDA014
(221,160,20)
#C99213
(201,146,19)
#B58412
(181,132,18)
#A17611
(161,118,17)
#8D6810
(141,104,16)
#795A0F
(121,90,15)
#654C0E
(101,76,14)
#513E0D
(81,62,13)
#3D300C
(61,48,12)
#29220B
(41,34,11)
#15140A
(21,20,10)
#000000
(0,0,0)

Tints of #DDA014

#DDA014
(221,160,20)
#E0A829
(224,168,41)
#E3B03E
(227,176,62)
#E6B853
(230,184,83)
#E9C068
(233,192,104)
#ECC87D
(236,200,125)
#EFD092
(239,208,146)
#F2D8A7
(242,216,167)
#F5E0BC
(245,224,188)
#F8E8D1
(248,232,209)
#FBF0E6
(251,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA014; }

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

This text font color is #DDA014.


Background Color

.myBgColor { background-color: #DDA014; }

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

This div background color is #DDA014.


Border color

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

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

This div border color is #DDA014.


Opacity

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

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

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

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

This text has shadow with #DDA014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA014 on black background.


Color preview on white background

This text has color #DDA014 on white background.



Black color preview on #DDA014 background

This text has black color on #DDA014 background.


White color preview on #DDA014 background

This text has white color on #DDA014 background.