COLOR #CAA90B

HEX: #CAA90B
RGB: (202,169,11)

Color info

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

RGB color model

#CAA90B color RGB value is (202,169,11).

  • red value is 202;
  • green value is 169;
  • blue value is 11.
RGB:
(202,169,11)
(79%,66%,4%)

RGB channels and saturation

R 202 of 255 = 79%
G 169 of 255 = 66%
B 11 of 255 = 4%

202
169
11

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

Portions of RGB colors in percentages

R + G + B =
202 + 169 + 11 = 382 (100%)
R 202 of 382 ~ 52.88%
G 169 of 382 ~ 44.24%
B 11 of 382 ~ 2.88%

%52.88
%44.24

CMYK color model

#CAA90B color CMYK value is (0,16,95,21).

  • cyan value is 0.00%
  • magenta value is 16.34%
  • yellow value is 94.55%
  • key color value is 20.78%
CMYK:
(0,16,95,21)
C0M16Y95K21 
(0%,16%,95%,21%)
(0.00/0.16/0.95/0.21)	

CMYK percentages

%0
%16.34
%94.55
%20.78

Codes

Color #CAA90B in popluar color models

CAA90B
RGB20216911
HSL50°89.67%41.76%
HSB/HSV50°94.55%79.22%
CMYK0.00%16.34%94.55%
20.78%

Color #CAA90B in popluar number systems.

HEXCAA90B
Decimal20216911
Binary11001010101010011011
Octal31225113

Shades and tints

Shades of #CAA90B

#CAA90B
(202,169,11)
#B89A0A
(184,154,10)
#A68B09
(166,139,9)
#947C08
(148,124,8)
#826D07
(130,109,7)
#705E06
(112,94,6)
#5E4F05
(94,79,5)
#4C4004
(76,64,4)
#3A3103
(58,49,3)
#282202
(40,34,2)
#161301
(22,19,1)
#000000
(0,0,0)

Tints of #CAA90B

#CAA90B
(202,169,11)
#CEB021
(206,176,33)
#D2B737
(210,183,55)
#D6BE4D
(214,190,77)
#DAC563
(218,197,99)
#DECC79
(222,204,121)
#E2D38F
(226,211,143)
#E6DAA5
(230,218,165)
#EAE1BB
(234,225,187)
#EEE8D1
(238,232,209)
#F2EFE7
(242,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAA90B color. Also use rgb(202,169,11) instead hex code.

Text Font Color

.myTextColor { color: #CAA90B; }

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

This text font color is #CAA90B.


Background Color

.myBgColor { background-color: #CAA90B; }

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

This div background color is #CAA90B.


Border color

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

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

This div border color is #CAA90B.


Opacity

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

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

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

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

This text has shadow with #CAA90B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA90B on black background.


Color preview on white background

This text has color #CAA90B on white background.



Black color preview on #CAA90B background

This text has black color on #CAA90B background.


White color preview on #CAA90B background

This text has white color on #CAA90B background.