COLOR #DDEB43

HEX: #DDEB43
RGB: (221,235,67)

Color info

#DDEB43 contains mainly red and green colors. Web safe color of #DDEB43 is #CCFF33 (or #CF3).

RGB color model

#DDEB43 color RGB value is (221,235,67).

  • red value is 221;
  • green value is 235;
  • blue value is 67.
RGB:
(221,235,67)
(87%,92%,26%)

RGB channels and saturation

R 221 of 255 = 87%
G 235 of 255 = 92%
B 67 of 255 = 26%

221
235
67

R + G + B ~ 68%. #DDEB43 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 235 + 67 = 523 (100%)
R 221 of 523 ~ 42.26%
G 235 of 523 ~ 44.93%
B 67 of 523 ~ 12.81%

%42.26
%44.93
%12.81

CMYK color model

#DDEB43 color CMYK value is (6,0,71,8).

  • cyan value is 5.96%
  • magenta value is 0.00%
  • yellow value is 71.49%
  • key color value is 7.84%
CMYK:
(6,0,71,8)
C6M0Y71K8 
(6%,0%,71%,8%)
(0.06/0.00/0.71/0.08)	

CMYK percentages

%5.96
%0
%71.49
%7.84

Codes

Color #DDEB43 in popluar color models

DDEB43
RGB22123567
HSL65°80.77%59.22%
HSB/HSV65°71.49%92.16%
CMYK5.96%0.00%71.49%
7.84%

Color #DDEB43 in popluar number systems.

HEXDDEB43
Decimal22123567
Binary11011101111010111000011
Octal335353103

Shades and tints

Shades of #DDEB43

#DDEB43
(221,235,67)
#C9D63D
(201,214,61)
#B5C137
(181,193,55)
#A1AC31
(161,172,49)
#8D972B
(141,151,43)
#798225
(121,130,37)
#656D1F
(101,109,31)
#515819
(81,88,25)
#3D4313
(61,67,19)
#292E0D
(41,46,13)
#151907
(21,25,7)
#000000
(0,0,0)

Tints of #DDEB43

#DDEB43
(221,235,67)
#E0EC54
(224,236,84)
#E3ED65
(227,237,101)
#E6EE76
(230,238,118)
#E9EF87
(233,239,135)
#ECF098
(236,240,152)
#EFF1A9
(239,241,169)
#F2F2BA
(242,242,186)
#F5F3CB
(245,243,203)
#F8F4DC
(248,244,220)
#FBF5ED
(251,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEB43; }

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

This text font color is #DDEB43.


Background Color

.myBgColor { background-color: #DDEB43; }

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

This div background color is #DDEB43.


Border color

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

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

This div border color is #DDEB43.


Opacity

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

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

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

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

This text has shadow with #DDEB43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEB43 on black background.


Color preview on white background

This text has color #DDEB43 on white background.



Black color preview on #DDEB43 background

This text has black color on #DDEB43 background.


White color preview on #DDEB43 background

This text has white color on #DDEB43 background.