COLOR #CCD71F

HEX: #CCD71F RGB: (204,215,31)

Color info

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

RGB color model

#CCD71F color RGB value is (204,215,31).

RGB: (204,215,31) (80%, 84%, 12%)

RGB channels and saturation

R 204 of 255 = 80%
G 215 of 255 = 84%
B 31 of 255 = 12%

204
215
31

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

Portions of RGB colors in percentages

R + G + B = 204 + 215 + 31 = 450 (100%)
R 204 of 450 ~ 45.33%
G 215 of 450 ~ 47.78%
B 31 of 450 ~ 6.89'%

%45.33
%47.78

CMYK color model

#CCD71F color CMYK value is (5,0,86,16).

  • cyan value is 5.12%
  • magenta value is 0.00%
  • yellow value is 85.58%
  • key color value is 15.69%

CMYK: (5,0,86,16)
C5M0Y86K16 (5%, 0%, 86%, 16%)
(0.05 / 0.00 / 0.86 / 0.16)

CMYK percentages

%5.12
%0
%85.58
%15.69

Codes

Color #CCD71F in popluar color models

CC D7 1F
RGB 204 215 31
HSL 64° 74.80% 48.24%
HSB/HSV 64° 85.58% 84.31%
CMYK 5.12% 0.00% 85.58%
15.69%

Color #CCD71F in popluar number systems.

HEX CC D7 1F
Decimal 204 215 31
Binary 11001100 11010111 11111
Octal 314 327 37

Shades and tints

Shades of #CCD71F

#CCD71F
(204,215,31)
#BAC41D
(186,196,29)
#A8B11B
(168,177,27)
#969E19
(150,158,25)
#848B17
(132,139,23)
#727815
(114,120,21)
#606513
(96,101,19)
#4E5211
(78,82,17)
#3C3F0F
(60,63,15)
#2A2C0D
(42,44,13)
#18190B
(24,25,11)
#000000
(0,0,0)

Tints of #CCD71F

#CCD71F
(204,215,31)
#D0DA33
(208,218,51)
#D4DD47
(212,221,71)
#D8E05B
(216,224,91)
#DCE36F
(220,227,111)
#E0E683
(224,230,131)
#E4E997
(228,233,151)
#E8ECAB
(232,236,171)
#ECEFBF
(236,239,191)
#F0F2D3
(240,242,211)
#F4F5E7
(244,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD71F color. Also use rgb(204,215,31) instead hex code.

Text Font Color

.myTextColor { color: #CCD71F; }

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

This text font color is #CCD71F.

Background Color

.myBgColor { background-color: #CCD71F; }

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

This div background color is #CCD71F.

Border color

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

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

This div border color is #CCD71F.

Opacity

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

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

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

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

This text has shadow with #CCD71F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD71F.

Preview

Color preview on black background

This text has color #CCD71F on black background.


Color preview on white background

This text has color #CCD71F on white background.


Black color preview on #CCD71F background

This text has black color on #CCD71F background.


White color preview on #CCD71F background

This text has white color on #CCD71F background.


Related colors

Complementary color

Complementary color for #hex is #3328E0.


I love getcolorcode.com

Triadic colors

1 #1FCCD7 and #D71FCC with #CCD71F are triadic colors.

2 #1FD7CC and #D7CC1F with #CCD71F are triadic colors.