COLOR #CCB645

HEX: #CCB645
RGB: (204,182,69)

Color info

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

RGB color model

#CCB645 color RGB value is (204,182,69).

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

RGB channels and saturation

R 204 of 255 = 80%
G 182 of 255 = 71%
B 69 of 255 = 27%

204
182
69

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

Portions of RGB colors in percentages

R + G + B =
204 + 182 + 69 = 455 (100%)
R 204 of 455 ~ 44.84%
G 182 of 455 ~ 40%
B 69 of 455 ~ 15.16%

%44.84
%40
%15.16

CMYK color model

#CCB645 color CMYK value is (0,11,66,20).

  • cyan value is 0.00%
  • magenta value is 10.78%
  • yellow value is 66.18%
  • key color value is 20.00%
CMYK:
(0,11,66,20)
C0M11Y66K20 
(0%,11%,66%,20%)
(0.00/0.11/0.66/0.20)	

CMYK percentages

%0
%10.78
%66.18
%20

Codes

Color #CCB645 in popluar color models

CCB645
RGB20418269
HSL50°56.96%53.53%
HSB/HSV50°66.18%80.00%
CMYK0.00%10.78%66.18%
20.00%

Color #CCB645 in popluar number systems.

HEXCCB645
Decimal20418269
Binary11001100101101101000101
Octal314266105

Shades and tints

Shades of #CCB645

#CCB645
(204,182,69)
#BAA63F
(186,166,63)
#A89639
(168,150,57)
#968633
(150,134,51)
#84762D
(132,118,45)
#726627
(114,102,39)
#605621
(96,86,33)
#4E461B
(78,70,27)
#3C3615
(60,54,21)
#2A260F
(42,38,15)
#181609
(24,22,9)
#000000
(0,0,0)

Tints of #CCB645

#CCB645
(204,182,69)
#D0BC55
(208,188,85)
#D4C265
(212,194,101)
#D8C875
(216,200,117)
#DCCE85
(220,206,133)
#E0D495
(224,212,149)
#E4DAA5
(228,218,165)
#E8E0B5
(232,224,181)
#ECE6C5
(236,230,197)
#F0ECD5
(240,236,213)
#F4F2E5
(244,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB645; }

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

This text font color is #CCB645.


Background Color

.myBgColor { background-color: #CCB645; }

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

This div background color is #CCB645.


Border color

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

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

This div border color is #CCB645.


Opacity

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

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

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

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

This text has shadow with #CCB645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB645 on black background.


Color preview on white background

This text has color #CCB645 on white background.



Black color preview on #CCB645 background

This text has black color on #CCB645 background.


White color preview on #CCB645 background

This text has white color on #CCB645 background.