COLOR #CCC116

HEX: #CCC116
RGB: (204,193,22)

Color info

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

RGB color model

#CCC116 color RGB value is (204,193,22).

  • red value is 204;
  • green value is 193;
  • blue value is 22.
RGB:
(204,193,22)
(80%,76%,9%)

RGB channels and saturation

R 204 of 255 = 80%
G 193 of 255 = 76%
B 22 of 255 = 9%

204
193
22

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

Portions of RGB colors in percentages

R + G + B =
204 + 193 + 22 = 419 (100%)
R 204 of 419 ~ 48.69%
G 193 of 419 ~ 46.06%
B 22 of 419 ~ 5.25%

%48.69
%46.06

CMYK color model

#CCC116 color CMYK value is (0,5,89,20).

  • cyan value is 0.00%
  • magenta value is 5.39%
  • yellow value is 89.22%
  • key color value is 20.00%
CMYK:
(0,5,89,20)
C0M5Y89K20 
(0%,5%,89%,20%)
(0.00/0.05/0.89/0.20)	

CMYK percentages

%0
%5.39
%89.22
%20

Codes

Color #CCC116 in popluar color models

CCC116
RGB20419322
HSL56°80.53%44.31%
HSB/HSV56°89.22%80.00%
CMYK0.00%5.39%89.22%
20.00%

Color #CCC116 in popluar number systems.

HEXCCC116
Decimal20419322
Binary110011001100000110110
Octal31430126

Shades and tints

Shades of #CCC116

#CCC116
(204,193,22)
#BAB014
(186,176,20)
#A89F12
(168,159,18)
#968E10
(150,142,16)
#847D0E
(132,125,14)
#726C0C
(114,108,12)
#605B0A
(96,91,10)
#4E4A08
(78,74,8)
#3C3906
(60,57,6)
#2A2804
(42,40,4)
#181702
(24,23,2)
#000000
(0,0,0)

Tints of #CCC116

#CCC116
(204,193,22)
#D0C62B
(208,198,43)
#D4CB40
(212,203,64)
#D8D055
(216,208,85)
#DCD56A
(220,213,106)
#E0DA7F
(224,218,127)
#E4DF94
(228,223,148)
#E8E4A9
(232,228,169)
#ECE9BE
(236,233,190)
#F0EED3
(240,238,211)
#F4F3E8
(244,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC116 color. Also use rgb(204,193,22) instead hex code.

Text Font Color

.myTextColor { color: #CCC116; }

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

This text font color is #CCC116.


Background Color

.myBgColor { background-color: #CCC116; }

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

This div background color is #CCC116.


Border color

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

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

This div border color is #CCC116.


Opacity

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

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

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

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

This text has shadow with #CCC116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC116 on black background.


Color preview on white background

This text has color #CCC116 on white background.



Black color preview on #CCC116 background

This text has black color on #CCC116 background.


White color preview on #CCC116 background

This text has white color on #CCC116 background.