COLOR #CCB031

HEX: #CCB031
RGB: (204,176,49)

Color info

#CCB031 contains mainly red and green colors. Web safe color of #CCB031 is #CC9933 (or #C93).

RGB color model

#CCB031 color RGB value is (204,176,49).

  • red value is 204;
  • green value is 176;
  • blue value is 49.
RGB:
(204,176,49)
(80%,69%,19%)

RGB channels and saturation

R 204 of 255 = 80%
G 176 of 255 = 69%
B 49 of 255 = 19%

204
176
49

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

Portions of RGB colors in percentages

R + G + B =
204 + 176 + 49 = 429 (100%)
R 204 of 429 ~ 47.55%
G 176 of 429 ~ 41.03%
B 49 of 429 ~ 11.42%

%47.55
%41.03
%11.42

CMYK color model

#CCB031 color CMYK value is (0,14,76,20).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 75.98%
  • key color value is 20.00%
CMYK:
(0,14,76,20)
C0M14Y76K20 
(0%,14%,76%,20%)
(0.00/0.14/0.76/0.20)	

CMYK percentages

%0
%13.73
%75.98
%20

Codes

Color #CCB031 in popluar color models

CCB031
RGB20417649
HSL49°61.26%49.61%
HSB/HSV49°75.98%80.00%
CMYK0.00%13.73%75.98%
20.00%

Color #CCB031 in popluar number systems.

HEXCCB031
Decimal20417649
Binary1100110010110000110001
Octal31426061

Shades and tints

Shades of #CCB031

#CCB031
(204,176,49)
#BAA02D
(186,160,45)
#A89029
(168,144,41)
#968025
(150,128,37)
#847021
(132,112,33)
#72601D
(114,96,29)
#605019
(96,80,25)
#4E4015
(78,64,21)
#3C3011
(60,48,17)
#2A200D
(42,32,13)
#181009
(24,16,9)
#000000
(0,0,0)

Tints of #CCB031

#CCB031
(204,176,49)
#D0B743
(208,183,67)
#D4BE55
(212,190,85)
#D8C567
(216,197,103)
#DCCC79
(220,204,121)
#E0D38B
(224,211,139)
#E4DA9D
(228,218,157)
#E8E1AF
(232,225,175)
#ECE8C1
(236,232,193)
#F0EFD3
(240,239,211)
#F4F6E5
(244,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB031 color. Also use rgb(204,176,49) instead hex code.

Text Font Color

.myTextColor { color: #CCB031; }

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

This text font color is #CCB031.


Background Color

.myBgColor { background-color: #CCB031; }

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

This div background color is #CCB031.


Border color

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

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

This div border color is #CCB031.


Opacity

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

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

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

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

This text has shadow with #CCB031 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB031 on black background.


Color preview on white background

This text has color #CCB031 on white background.



Black color preview on #CCB031 background

This text has black color on #CCB031 background.


White color preview on #CCB031 background

This text has white color on #CCB031 background.