COLOR #CAB201

HEX: #CAB201
RGB: (202,178,1)

Color info

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

RGB color model

#CAB201 color RGB value is (202,178,1).

  • red value is 202;
  • green value is 178;
  • blue value is 1.
RGB:
(202,178,1)
(79%,70%,0%)

RGB channels and saturation

R 202 of 255 = 79%
G 178 of 255 = 70%
B 1 of 255 = 0%

202
178
1

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

Portions of RGB colors in percentages

R + G + B =
202 + 178 + 1 = 381 (100%)
R 202 of 381 ~ 53.02%
G 178 of 381 ~ 46.72%
B 1 of 381 ~ 0.26%

%53.02
%46.72

CMYK color model

#CAB201 color CMYK value is (0,12,100,21).

  • cyan value is 0.00%
  • magenta value is 11.88%
  • yellow value is 99.50%
  • key color value is 20.78%
CMYK:
(0,12,100,21)
C0M12Y100K21 
(0%,12%,100%,21%)
(0.00/0.12/1.00/0.21)	

CMYK percentages

%0
%11.88
%99.5
%20.78

Codes

Color #CAB201 in popluar color models

CAB201
RGB2021781
HSL53°99.01%39.80%
HSB/HSV53°99.50%79.22%
CMYK0.00%11.88%99.50%
20.78%

Color #CAB201 in popluar number systems.

HEXCAB201
Decimal2021781
Binary11001010101100101
Octal3122621

Shades and tints

Shades of #CAB201

#CAB201
(202,178,1)
#B8A201
(184,162,1)
#A69201
(166,146,1)
#948201
(148,130,1)
#827201
(130,114,1)
#706201
(112,98,1)
#5E5201
(94,82,1)
#4C4201
(76,66,1)
#3A3201
(58,50,1)
#282201
(40,34,1)
#161201
(22,18,1)
#000000
(0,0,0)

Tints of #CAB201

#CAB201
(202,178,1)
#CEB918
(206,185,24)
#D2C02F
(210,192,47)
#D6C746
(214,199,70)
#DACE5D
(218,206,93)
#DED574
(222,213,116)
#E2DC8B
(226,220,139)
#E6E3A2
(230,227,162)
#EAEAB9
(234,234,185)
#EEF1D0
(238,241,208)
#F2F8E7
(242,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAB201 color. Also use rgb(202,178,1) instead hex code.

Text Font Color

.myTextColor { color: #CAB201; }

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

This text font color is #CAB201.


Background Color

.myBgColor { background-color: #CAB201; }

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

This div background color is #CAB201.


Border color

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

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

This div border color is #CAB201.


Opacity

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

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

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

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

This text has shadow with #CAB201 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB201 on black background.


Color preview on white background

This text has color #CAB201 on white background.



Black color preview on #CAB201 background

This text has black color on #CAB201 background.


White color preview on #CAB201 background

This text has white color on #CAB201 background.