COLOR #CFBD06

HEX: #CFBD06
RGB: (207,189,6)

Color info

#CFBD06 contains mainly red and green colors. Web safe color of #CFBD06 is #CCCC00 (or #CC0).

RGB color model

#CFBD06 color RGB value is (207,189,6).

  • red value is 207;
  • green value is 189;
  • blue value is 6.
RGB:
(207,189,6)
(81%,74%,2%)

RGB channels and saturation

R 207 of 255 = 81%
G 189 of 255 = 74%
B 6 of 255 = 2%

207
189
6

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

Portions of RGB colors in percentages

R + G + B =
207 + 189 + 6 = 402 (100%)
R 207 of 402 ~ 51.49%
G 189 of 402 ~ 47.01%
B 6 of 402 ~ 1.49%

%51.49
%47.01

CMYK color model

#CFBD06 color CMYK value is (0,9,97,19).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 97.10%
  • key color value is 18.82%
CMYK:
(0,9,97,19)
C0M9Y97K19 
(0%,9%,97%,19%)
(0.00/0.09/0.97/0.19)	

CMYK percentages

%0
%8.7
%97.1
%18.82

Codes

Color #CFBD06 in popluar color models

CFBD06
RGB2071896
HSL55°94.37%41.76%
HSB/HSV55°97.10%81.18%
CMYK0.00%8.70%97.10%
18.82%

Color #CFBD06 in popluar number systems.

HEXCFBD06
Decimal2071896
Binary1100111110111101110
Octal3172756

Shades and tints

Shades of #CFBD06

#CFBD06
(207,189,6)
#BDAC06
(189,172,6)
#AB9B06
(171,155,6)
#998A06
(153,138,6)
#877906
(135,121,6)
#756806
(117,104,6)
#635706
(99,87,6)
#514606
(81,70,6)
#3F3506
(63,53,6)
#2D2406
(45,36,6)
#1B1306
(27,19,6)
#000000
(0,0,0)

Tints of #CFBD06

#CFBD06
(207,189,6)
#D3C31C
(211,195,28)
#D7C932
(215,201,50)
#DBCF48
(219,207,72)
#DFD55E
(223,213,94)
#E3DB74
(227,219,116)
#E7E18A
(231,225,138)
#EBE7A0
(235,231,160)
#EFEDB6
(239,237,182)
#F3F3CC
(243,243,204)
#F7F9E2
(247,249,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFBD06 color. Also use rgb(207,189,6) instead hex code.

Text Font Color

.myTextColor { color: #CFBD06; }

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

This text font color is #CFBD06.


Background Color

.myBgColor { background-color: #CFBD06; }

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

This div background color is #CFBD06.


Border color

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

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

This div border color is #CFBD06.


Opacity

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

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

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

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

This text has shadow with #CFBD06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFBD06 on black background.


Color preview on white background

This text has color #CFBD06 on white background.



Black color preview on #CFBD06 background

This text has black color on #CFBD06 background.


White color preview on #CFBD06 background

This text has white color on #CFBD06 background.