COLOR #CEB421

HEX: #CEB421
RGB: (206,180,33)

Color info

#CEB421 contains mainly red and green colors. Web safe color of #CEB421 is #CCCC33 (or #CC3).

RGB color model

#CEB421 color RGB value is (206,180,33).

  • red value is 206;
  • green value is 180;
  • blue value is 33.
RGB:
(206,180,33)
(81%,71%,13%)

RGB channels and saturation

R 206 of 255 = 81%
G 180 of 255 = 71%
B 33 of 255 = 13%

206
180
33

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

Portions of RGB colors in percentages

R + G + B =
206 + 180 + 33 = 419 (100%)
R 206 of 419 ~ 49.16%
G 180 of 419 ~ 42.96%
B 33 of 419 ~ 7.88%

%49.16
%42.96

CMYK color model

#CEB421 color CMYK value is (0,13,84,19).

  • cyan value is 0.00%
  • magenta value is 12.62%
  • yellow value is 83.98%
  • key color value is 19.22%
CMYK:
(0,13,84,19)
C0M13Y84K19 
(0%,13%,84%,19%)
(0.00/0.13/0.84/0.19)	

CMYK percentages

%0
%12.62
%83.98
%19.22

Codes

Color #CEB421 in popluar color models

CEB421
RGB20618033
HSL51°72.38%46.86%
HSB/HSV51°83.98%80.78%
CMYK0.00%12.62%83.98%
19.22%

Color #CEB421 in popluar number systems.

HEXCEB421
Decimal20618033
Binary1100111010110100100001
Octal31626441

Shades and tints

Shades of #CEB421

#CEB421
(206,180,33)
#BCA41E
(188,164,30)
#AA941B
(170,148,27)
#988418
(152,132,24)
#867415
(134,116,21)
#746412
(116,100,18)
#62540F
(98,84,15)
#50440C
(80,68,12)
#3E3409
(62,52,9)
#2C2406
(44,36,6)
#1A1403
(26,20,3)
#000000
(0,0,0)

Tints of #CEB421

#CEB421
(206,180,33)
#D2BA35
(210,186,53)
#D6C049
(214,192,73)
#DAC65D
(218,198,93)
#DECC71
(222,204,113)
#E2D285
(226,210,133)
#E6D899
(230,216,153)
#EADEAD
(234,222,173)
#EEE4C1
(238,228,193)
#F2EAD5
(242,234,213)
#F6F0E9
(246,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB421 color. Also use rgb(206,180,33) instead hex code.

Text Font Color

.myTextColor { color: #CEB421; }

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

This text font color is #CEB421.


Background Color

.myBgColor { background-color: #CEB421; }

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

This div background color is #CEB421.


Border color

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

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

This div border color is #CEB421.


Opacity

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

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

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

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

This text has shadow with #CEB421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB421 on black background.


Color preview on white background

This text has color #CEB421 on white background.



Black color preview on #CEB421 background

This text has black color on #CEB421 background.


White color preview on #CEB421 background

This text has white color on #CEB421 background.