COLOR #CCC739

HEX: #CCC739
RGB: (204,199,57)

Renk bilgisi

#CCC739 contains mainly red and green colors. #CCC739 ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#CCC739 color RGB value is (204,199,57).

  • kırmız ton 204;
  • yeşil ton 199;
  • mavi ton 57.
RGB:
(204,199,57)
(80%,78%,22%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 199 of 255 = 78%
B 57 of 255 = 22%

204
199
57

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

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 199 + 57 = 460 (100%)
R 204 of 460 ~ 44.35%
G 199 of 460 ~ 43.26%
B 57 of 460 ~ 12.39%

%44.35
%43.26
%12.39

CMYK RENK MODELİ

#CCC739 rengi CMYK tonu (0,2,72,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.45%
  • sarı tonu 72.06%
  • ana renk tonu 20.00%
CMYK:
(0,2,72,20)
C0M2Y72K20 
(0%,2%,72%,20%)
(0.00/0.02/0.72/0.20)	

CMYK yüzdeleri

%0
%2.45
%72.06
%20

Codes

Color #CCC739 in popluar color models

CCC739
RGB20419957
HSL58°59.04%51.18%
HSB/HSV58°72.06%80.00%
CMYK0.00%2.45%72.06%
20.00%

Color #CCC739 in popluar number systems.

HEXCCC739
Decimal20419957
Binary1100110011000111111001
Octal31430771

Shades and tints

Shades of #CCC739

#CCC739
(204,199,57)
#BAB534
(186,181,52)
#A8A32F
(168,163,47)
#96912A
(150,145,42)
#847F25
(132,127,37)
#726D20
(114,109,32)
#605B1B
(96,91,27)
#4E4916
(78,73,22)
#3C3711
(60,55,17)
#2A250C
(42,37,12)
#181307
(24,19,7)
#000000
(0,0,0)

Tints of #CCC739

#CCC739
(204,199,57)
#D0CC4B
(208,204,75)
#D4D15D
(212,209,93)
#D8D66F
(216,214,111)
#DCDB81
(220,219,129)
#E0E093
(224,224,147)
#E4E5A5
(228,229,165)
#E8EAB7
(232,234,183)
#ECEFC9
(236,239,201)
#F0F4DB
(240,244,219)
#F4F9ED
(244,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC739 color. Also use rgb(204,199,57) instead hex code.

Text Font Color

.myTextColor { color: #CCC739; }

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

This text font color is #CCC739.


Background Color

.myBgColor { background-color: #CCC739; }

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

This div background color is #CCC739.


Border color

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

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

This div border color is #CCC739.


Opacity

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

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

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

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

This text has shadow with #CCC739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC739 on black background.


Color preview on white background

This text has color #CCC739 on white background.



Black color preview on #CCC739 background

This text has black color on #CCC739 background.


White color preview on #CCC739 background

This text has white color on #CCC739 background.