COLOR #CC861D

HEX: #CC861D
RGB: (204,134,29)

Color info

#CC861D contains mainly red color. Web safe color of #CC861D is #CC9933 (or #C93).

RGB color model

#CC861D color RGB value is (204,134,29).

  • red value is 204;
  • green value is 134;
  • blue value is 29.
RGB:
(204,134,29)
(80%,53%,11%)

RGB channels and saturation

R 204 of 255 = 80%
G 134 of 255 = 53%
B 29 of 255 = 11%

204
134
29

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

Portions of RGB colors in percentages

R + G + B =
204 + 134 + 29 = 367 (100%)
R 204 of 367 ~ 55.59%
G 134 of 367 ~ 36.51%
B 29 of 367 ~ 7.9%

%55.59
%36.51

CMYK color model

#CC861D color CMYK value is (0,34,86,20).

  • cyan value is 0.00%
  • magenta value is 34.31%
  • yellow value is 85.78%
  • key color value is 20.00%
CMYK:
(0,34,86,20)
C0M34Y86K20 
(0%,34%,86%,20%)
(0.00/0.34/0.86/0.20)	

CMYK percentages

%0
%34.31
%85.78
%20

Codes

Color #CC861D in popluar color models

CC861D
RGB20413429
HSL36°75.11%45.69%
HSB/HSV36°85.78%80.00%
CMYK0.00%34.31%85.78%
20.00%

Color #CC861D in popluar number systems.

HEXCC861D
Decimal20413429
Binary110011001000011011101
Octal31420635

Shades and tints

Shades of #CC861D

#CC861D
(204,134,29)
#BA7A1B
(186,122,27)
#A86E19
(168,110,25)
#966217
(150,98,23)
#845615
(132,86,21)
#724A13
(114,74,19)
#603E11
(96,62,17)
#4E320F
(78,50,15)
#3C260D
(60,38,13)
#2A1A0B
(42,26,11)
#180E09
(24,14,9)
#000000
(0,0,0)

Tints of #CC861D

#CC861D
(204,134,29)
#D09131
(208,145,49)
#D49C45
(212,156,69)
#D8A759
(216,167,89)
#DCB26D
(220,178,109)
#E0BD81
(224,189,129)
#E4C895
(228,200,149)
#E8D3A9
(232,211,169)
#ECDEBD
(236,222,189)
#F0E9D1
(240,233,209)
#F4F4E5
(244,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC861D color. Also use rgb(204,134,29) instead hex code.

Text Font Color

.myTextColor { color: #CC861D; }

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

This text font color is #CC861D.


Background Color

.myBgColor { background-color: #CC861D; }

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

This div background color is #CC861D.


Border color

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

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

This div border color is #CC861D.


Opacity

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

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

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

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

This text has shadow with #CC861D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC861D on black background.


Color preview on white background

This text has color #CC861D on white background.



Black color preview on #CC861D background

This text has black color on #CC861D background.


White color preview on #CC861D background

This text has white color on #CC861D background.