COLOR #CFA55B

HEX: #CFA55B
RGB: (207,165,91)

Color info

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

RGB color model

#CFA55B color RGB value is (207,165,91).

  • red value is 207;
  • green value is 165;
  • blue value is 91.
RGB:
(207,165,91)
(81%,65%,36%)

RGB channels and saturation

R 207 of 255 = 81%
G 165 of 255 = 65%
B 91 of 255 = 36%

207
165
91

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

Portions of RGB colors in percentages

R + G + B =
207 + 165 + 91 = 463 (100%)
R 207 of 463 ~ 44.71%
G 165 of 463 ~ 35.64%
B 91 of 463 ~ 19.65%

%44.71
%35.64
%19.65

CMYK color model

#CFA55B color CMYK value is (0,20,56,19).

  • cyan value is 0.00%
  • magenta value is 20.29%
  • yellow value is 56.04%
  • key color value is 18.82%
CMYK:
(0,20,56,19)
C0M20Y56K19 
(0%,20%,56%,19%)
(0.00/0.20/0.56/0.19)	

CMYK percentages

%0
%20.29
%56.04
%18.82

Codes

Color #CFA55B in popluar color models

CFA55B
RGB20716591
HSL38°54.72%58.43%
HSB/HSV38°56.04%81.18%
CMYK0.00%20.29%56.04%
18.82%

Color #CFA55B in popluar number systems.

HEXCFA55B
Decimal20716591
Binary11001111101001011011011
Octal317245133

Shades and tints

Shades of #CFA55B

#CFA55B
(207,165,91)
#BD9653
(189,150,83)
#AB874B
(171,135,75)
#997843
(153,120,67)
#87693B
(135,105,59)
#755A33
(117,90,51)
#634B2B
(99,75,43)
#513C23
(81,60,35)
#3F2D1B
(63,45,27)
#2D1E13
(45,30,19)
#1B0F0B
(27,15,11)
#000000
(0,0,0)

Tints of #CFA55B

#CFA55B
(207,165,91)
#D3AD69
(211,173,105)
#D7B577
(215,181,119)
#DBBD85
(219,189,133)
#DFC593
(223,197,147)
#E3CDA1
(227,205,161)
#E7D5AF
(231,213,175)
#EBDDBD
(235,221,189)
#EFE5CB
(239,229,203)
#F3EDD9
(243,237,217)
#F7F5E7
(247,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFA55B color. Also use rgb(207,165,91) instead hex code.

Text Font Color

.myTextColor { color: #CFA55B; }

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

This text font color is #CFA55B.


Background Color

.myBgColor { background-color: #CFA55B; }

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

This div background color is #CFA55B.


Border color

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

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

This div border color is #CFA55B.


Opacity

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

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

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

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

This text has shadow with #CFA55B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFA55B on black background.


Color preview on white background

This text has color #CFA55B on white background.



Black color preview on #CFA55B background

This text has black color on #CFA55B background.


White color preview on #CFA55B background

This text has white color on #CFA55B background.