COLOR #CFA959

HEX: #CFA959
RGB: (207,169,89)

Color info

#CFA959 contains mainly red and green colors. Web safe color of #CFA959 is #CC9966 (or #C96).

RGB color model

#CFA959 color RGB value is (207,169,89).

  • red value is 207;
  • green value is 169;
  • blue value is 89.
RGB:
(207,169,89)
(81%,66%,35%)

RGB channels and saturation

R 207 of 255 = 81%
G 169 of 255 = 66%
B 89 of 255 = 35%

207
169
89

R + G + B ~ 61%. #CFA959 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 169 + 89 = 465 (100%)
R 207 of 465 ~ 44.52%
G 169 of 465 ~ 36.34%
B 89 of 465 ~ 19.14%

%44.52
%36.34
%19.14

CMYK color model

#CFA959 color CMYK value is (0,18,57,19).

  • cyan value is 0.00%
  • magenta value is 18.36%
  • yellow value is 57.00%
  • key color value is 18.82%
CMYK:
(0,18,57,19)
C0M18Y57K19 
(0%,18%,57%,19%)
(0.00/0.18/0.57/0.19)	

CMYK percentages

%0
%18.36
%57
%18.82

Codes

Color #CFA959 in popluar color models

CFA959
RGB20716989
HSL41°55.14%58.04%
HSB/HSV41°57.00%81.18%
CMYK0.00%18.36%57.00%
18.82%

Color #CFA959 in popluar number systems.

HEXCFA959
Decimal20716989
Binary11001111101010011011001
Octal317251131

Shades and tints

Shades of #CFA959

#CFA959
(207,169,89)
#BD9A51
(189,154,81)
#AB8B49
(171,139,73)
#997C41
(153,124,65)
#876D39
(135,109,57)
#755E31
(117,94,49)
#634F29
(99,79,41)
#514021
(81,64,33)
#3F3119
(63,49,25)
#2D2211
(45,34,17)
#1B1309
(27,19,9)
#000000
(0,0,0)

Tints of #CFA959

#CFA959
(207,169,89)
#D3B068
(211,176,104)
#D7B777
(215,183,119)
#DBBE86
(219,190,134)
#DFC595
(223,197,149)
#E3CCA4
(227,204,164)
#E7D3B3
(231,211,179)
#EBDAC2
(235,218,194)
#EFE1D1
(239,225,209)
#F3E8E0
(243,232,224)
#F7EFEF
(247,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFA959 color. Also use rgb(207,169,89) instead hex code.

Text Font Color

.myTextColor { color: #CFA959; }

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

This text font color is #CFA959.


Background Color

.myBgColor { background-color: #CFA959; }

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

This div background color is #CFA959.


Border color

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

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

This div border color is #CFA959.


Opacity

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

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

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

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

This text has shadow with #CFA959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFA959 on black background.


Color preview on white background

This text has color #CFA959 on white background.



Black color preview on #CFA959 background

This text has black color on #CFA959 background.


White color preview on #CFA959 background

This text has white color on #CFA959 background.