COLOR #CCD240

HEX: #CCD240 RGB: (204,210,64)

Color info

#CCD240 contains mainly red and green colors. Web safe color of #CCD240 is #CCCC33 (or #CC3).

RGB color model

#CCD240 color RGB value is (204,210,64).

RGB: (204,210,64) (80%, 82%, 25%)

RGB channels and saturation

R 204 of 255 = 80%
G 210 of 255 = 82%
B 64 of 255 = 25%

204
210
64

R + G + B ~ 62%. #CCD240 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 210 + 64 = 478 (100%)
R 204 of 478 ~ 42.68%
G 210 of 478 ~ 43.93%
B 64 of 478 ~ 13.39'%

%42.68
%43.93
%13.39

CMYK color model

#CCD240 color CMYK value is (3,0,70,18).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 69.52%
  • key color value is 17.65%

CMYK: (3,0,70,18)
C3M0Y70K18 (3%, 0%, 70%, 18%)
(0.03 / 0.00 / 0.70 / 0.18)

CMYK percentages

%2.86
%0
%69.52
%17.65

Codes

Color #CCD240 in popluar color models

CC D2 40
RGB 204 210 64
HSL 62° 61.86% 53.73%
HSB/HSV 62° 69.52% 82.35%
CMYK 2.86% 0.00% 69.52%
17.65%

Color #CCD240 in popluar number systems.

HEX CC D2 40
Decimal 204 210 64
Binary 11001100 11010010 1000000
Octal 314 322 100

Shades and tints

Shades of #CCD240

#CCD240
(204,210,64)
#BABF3B
(186,191,59)
#A8AC36
(168,172,54)
#969931
(150,153,49)
#84862C
(132,134,44)
#727327
(114,115,39)
#606022
(96,96,34)
#4E4D1D
(78,77,29)
#3C3A18
(60,58,24)
#2A2713
(42,39,19)
#18140E
(24,20,14)
#000000
(0,0,0)

Tints of #CCD240

#CCD240
(204,210,64)
#D0D651
(208,214,81)
#D4DA62
(212,218,98)
#D8DE73
(216,222,115)
#DCE284
(220,226,132)
#E0E695
(224,230,149)
#E4EAA6
(228,234,166)
#E8EEB7
(232,238,183)
#ECF2C8
(236,242,200)
#F0F6D9
(240,246,217)
#F4FAEA
(244,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD240 color. Also use rgb(204,210,64) instead hex code.

Text Font Color

.myTextColor { color: #CCD240; }

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

This text font color is #CCD240.

Background Color

.myBgColor { background-color: #CCD240; }

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

This div background color is #CCD240.

Border color

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

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

This div border color is #CCD240.

Opacity

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

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

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

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

This text has shadow with #CCD240 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD240.

Preview

Color preview on black background

This text has color #CCD240 on black background.


Color preview on white background

This text has color #CCD240 on white background.


Black color preview on #CCD240 background

This text has black color on #CCD240 background.


White color preview on #CCD240 background

This text has white color on #CCD240 background.


Related colors

Complementary color

Complementary color for #hex is #332DBF.


I love getcolorcode.com

Triadic colors

1 #40CCD2 and #D240CC with #CCD240 are triadic colors.

2 #40D2CC and #D2CC40 with #CCD240 are triadic colors.