COLOR #C6AA09

HEX: #C6AA09
RGB: (198,170,9)

Renk bilgisi

#C6AA09 contains mainly red and green colors. #C6AA09 ‘ nin web güvenlik rengi #CC9900 (ya da #C90) dir.

RGB renk modeli

#C6AA09 color RGB value is (198,170,9).

  • kırmız ton 198;
  • yeşil ton 170;
  • mavi ton 9.
RGB:
(198,170,9)
(78%,67%,4%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 170 of 255 = 67%
B 9 of 255 = 4%

198
170
9

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 170 + 9 = 377 (100%)
R 198 of 377 ~ 52.52%
G 170 of 377 ~ 45.09%
B 9 of 377 ~ 2.39%

%52.52
%45.09

CMYK RENK MODELİ

#C6AA09 rengi CMYK tonu (0,14,95,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.14%
  • sarı tonu 95.45%
  • ana renk tonu 22.35%
CMYK:
(0,14,95,22)
C0M14Y95K22 
(0%,14%,95%,22%)
(0.00/0.14/0.95/0.22)	

CMYK yüzdeleri

%0
%14.14
%95.45
%22.35

Codes

Color #C6AA09 in popluar color models

C6AA09
RGB1981709
HSL51°91.30%40.59%
HSB/HSV51°95.45%77.65%
CMYK0.00%14.14%95.45%
22.35%

Color #C6AA09 in popluar number systems.

HEXC6AA09
Decimal1981709
Binary11000110101010101001
Octal30625211

Shades and tints

Shades of #C6AA09

#C6AA09
(198,170,9)
#B49B09
(180,155,9)
#A28C09
(162,140,9)
#907D09
(144,125,9)
#7E6E09
(126,110,9)
#6C5F09
(108,95,9)
#5A5009
(90,80,9)
#484109
(72,65,9)
#363209
(54,50,9)
#242309
(36,35,9)
#121409
(18,20,9)
#000000
(0,0,0)

Tints of #C6AA09

#C6AA09
(198,170,9)
#CBB11F
(203,177,31)
#D0B835
(208,184,53)
#D5BF4B
(213,191,75)
#DAC661
(218,198,97)
#DFCD77
(223,205,119)
#E4D48D
(228,212,141)
#E9DBA3
(233,219,163)
#EEE2B9
(238,226,185)
#F3E9CF
(243,233,207)
#F8F0E5
(248,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6AA09 color. Also use rgb(198,170,9) instead hex code.

Text Font Color

.myTextColor { color: #C6AA09; }

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

This text font color is #C6AA09.


Background Color

.myBgColor { background-color: #C6AA09; }

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

This div background color is #C6AA09.


Border color

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

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

This div border color is #C6AA09.


Opacity

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

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

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

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

This text has shadow with #C6AA09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AA09 on black background.


Color preview on white background

This text has color #C6AA09 on white background.



Black color preview on #C6AA09 background

This text has black color on #C6AA09 background.


White color preview on #C6AA09 background

This text has white color on #C6AA09 background.