COLOR #D5DD68

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

213
221
104

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

Portions of RGB colors in percentages

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

%39.59
%41.08
%19.33

CMYK color model

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

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

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

CMYK percentages

%3.62
%0
%52.94
%13.33

Codes

Color #D5DD68 in popluar color models

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

Color #D5DD68 in popluar number systems.

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

Shades and tints

Shades of #D5DD68

#D5DD68
(213,221,104)
#C2C95F
(194,201,95)
#AFB556
(175,181,86)
#9CA14D
(156,161,77)
#898D44
(137,141,68)
#76793B
(118,121,59)
#636532
(99,101,50)
#505129
(80,81,41)
#3D3D20
(61,61,32)
#2A2917
(42,41,23)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #D5DD68

#D5DD68
(213,221,104)
#D8E075
(216,224,117)
#DBE382
(219,227,130)
#DEE68F
(222,230,143)
#E1E99C
(225,233,156)
#E4ECA9
(228,236,169)
#E7EFB6
(231,239,182)
#EAF2C3
(234,242,195)
#EDF5D0
(237,245,208)
#F0F8DD
(240,248,221)
#F3FBEA
(243,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DD68; }

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

This text font color is #D5DD68.

Background Color

.myBgColor { background-color: #D5DD68; }

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

This div background color is #D5DD68.

Border color

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

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

This div border color is #D5DD68.

Opacity

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

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

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

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

This text has shadow with #D5DD68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DD68.

Preview

Color preview on black background

This text has color #D5DD68 on black background.


Color preview on white background

This text has color #D5DD68 on white background.


Black color preview on #D5DD68 background

This text has black color on #D5DD68 background.


White color preview on #D5DD68 background

This text has white color on #D5DD68 background.


Related colors

Complementary color

Complementary color for #hex is #2A2297.


I love getcolorcode.com

Triadic colors

1 #68D5DD and #DD68D5 with #D5DD68 are triadic colors.

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