COLOR #C69E21

HEX: #C69E21
RGB: (198,158,33)

Color info

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

RGB color model

#C69E21 color RGB value is (198,158,33).

  • red value is 198;
  • green value is 158;
  • blue value is 33.
RGB:
(198,158,33)
(78%,62%,13%)

RGB channels and saturation

R 198 of 255 = 78%
G 158 of 255 = 62%
B 33 of 255 = 13%

198
158
33

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

Portions of RGB colors in percentages

R + G + B =
198 + 158 + 33 = 389 (100%)
R 198 of 389 ~ 50.9%
G 158 of 389 ~ 40.62%
B 33 of 389 ~ 8.48%

%50.9
%40.62

CMYK color model

#C69E21 color CMYK value is (0,20,83,22).

  • cyan value is 0.00%
  • magenta value is 20.20%
  • yellow value is 83.33%
  • key color value is 22.35%
CMYK:
(0,20,83,22)
C0M20Y83K22 
(0%,20%,83%,22%)
(0.00/0.20/0.83/0.22)	

CMYK percentages

%0
%20.2
%83.33
%22.35

Codes

Color #C69E21 in popluar color models

C69E21
RGB19815833
HSL45°71.43%45.29%
HSB/HSV45°83.33%77.65%
CMYK0.00%20.20%83.33%
22.35%

Color #C69E21 in popluar number systems.

HEXC69E21
Decimal19815833
Binary1100011010011110100001
Octal30623641

Shades and tints

Shades of #C69E21

#C69E21
(198,158,33)
#B4901E
(180,144,30)
#A2821B
(162,130,27)
#907418
(144,116,24)
#7E6615
(126,102,21)
#6C5812
(108,88,18)
#5A4A0F
(90,74,15)
#483C0C
(72,60,12)
#362E09
(54,46,9)
#242006
(36,32,6)
#121203
(18,18,3)
#000000
(0,0,0)

Tints of #C69E21

#C69E21
(198,158,33)
#CBA635
(203,166,53)
#D0AE49
(208,174,73)
#D5B65D
(213,182,93)
#DABE71
(218,190,113)
#DFC685
(223,198,133)
#E4CE99
(228,206,153)
#E9D6AD
(233,214,173)
#EEDEC1
(238,222,193)
#F3E6D5
(243,230,213)
#F8EEE9
(248,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69E21 color. Also use rgb(198,158,33) instead hex code.

Text Font Color

.myTextColor { color: #C69E21; }

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

This text font color is #C69E21.


Background Color

.myBgColor { background-color: #C69E21; }

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

This div background color is #C69E21.


Border color

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

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

This div border color is #C69E21.


Opacity

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

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

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

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

This text has shadow with #C69E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69E21 on black background.


Color preview on white background

This text has color #C69E21 on white background.



Black color preview on #C69E21 background

This text has black color on #C69E21 background.


White color preview on #C69E21 background

This text has white color on #C69E21 background.