COLOR #CFA72F

HEX: #CFA72F RGB: (207,167,47)

Color info

#CFA72F contains mainly red and green colors. Web safe color of #CFA72F is #CC9933 (or #C93).

RGB color model

#CFA72F color RGB value is (207,167,47).

RGB: (207,167,47) (81%, 65%, 18%)

RGB channels and saturation

R 207 of 255 = 81%
G 167 of 255 = 65%
B 47 of 255 = 18%

207
167
47

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

Portions of RGB colors in percentages

R + G + B = 207 + 167 + 47 = 421 (100%)
R 207 of 421 ~ 49.17%
G 167 of 421 ~ 39.67%
B 47 of 421 ~ 11.16'%

%49.17
%39.67
%11.16

CMYK color model

#CFA72F color CMYK value is (0,19,77,19).

  • cyan value is 0.00%
  • magenta value is 19.32%
  • yellow value is 77.29%
  • key color value is 18.82%

CMYK: (0,19,77,19)
C0M19Y77K19 (0%, 19%, 77%, 19%)
(0.00 / 0.19 / 0.77 / 0.19)

CMYK percentages

%0
%19.32
%77.29
%18.82

Codes

Color #CFA72F in popluar color models

CF A7 2F
RGB 207 167 47
HSL 45° 62.99% 49.80%
HSB/HSV 45° 77.29% 81.18%
CMYK 0.00% 19.32% 77.29%
18.82%

Color #CFA72F in popluar number systems.

HEX CF A7 2F
Decimal 207 167 47
Binary 11001111 10100111 101111
Octal 317 247 57

Shades and tints

Shades of #CFA72F

#CFA72F
(207,167,47)
#BD982B
(189,152,43)
#AB8927
(171,137,39)
#997A23
(153,122,35)
#876B1F
(135,107,31)
#755C1B
(117,92,27)
#634D17
(99,77,23)
#513E13
(81,62,19)
#3F2F0F
(63,47,15)
#2D200B
(45,32,11)
#1B1107
(27,17,7)
#000000
(0,0,0)

Tints of #CFA72F

#CFA72F
(207,167,47)
#D3AF41
(211,175,65)
#D7B753
(215,183,83)
#DBBF65
(219,191,101)
#DFC777
(223,199,119)
#E3CF89
(227,207,137)
#E7D79B
(231,215,155)
#EBDFAD
(235,223,173)
#EFE7BF
(239,231,191)
#F3EFD1
(243,239,209)
#F7F7E3
(247,247,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFA72F color. Also use rgb(207,167,47) instead hex code.

Text Font Color

.myTextColor { color: #CFA72F; }

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

This text font color is #CFA72F.

Background Color

.myBgColor { background-color: #CFA72F; }

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

This div background color is #CFA72F.

Border color

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

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

This div border color is #CFA72F.

Opacity

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

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

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

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

This text has shadow with #CFA72F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFA72F.

Preview

Color preview on black background

This text has color #CFA72F on black background.


Color preview on white background

This text has color #CFA72F on white background.


Black color preview on #CFA72F background

This text has black color on #CFA72F background.


White color preview on #CFA72F background

This text has white color on #CFA72F background.


Related colors

Complementary color

Complementary color for #hex is #3058D0.


I love getcolorcode.com

Triadic colors

1 #2FCFA7 and #A72FCF with #CFA72F are triadic colors.

2 #2FA7CF and #A7CF2F with #CFA72F are triadic colors.