COLOR #CCDA03

HEX: #CCDA03
RGB: (204,218,3)

Color info

#CCDA03 contains mainly red and green colors. Web safe color of #CCDA03 is #CCCC00 (or #CC0).

RGB color model

#CCDA03 color RGB value is (204,218,3).

  • red value is 204;
  • green value is 218;
  • blue value is 3.
RGB:
(204,218,3)
(80%,85%,1%)

RGB channels and saturation

R 204 of 255 = 80%
G 218 of 255 = 85%
B 3 of 255 = 1%

204
218
3

R + G + B ~ 55%. #CCDA03 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
204 + 218 + 3 = 425 (100%)
R 204 of 425 ~ 48%
G 218 of 425 ~ 51.29%
B 3 of 425 ~ 0.71%

%48
%51.29

CMYK color model

#CCDA03 color CMYK value is (6,0,99,15).

  • cyan value is 6.42%
  • magenta value is 0.00%
  • yellow value is 98.62%
  • key color value is 14.51%
CMYK:
(6,0,99,15)
C6M0Y99K15 
(6%,0%,99%,15%)
(0.06/0.00/0.99/0.15)	

CMYK percentages

%6.42
%0
%98.62
%14.51

Codes

Color #CCDA03 in popluar color models

CCDA03
RGB2042183
HSL64°97.29%43.33%
HSB/HSV64°98.62%85.49%
CMYK6.42%0.00%98.62%
14.51%

Color #CCDA03 in popluar number systems.

HEXCCDA03
Decimal2042183
Binary110011001101101011
Octal3143323

Shades and tints

Shades of #CCDA03

#CCDA03
(204,218,3)
#BAC703
(186,199,3)
#A8B403
(168,180,3)
#96A103
(150,161,3)
#848E03
(132,142,3)
#727B03
(114,123,3)
#606803
(96,104,3)
#4E5503
(78,85,3)
#3C4203
(60,66,3)
#2A2F03
(42,47,3)
#181C03
(24,28,3)
#000000
(0,0,0)

Tints of #CCDA03

#CCDA03
(204,218,3)
#D0DD19
(208,221,25)
#D4E02F
(212,224,47)
#D8E345
(216,227,69)
#DCE65B
(220,230,91)
#E0E971
(224,233,113)
#E4EC87
(228,236,135)
#E8EF9D
(232,239,157)
#ECF2B3
(236,242,179)
#F0F5C9
(240,245,201)
#F4F8DF
(244,248,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCDA03 color. Also use rgb(204,218,3) instead hex code.

Text Font Color

.myTextColor { color: #CCDA03; }

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

This text font color is #CCDA03.


Background Color

.myBgColor { background-color: #CCDA03; }

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

This div background color is #CCDA03.


Border color

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

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

This div border color is #CCDA03.


Opacity

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

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

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

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

This text has shadow with #CCDA03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDA03 on black background.


Color preview on white background

This text has color #CCDA03 on white background.



Black color preview on #CCDA03 background

This text has black color on #CCDA03 background.


White color preview on #CCDA03 background

This text has white color on #CCDA03 background.