COLOR #CCC979

HEX: #CCC979 RGB: (204,201,121)

Color info

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

RGB color model

#CCC979 color RGB value is (204,201,121).

RGB: (204,201,121) (80%, 79%, 47%)

RGB channels and saturation

R 204 of 255 = 80%
G 201 of 255 = 79%
B 121 of 255 = 47%

204
201
121

R + G + B ~ 69%. #CCC979 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 201 + 121 = 526 (100%)
R 204 of 526 ~ 38.78%
G 201 of 526 ~ 38.21%
B 121 of 526 ~ 23'%

%38.78
%38.21
%23

CMYK color model

#CCC979 color CMYK value is (0,1,41,20).

  • cyan value is 0.00%
  • magenta value is 1.47%
  • yellow value is 40.69%
  • key color value is 20.00%

CMYK: (0,1,41,20)
C0M1Y41K20 (0%, 1%, 41%, 20%)
(0.00 / 0.01 / 0.41 / 0.20)

CMYK percentages

%0
%1.47
%40.69
%20

Codes

Color #CCC979 in popluar color models

CC C9 79
RGB 204 201 121
HSL 58° 44.86% 63.73%
HSB/HSV 58° 40.69% 80.00%
CMYK 0.00% 1.47% 40.69%
20.00%

Color #CCC979 in popluar number systems.

HEX CC C9 79
Decimal 204 201 121
Binary 11001100 11001001 1111001
Octal 314 311 171

Shades and tints

Shades of #CCC979

#CCC979
(204,201,121)
#BAB76E
(186,183,110)
#A8A563
(168,165,99)
#969358
(150,147,88)
#84814D
(132,129,77)
#726F42
(114,111,66)
#605D37
(96,93,55)
#4E4B2C
(78,75,44)
#3C3921
(60,57,33)
#2A2716
(42,39,22)
#18150B
(24,21,11)
#000000
(0,0,0)

Tints of #CCC979

#CCC979
(204,201,121)
#D0CD85
(208,205,133)
#D4D191
(212,209,145)
#D8D59D
(216,213,157)
#DCD9A9
(220,217,169)
#E0DDB5
(224,221,181)
#E4E1C1
(228,225,193)
#E8E5CD
(232,229,205)
#ECE9D9
(236,233,217)
#F0EDE5
(240,237,229)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC979 color. Also use rgb(204,201,121) instead hex code.

Text Font Color

.myTextColor { color: #CCC979; }

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

This text font color is #CCC979.

Background Color

.myBgColor { background-color: #CCC979; }

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

This div background color is #CCC979.

Border color

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

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

This div border color is #CCC979.

Opacity

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

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

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

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

This text has shadow with #CCC979 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC979.

Preview

Color preview on black background

This text has color #CCC979 on black background.


Color preview on white background

This text has color #CCC979 on white background.


Black color preview on #CCC979 background

This text has black color on #CCC979 background.


White color preview on #CCC979 background

This text has white color on #CCC979 background.


Related colors

Complementary color

Complementary color for #hex is #333686.


I love getcolorcode.com

Triadic colors

1 #79CCC9 and #C979CC with #CCC979 are triadic colors.

2 #79C9CC and #C9CC79 with #CCC979 are triadic colors.