COLOR #C9B714

HEX: #C9B714
RGB: (201,183,20)

Color info

#C9B714 contains mainly red and green colors. Web safe color of #C9B714 is #CCCC00 (or #CC0).

RGB color model

#C9B714 color RGB value is (201,183,20).

  • red value is 201;
  • green value is 183;
  • blue value is 20.
RGB:
(201,183,20)
(79%,72%,8%)

RGB channels and saturation

R 201 of 255 = 79%
G 183 of 255 = 72%
B 20 of 255 = 8%

201
183
20

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

Portions of RGB colors in percentages

R + G + B =
201 + 183 + 20 = 404 (100%)
R 201 of 404 ~ 49.75%
G 183 of 404 ~ 45.3%
B 20 of 404 ~ 4.95%

%49.75
%45.3

CMYK color model

#C9B714 color CMYK value is (0,9,90,21).

  • cyan value is 0.00%
  • magenta value is 8.96%
  • yellow value is 90.05%
  • key color value is 21.18%
CMYK:
(0,9,90,21)
C0M9Y90K21 
(0%,9%,90%,21%)
(0.00/0.09/0.90/0.21)	

CMYK percentages

%0
%8.96
%90.05
%21.18

Codes

Color #C9B714 in popluar color models

C9B714
RGB20118320
HSL54°81.90%43.33%
HSB/HSV54°90.05%78.82%
CMYK0.00%8.96%90.05%
21.18%

Color #C9B714 in popluar number systems.

HEXC9B714
Decimal20118320
Binary110010011011011110100
Octal31126724

Shades and tints

Shades of #C9B714

#C9B714
(201,183,20)
#B7A713
(183,167,19)
#A59712
(165,151,18)
#938711
(147,135,17)
#817710
(129,119,16)
#6F670F
(111,103,15)
#5D570E
(93,87,14)
#4B470D
(75,71,13)
#39370C
(57,55,12)
#27270B
(39,39,11)
#15170A
(21,23,10)
#000000
(0,0,0)

Tints of #C9B714

#C9B714
(201,183,20)
#CDBD29
(205,189,41)
#D1C33E
(209,195,62)
#D5C953
(213,201,83)
#D9CF68
(217,207,104)
#DDD57D
(221,213,125)
#E1DB92
(225,219,146)
#E5E1A7
(229,225,167)
#E9E7BC
(233,231,188)
#EDEDD1
(237,237,209)
#F1F3E6
(241,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B714 color. Also use rgb(201,183,20) instead hex code.

Text Font Color

.myTextColor { color: #C9B714; }

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

This text font color is #C9B714.


Background Color

.myBgColor { background-color: #C9B714; }

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

This div background color is #C9B714.


Border color

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

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

This div border color is #C9B714.


Opacity

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

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

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

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

This text has shadow with #C9B714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B714 on black background.


Color preview on white background

This text has color #C9B714 on white background.



Black color preview on #C9B714 background

This text has black color on #C9B714 background.


White color preview on #C9B714 background

This text has white color on #C9B714 background.