COLOR #DDD97D

HEX: #DDD97D
RGB: (221,217,125)

Renk bilgisi

#DDD97D contains mainly red and green colors. #DDD97D ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#DDD97D color RGB value is (221,217,125).

  • kırmız ton 221;
  • yeşil ton 217;
  • mavi ton 125.
RGB:
(221,217,125)
(87%,85%,49%)

RGB bağlantıları ve doygunluk

R 221 of 255 = 87%
G 217 of 255 = 85%
B 125 of 255 = 49%

221
217
125

R + G + B ~ 74%. #DDD97D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
221 + 217 + 125 = 563 (100%)
R 221 of 563 ~ 39.25%
G 217 of 563 ~ 38.54%
B 125 of 563 ~ 22.2%

%39.25
%38.54
%22.2

CMYK RENK MODELİ

#DDD97D rengi CMYK tonu (0,2,43,13).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.81%
  • sarı tonu 43.44%
  • ana renk tonu 13.33%
CMYK:
(0,2,43,13)
C0M2Y43K13 
(0%,2%,43%,13%)
(0.00/0.02/0.43/0.13)	

CMYK yüzdeleri

%0
%1.81
%43.44
%13.33

Codes

Color #DDD97D in popluar color models

DDD97D
RGB221217125
HSL58°58.54%67.84%
HSB/HSV58°43.44%86.67%
CMYK0.00%1.81%43.44%
13.33%

Color #DDD97D in popluar number systems.

HEXDDD97D
Decimal221217125
Binary11011101110110011111101
Octal335331175

Shades and tints

Shades of #DDD97D

#DDD97D
(221,217,125)
#C9C672
(201,198,114)
#B5B367
(181,179,103)
#A1A05C
(161,160,92)
#8D8D51
(141,141,81)
#797A46
(121,122,70)
#65673B
(101,103,59)
#515430
(81,84,48)
#3D4125
(61,65,37)
#292E1A
(41,46,26)
#151B0F
(21,27,15)
#000000
(0,0,0)

Tints of #DDD97D

#DDD97D
(221,217,125)
#E0DC88
(224,220,136)
#E3DF93
(227,223,147)
#E6E29E
(230,226,158)
#E9E5A9
(233,229,169)
#ECE8B4
(236,232,180)
#EFEBBF
(239,235,191)
#F2EECA
(242,238,202)
#F5F1D5
(245,241,213)
#F8F4E0
(248,244,224)
#FBF7EB
(251,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD97D color. Also use rgb(221,217,125) instead hex code.

Text Font Color

.myTextColor { color: #DDD97D; }

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

This text font color is #DDD97D.


Background Color

.myBgColor { background-color: #DDD97D; }

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

This div background color is #DDD97D.


Border color

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

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

This div border color is #DDD97D.


Opacity

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

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

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

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

This text has shadow with #DDD97D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD97D on black background.


Color preview on white background

This text has color #DDD97D on white background.



Black color preview on #DDD97D background

This text has black color on #DDD97D background.


White color preview on #DDD97D background

This text has white color on #DDD97D background.