COLOR #CEB116

HEX: #CEB116
RGB: (206,177,22)

Color info

#CEB116 contains mainly red and green colors. Web safe color of #CEB116 is #CC9900 (or #C90).

RGB color model

#CEB116 color RGB value is (206,177,22).

  • red value is 206;
  • green value is 177;
  • blue value is 22.
RGB:
(206,177,22)
(81%,69%,9%)

RGB channels and saturation

R 206 of 255 = 81%
G 177 of 255 = 69%
B 22 of 255 = 9%

206
177
22

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

Portions of RGB colors in percentages

R + G + B =
206 + 177 + 22 = 405 (100%)
R 206 of 405 ~ 50.86%
G 177 of 405 ~ 43.7%
B 22 of 405 ~ 5.43%

%50.86
%43.7

CMYK color model

#CEB116 color CMYK value is (0,14,89,19).

  • cyan value is 0.00%
  • magenta value is 14.08%
  • yellow value is 89.32%
  • key color value is 19.22%
CMYK:
(0,14,89,19)
C0M14Y89K19 
(0%,14%,89%,19%)
(0.00/0.14/0.89/0.19)	

CMYK percentages

%0
%14.08
%89.32
%19.22

Codes

Color #CEB116 in popluar color models

CEB116
RGB20617722
HSL51°80.70%44.71%
HSB/HSV51°89.32%80.78%
CMYK0.00%14.08%89.32%
19.22%

Color #CEB116 in popluar number systems.

HEXCEB116
Decimal20617722
Binary110011101011000110110
Octal31626126

Shades and tints

Shades of #CEB116

#CEB116
(206,177,22)
#BCA114
(188,161,20)
#AA9112
(170,145,18)
#988110
(152,129,16)
#86710E
(134,113,14)
#74610C
(116,97,12)
#62510A
(98,81,10)
#504108
(80,65,8)
#3E3106
(62,49,6)
#2C2104
(44,33,4)
#1A1102
(26,17,2)
#000000
(0,0,0)

Tints of #CEB116

#CEB116
(206,177,22)
#D2B82B
(210,184,43)
#D6BF40
(214,191,64)
#DAC655
(218,198,85)
#DECD6A
(222,205,106)
#E2D47F
(226,212,127)
#E6DB94
(230,219,148)
#EAE2A9
(234,226,169)
#EEE9BE
(238,233,190)
#F2F0D3
(242,240,211)
#F6F7E8
(246,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB116 color. Also use rgb(206,177,22) instead hex code.

Text Font Color

.myTextColor { color: #CEB116; }

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

This text font color is #CEB116.


Background Color

.myBgColor { background-color: #CEB116; }

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

This div background color is #CEB116.


Border color

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

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

This div border color is #CEB116.


Opacity

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

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

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

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

This text has shadow with #CEB116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB116 on black background.


Color preview on white background

This text has color #CEB116 on white background.



Black color preview on #CEB116 background

This text has black color on #CEB116 background.


White color preview on #CEB116 background

This text has white color on #CEB116 background.