COLOR #CCD57F

HEX: #CCD57F RGB: (204,213,127)

Color info

#CCD57F contains mainly red and green colors. Web safe color of #CCD57F is #CCCC66 (or #CC6).

RGB color model

#CCD57F color RGB value is (204,213,127).

RGB: (204,213,127) (80%, 84%, 50%)

RGB channels and saturation

R 204 of 255 = 80%
G 213 of 255 = 84%
B 127 of 255 = 50%

204
213
127

R + G + B ~ 71%. #CCD57F is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 213 + 127 = 544 (100%)
R 204 of 544 ~ 37.5%
G 213 of 544 ~ 39.15%
B 127 of 544 ~ 23.35'%

%37.5
%39.15
%23.35

CMYK color model

#CCD57F color CMYK value is (4,0,40,16).

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 40.38%
  • key color value is 16.47%

CMYK: (4,0,40,16)
C4M0Y40K16 (4%, 0%, 40%, 16%)
(0.04 / 0.00 / 0.40 / 0.16)

CMYK percentages

%4.23
%0
%40.38
%16.47

Codes

Color #CCD57F in popluar color models

CC D5 7F
RGB 204 213 127
HSL 66° 50.59% 66.67%
HSB/HSV 66° 40.38% 83.53%
CMYK 4.23% 0.00% 40.38%
16.47%

Color #CCD57F in popluar number systems.

HEX CC D5 7F
Decimal 204 213 127
Binary 11001100 11010101 1111111
Octal 314 325 177

Shades and tints

Shades of #CCD57F

#CCD57F
(204,213,127)
#BAC274
(186,194,116)
#A8AF69
(168,175,105)
#969C5E
(150,156,94)
#848953
(132,137,83)
#727648
(114,118,72)
#60633D
(96,99,61)
#4E5032
(78,80,50)
#3C3D27
(60,61,39)
#2A2A1C
(42,42,28)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #CCD57F

#CCD57F
(204,213,127)
#D0D88A
(208,216,138)
#D4DB95
(212,219,149)
#D8DEA0
(216,222,160)
#DCE1AB
(220,225,171)
#E0E4B6
(224,228,182)
#E4E7C1
(228,231,193)
#E8EACC
(232,234,204)
#ECEDD7
(236,237,215)
#F0F0E2
(240,240,226)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD57F color. Also use rgb(204,213,127) instead hex code.

Text Font Color

.myTextColor { color: #CCD57F; }

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

This text font color is #CCD57F.

Background Color

.myBgColor { background-color: #CCD57F; }

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

This div background color is #CCD57F.

Border color

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

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

This div border color is #CCD57F.

Opacity

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

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

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

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

This text has shadow with #CCD57F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD57F.

Preview

Color preview on black background

This text has color #CCD57F on black background.


Color preview on white background

This text has color #CCD57F on white background.


Black color preview on #CCD57F background

This text has black color on #CCD57F background.


White color preview on #CCD57F background

This text has white color on #CCD57F background.


Related colors

Complementary color

Complementary color for #hex is #332A80.


I love getcolorcode.com

Triadic colors

1 #7FCCD5 and #D57FCC with #CCD57F are triadic colors.

2 #7FD5CC and #D5CC7F with #CCD57F are triadic colors.