COLOR #CCB643

HEX: #CCB643
RGB: (204,182,67)

Color info

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

RGB color model

#CCB643 color RGB value is (204,182,67).

  • red value is 204;
  • green value is 182;
  • blue value is 67.
RGB:
(204,182,67)
(80%,71%,26%)

RGB channels and saturation

R 204 of 255 = 80%
G 182 of 255 = 71%
B 67 of 255 = 26%

204
182
67

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

Portions of RGB colors in percentages

R + G + B =
204 + 182 + 67 = 453 (100%)
R 204 of 453 ~ 45.03%
G 182 of 453 ~ 40.18%
B 67 of 453 ~ 14.79%

%45.03
%40.18
%14.79

CMYK color model

#CCB643 color CMYK value is (0,11,67,20).

  • cyan value is 0.00%
  • magenta value is 10.78%
  • yellow value is 67.16%
  • key color value is 20.00%
CMYK:
(0,11,67,20)
C0M11Y67K20 
(0%,11%,67%,20%)
(0.00/0.11/0.67/0.20)	

CMYK percentages

%0
%10.78
%67.16
%20

Codes

Color #CCB643 in popluar color models

CCB643
RGB20418267
HSL50°57.32%53.14%
HSB/HSV50°67.16%80.00%
CMYK0.00%10.78%67.16%
20.00%

Color #CCB643 in popluar number systems.

HEXCCB643
Decimal20418267
Binary11001100101101101000011
Octal314266103

Shades and tints

Shades of #CCB643

#CCB643
(204,182,67)
#BAA63D
(186,166,61)
#A89637
(168,150,55)
#968631
(150,134,49)
#84762B
(132,118,43)
#726625
(114,102,37)
#60561F
(96,86,31)
#4E4619
(78,70,25)
#3C3613
(60,54,19)
#2A260D
(42,38,13)
#181607
(24,22,7)
#000000
(0,0,0)

Tints of #CCB643

#CCB643
(204,182,67)
#D0BC54
(208,188,84)
#D4C265
(212,194,101)
#D8C876
(216,200,118)
#DCCE87
(220,206,135)
#E0D498
(224,212,152)
#E4DAA9
(228,218,169)
#E8E0BA
(232,224,186)
#ECE6CB
(236,230,203)
#F0ECDC
(240,236,220)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB643 color. Also use rgb(204,182,67) instead hex code.

Text Font Color

.myTextColor { color: #CCB643; }

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

This text font color is #CCB643.


Background Color

.myBgColor { background-color: #CCB643; }

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

This div background color is #CCB643.


Border color

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

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

This div border color is #CCB643.


Opacity

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

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

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

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

This text has shadow with #CCB643 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB643 on black background.


Color preview on white background

This text has color #CCB643 on white background.



Black color preview on #CCB643 background

This text has black color on #CCB643 background.


White color preview on #CCB643 background

This text has white color on #CCB643 background.