COLOR #C9B63A

HEX: #C9B63A
RGB: (201,182,58)

Color info

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

RGB color model

#C9B63A color RGB value is (201,182,58).

  • red value is 201;
  • green value is 182;
  • blue value is 58.
RGB:
(201,182,58)
(79%,71%,23%)

RGB channels and saturation

R 201 of 255 = 79%
G 182 of 255 = 71%
B 58 of 255 = 23%

201
182
58

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

Portions of RGB colors in percentages

R + G + B =
201 + 182 + 58 = 441 (100%)
R 201 of 441 ~ 45.58%
G 182 of 441 ~ 41.27%
B 58 of 441 ~ 13.15%

%45.58
%41.27
%13.15

CMYK color model

#C9B63A color CMYK value is (0,9,71,21).

  • cyan value is 0.00%
  • magenta value is 9.45%
  • yellow value is 71.14%
  • key color value is 21.18%
CMYK:
(0,9,71,21)
C0M9Y71K21 
(0%,9%,71%,21%)
(0.00/0.09/0.71/0.21)	

CMYK percentages

%0
%9.45
%71.14
%21.18

Codes

Color #C9B63A in popluar color models

C9B63A
RGB20118258
HSL52°56.97%50.78%
HSB/HSV52°71.14%78.82%
CMYK0.00%9.45%71.14%
21.18%

Color #C9B63A in popluar number systems.

HEXC9B63A
Decimal20118258
Binary1100100110110110111010
Octal31126672

Shades and tints

Shades of #C9B63A

#C9B63A
(201,182,58)
#B7A635
(183,166,53)
#A59630
(165,150,48)
#93862B
(147,134,43)
#817626
(129,118,38)
#6F6621
(111,102,33)
#5D561C
(93,86,28)
#4B4617
(75,70,23)
#393612
(57,54,18)
#27260D
(39,38,13)
#151608
(21,22,8)
#000000
(0,0,0)

Tints of #C9B63A

#C9B63A
(201,182,58)
#CDBC4B
(205,188,75)
#D1C25C
(209,194,92)
#D5C86D
(213,200,109)
#D9CE7E
(217,206,126)
#DDD48F
(221,212,143)
#E1DAA0
(225,218,160)
#E5E0B1
(229,224,177)
#E9E6C2
(233,230,194)
#EDECD3
(237,236,211)
#F1F2E4
(241,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B63A color. Also use rgb(201,182,58) instead hex code.

Text Font Color

.myTextColor { color: #C9B63A; }

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

This text font color is #C9B63A.


Background Color

.myBgColor { background-color: #C9B63A; }

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

This div background color is #C9B63A.


Border color

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

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

This div border color is #C9B63A.


Opacity

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

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

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

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

This text has shadow with #C9B63A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B63A on black background.


Color preview on white background

This text has color #C9B63A on white background.



Black color preview on #C9B63A background

This text has black color on #C9B63A background.


White color preview on #C9B63A background

This text has white color on #C9B63A background.