COLOR #C69000

HEX: #C69000
RGB: (198,144,0)

Color info

#C69000 contains only red and green colors. Web safe color of #C69000 is #CC9900 (or #C90).

RGB color model

#C69000 color RGB value is (198,144,0).

  • red value is 198;
  • green value is 144;
  • blue value is 0.
RGB:
(198,144,0)
(78%,56%,0%)

RGB channels and saturation

R 198 of 255 = 78%
G 144 of 255 = 56%
B 0 of 255 = 0%

198
144
0

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

Portions of RGB colors in percentages

R + G + B =
198 + 144 + 0 = 342 (100%)
R 198 of 342 ~ 57.89%
G 144 of 342 ~ 42.11%
B 0 of 342 ~ 0%

%57.89
%42.11

CMYK color model

#C69000 color CMYK value is (0,27,100,22).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 100.00%
  • key color value is 22.35%
CMYK:
(0,27,100,22)
C0M27Y100K22 
(0%,27%,100%,22%)
(0.00/0.27/1.00/0.22)	

CMYK percentages

%0
%27.27
%100
%22.35

Codes

Color #C69000 in popluar color models

C69000
RGB1981440
HSL44°100.00%38.82%
HSB/HSV44°100.00%77.65%
CMYK0.00%27.27%100.00%
22.35%

Color #C69000 in popluar number systems.

HEXC69000
Decimal1981440
Binary11000110100100000
Octal3062200

Shades and tints

Shades of #C69000

#C69000
(198,144,0)
#B48300
(180,131,0)
#A27600
(162,118,0)
#906900
(144,105,0)
#7E5C00
(126,92,0)
#6C4F00
(108,79,0)
#5A4200
(90,66,0)
#483500
(72,53,0)
#362800
(54,40,0)
#241B00
(36,27,0)
#120E00
(18,14,0)
#000000
(0,0,0)

Tints of #C69000

#C69000
(198,144,0)
#CB9A17
(203,154,23)
#D0A42E
(208,164,46)
#D5AE45
(213,174,69)
#DAB85C
(218,184,92)
#DFC273
(223,194,115)
#E4CC8A
(228,204,138)
#E9D6A1
(233,214,161)
#EEE0B8
(238,224,184)
#F3EACF
(243,234,207)
#F8F4E6
(248,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69000 color. Also use rgb(198,144,0) instead hex code.

Text Font Color

.myTextColor { color: #C69000; }

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

This text font color is #C69000.


Background Color

.myBgColor { background-color: #C69000; }

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

This div background color is #C69000.


Border color

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

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

This div border color is #C69000.


Opacity

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

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

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

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

This text has shadow with #C69000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69000 on black background.


Color preview on white background

This text has color #C69000 on white background.



Black color preview on #C69000 background

This text has black color on #C69000 background.


White color preview on #C69000 background

This text has white color on #C69000 background.