COLOR #DDFC0C

HEX: #DDFC0C
RGB: (221,252,12)

Color info

#DDFC0C contains mainly red and green colors. Web safe color of #DDFC0C is #CCFF00 (or #CF0).

RGB color model

#DDFC0C color RGB value is (221,252,12).

  • red value is 221;
  • green value is 252;
  • blue value is 12.
RGB:
(221,252,12)
(87%,99%,5%)

RGB channels and saturation

R 221 of 255 = 87%
G 252 of 255 = 99%
B 12 of 255 = 5%

221
252
12

R + G + B ~ 64%. #DDFC0C is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 252 + 12 = 485 (100%)
R 221 of 485 ~ 45.57%
G 252 of 485 ~ 51.96%
B 12 of 485 ~ 2.47%

%45.57
%51.96

CMYK color model

#DDFC0C color CMYK value is (12,0,95,1).

  • cyan value is 12.30%
  • magenta value is 0.00%
  • yellow value is 95.24%
  • key color value is 1.18%
CMYK:
(12,0,95,1)
C12M0Y95K1 
(12%,0%,95%,1%)
(0.12/0.00/0.95/0.01)	

CMYK percentages

%12.3
%0
%95.24
%1.18

Codes

Color #DDFC0C in popluar color models

DDFC0C
RGB22125212
HSL68°97.56%51.76%
HSB/HSV68°95.24%98.82%
CMYK12.30%0.00%95.24%
1.18%

Color #DDFC0C in popluar number systems.

HEXDDFC0C
Decimal22125212
Binary11011101111111001100
Octal33537414

Shades and tints

Shades of #DDFC0C

#DDFC0C
(221,252,12)
#C9E60B
(201,230,11)
#B5D00A
(181,208,10)
#A1BA09
(161,186,9)
#8DA408
(141,164,8)
#798E07
(121,142,7)
#657806
(101,120,6)
#516205
(81,98,5)
#3D4C04
(61,76,4)
#293603
(41,54,3)
#152002
(21,32,2)
#000000
(0,0,0)

Tints of #DDFC0C

#DDFC0C
(221,252,12)
#E0FC22
(224,252,34)
#E3FC38
(227,252,56)
#E6FC4E
(230,252,78)
#E9FC64
(233,252,100)
#ECFC7A
(236,252,122)
#EFFC90
(239,252,144)
#F2FCA6
(242,252,166)
#F5FCBC
(245,252,188)
#F8FCD2
(248,252,210)
#FBFCE8
(251,252,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFC0C; }

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

This text font color is #DDFC0C.


Background Color

.myBgColor { background-color: #DDFC0C; }

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

This div background color is #DDFC0C.


Border color

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

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

This div border color is #DDFC0C.


Opacity

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

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

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

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

This text has shadow with #DDFC0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFC0C on black background.


Color preview on white background

This text has color #DDFC0C on white background.



Black color preview on #DDFC0C background

This text has black color on #DDFC0C background.


White color preview on #DDFC0C background

This text has white color on #DDFC0C background.