COLOR #CFC747

HEX: #CFC747 RGB: (207,199,71)

Color info

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

RGB color model

#CFC747 color RGB value is (207,199,71).

RGB: (207,199,71) (81%, 78%, 28%)

RGB channels and saturation

R 207 of 255 = 81%
G 199 of 255 = 78%
B 71 of 255 = 28%

207
199
71

R + G + B ~ 62%. #CFC747 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 199 + 71 = 477 (100%)
R 207 of 477 ~ 43.4%
G 199 of 477 ~ 41.72%
B 71 of 477 ~ 14.88'%

%43.4
%41.72
%14.88

CMYK color model

#CFC747 color CMYK value is (0,4,66,19).

  • cyan value is 0.00%
  • magenta value is 3.86%
  • yellow value is 65.70%
  • key color value is 18.82%

CMYK: (0,4,66,19)
C0M4Y66K19 (0%, 4%, 66%, 19%)
(0.00 / 0.04 / 0.66 / 0.19)

CMYK percentages

%0
%3.86
%65.7
%18.82

Codes

Color #CFC747 in popluar color models

CF C7 47
RGB 207 199 71
HSL 56° 58.62% 54.51%
HSB/HSV 56° 65.70% 81.18%
CMYK 0.00% 3.86% 65.70%
18.82%

Color #CFC747 in popluar number systems.

HEX CF C7 47
Decimal 207 199 71
Binary 11001111 11000111 1000111
Octal 317 307 107

Shades and tints

Shades of #CFC747

#CFC747
(207,199,71)
#BDB541
(189,181,65)
#ABA33B
(171,163,59)
#999135
(153,145,53)
#877F2F
(135,127,47)
#756D29
(117,109,41)
#635B23
(99,91,35)
#51491D
(81,73,29)
#3F3717
(63,55,23)
#2D2511
(45,37,17)
#1B130B
(27,19,11)
#000000
(0,0,0)

Tints of #CFC747

#CFC747
(207,199,71)
#D3CC57
(211,204,87)
#D7D167
(215,209,103)
#DBD677
(219,214,119)
#DFDB87
(223,219,135)
#E3E097
(227,224,151)
#E7E5A7
(231,229,167)
#EBEAB7
(235,234,183)
#EFEFC7
(239,239,199)
#F3F4D7
(243,244,215)
#F7F9E7
(247,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFC747 color. Also use rgb(207,199,71) instead hex code.

Text Font Color

.myTextColor { color: #CFC747; }

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

This text font color is #CFC747.

Background Color

.myBgColor { background-color: #CFC747; }

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

This div background color is #CFC747.

Border color

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

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

This div border color is #CFC747.

Opacity

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

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

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

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

This text has shadow with #CFC747 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFC747.

Preview

Color preview on black background

This text has color #CFC747 on black background.


Color preview on white background

This text has color #CFC747 on white background.


Black color preview on #CFC747 background

This text has black color on #CFC747 background.


White color preview on #CFC747 background

This text has white color on #CFC747 background.


Related colors

Complementary color

Complementary color for #hex is #3038B8.


I love getcolorcode.com

Triadic colors

1 #47CFC7 and #C747CF with #CFC747 are triadic colors.

2 #47C7CF and #C7CF47 with #CFC747 are triadic colors.