COLOR #DDDD67

HEX: #DDDD67
RGB: (221,221,103)

Color info

#DDDD67 contains mainly red and green colors. Web safe color of #DDDD67 is #CCCC66 (or #CC6).

RGB color model

#DDDD67 color RGB value is (221,221,103).

  • red value is 221;
  • green value is 221;
  • blue value is 103.
RGB:
(221,221,103)
(87%,87%,40%)

RGB channels and saturation

R 221 of 255 = 87%
G 221 of 255 = 87%
B 103 of 255 = 40%

221
221
103

R + G + B ~ 71%. #DDDD67 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 221 + 103 = 545 (100%)
R 221 of 545 ~ 40.55%
G 221 of 545 ~ 40.55%
B 103 of 545 ~ 18.9%

%40.55
%40.55
%18.9

CMYK color model

#DDDD67 color CMYK value is (0,0,53,13).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 53.39%
  • key color value is 13.33%
CMYK:
(0,0,53,13)
C0M0Y53K13 
(0%,0%,53%,13%)
(0.00/0.00/0.53/0.13)	

CMYK percentages

%0
%0
%53.39
%13.33

Codes

Color #DDDD67 in popluar color models

DDDD67
RGB221221103
HSL60°63.44%63.53%
HSB/HSV60°53.39%86.67%
CMYK0.00%0.00%53.39%
13.33%

Color #DDDD67 in popluar number systems.

HEXDDDD67
Decimal221221103
Binary11011101110111011100111
Octal335335147

Shades and tints

Shades of #DDDD67

#DDDD67
(221,221,103)
#C9C95E
(201,201,94)
#B5B555
(181,181,85)
#A1A14C
(161,161,76)
#8D8D43
(141,141,67)
#79793A
(121,121,58)
#656531
(101,101,49)
#515128
(81,81,40)
#3D3D1F
(61,61,31)
#292916
(41,41,22)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #DDDD67

#DDDD67
(221,221,103)
#E0E074
(224,224,116)
#E3E381
(227,227,129)
#E6E68E
(230,230,142)
#E9E99B
(233,233,155)
#ECECA8
(236,236,168)
#EFEFB5
(239,239,181)
#F2F2C2
(242,242,194)
#F5F5CF
(245,245,207)
#F8F8DC
(248,248,220)
#FBFBE9
(251,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDD67; }

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

This text font color is #DDDD67.


Background Color

.myBgColor { background-color: #DDDD67; }

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

This div background color is #DDDD67.


Border color

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

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

This div border color is #DDDD67.


Opacity

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

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

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

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

This text has shadow with #DDDD67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDD67 on black background.


Color preview on white background

This text has color #DDDD67 on white background.



Black color preview on #DDDD67 background

This text has black color on #DDDD67 background.


White color preview on #DDDD67 background

This text has white color on #DDDD67 background.