COLOR #DDD568

HEX: #DDD568 RGB: (221,213,104)

Color info

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

RGB color model

#DDD568 color RGB value is (221,213,104).

RGB: (221,213,104) (87%, 84%, 41%)

RGB channels and saturation

R 221 of 255 = 87%
G 213 of 255 = 84%
B 104 of 255 = 41%

221
213
104

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

Portions of RGB colors in percentages

R + G + B = 221 + 213 + 104 = 538 (100%)
R 221 of 538 ~ 41.08%
G 213 of 538 ~ 39.59%
B 104 of 538 ~ 19.33'%

%41.08
%39.59
%19.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.62%
  • yellow value is 52.94%
  • key color value is 13.33%

CMYK: (0,4,53,13)
C0M4Y53K13 (0%, 4%, 53%, 13%)
(0.00 / 0.04 / 0.53 / 0.13)

CMYK percentages

%0
%3.62
%52.94
%13.33

Codes

Color #DDD568 in popluar color models

DD D5 68
RGB 221 213 104
HSL 56° 63.24% 63.73%
HSB/HSV 56° 52.94% 86.67%
CMYK 0.00% 3.62% 52.94%
13.33%

Color #DDD568 in popluar number systems.

HEX DD D5 68
Decimal 221 213 104
Binary 11011101 11010101 1101000
Octal 335 325 150

Shades and tints

Shades of #DDD568

#DDD568
(221,213,104)
#C9C25F
(201,194,95)
#B5AF56
(181,175,86)
#A19C4D
(161,156,77)
#8D8944
(141,137,68)
#79763B
(121,118,59)
#656332
(101,99,50)
#515029
(81,80,41)
#3D3D20
(61,61,32)
#292A17
(41,42,23)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #DDD568

#DDD568
(221,213,104)
#E0D875
(224,216,117)
#E3DB82
(227,219,130)
#E6DE8F
(230,222,143)
#E9E19C
(233,225,156)
#ECE4A9
(236,228,169)
#EFE7B6
(239,231,182)
#F2EAC3
(242,234,195)
#F5EDD0
(245,237,208)
#F8F0DD
(248,240,221)
#FBF3EA
(251,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD568; }

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

This text font color is #DDD568.

Background Color

.myBgColor { background-color: #DDD568; }

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

This div background color is #DDD568.

Border color

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

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

This div border color is #DDD568.

Opacity

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

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

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

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

This text has shadow with #DDD568 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD568.

Preview

Color preview on black background

This text has color #DDD568 on black background.


Color preview on white background

This text has color #DDD568 on white background.


Black color preview on #DDD568 background

This text has black color on #DDD568 background.


White color preview on #DDD568 background

This text has white color on #DDD568 background.


Related colors

Complementary color

Complementary color for #hex is #222A97.


I love getcolorcode.com

Triadic colors

1 #68DDD5 and #D568DD with #DDD568 are triadic colors.

2 #68D5DD and #D5DD68 with #DDD568 are triadic colors.