COLOR #CFAA02

HEX: #CFAA02 RGB: (207,170,2)

Color info

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

RGB color model

#CFAA02 color RGB value is (207,170,2).

RGB: (207,170,2) (81%, 67%, 1%)

RGB channels and saturation

R 207 of 255 = 81%
G 170 of 255 = 67%
B 2 of 255 = 1%

207
170
2

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

Portions of RGB colors in percentages

R + G + B = 207 + 170 + 2 = 379 (100%)
R 207 of 379 ~ 54.62%
G 170 of 379 ~ 44.85%
B 2 of 379 ~ 0.53'%

%54.62
%44.85

CMYK color model

#CFAA02 color CMYK value is (0,18,99,19).

  • cyan value is 0.00%
  • magenta value is 17.87%
  • yellow value is 99.03%
  • key color value is 18.82%

CMYK: (0,18,99,19)
C0M18Y99K19 (0%, 18%, 99%, 19%)
(0.00 / 0.18 / 0.99 / 0.19)

CMYK percentages

%0
%17.87
%99.03
%18.82

Codes

Color #CFAA02 in popluar color models

CF AA 02
RGB 207 170 2
HSL 49° 98.09% 40.98%
HSB/HSV 49° 99.03% 81.18%
CMYK 0.00% 17.87% 99.03%
18.82%

Color #CFAA02 in popluar number systems.

HEX CF AA 02
Decimal 207 170 2
Binary 11001111 10101010 10
Octal 317 252 2

Shades and tints

Shades of #CFAA02

#CFAA02
(207,170,2)
#BD9B02
(189,155,2)
#AB8C02
(171,140,2)
#997D02
(153,125,2)
#876E02
(135,110,2)
#755F02
(117,95,2)
#635002
(99,80,2)
#514102
(81,65,2)
#3F3202
(63,50,2)
#2D2302
(45,35,2)
#1B1402
(27,20,2)
#000000
(0,0,0)

Tints of #CFAA02

#CFAA02
(207,170,2)
#D3B119
(211,177,25)
#D7B830
(215,184,48)
#DBBF47
(219,191,71)
#DFC65E
(223,198,94)
#E3CD75
(227,205,117)
#E7D48C
(231,212,140)
#EBDBA3
(235,219,163)
#EFE2BA
(239,226,186)
#F3E9D1
(243,233,209)
#F7F0E8
(247,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFAA02 color. Also use rgb(207,170,2) instead hex code.

Text Font Color

.myTextColor { color: #CFAA02; }

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

This text font color is #CFAA02.

Background Color

.myBgColor { background-color: #CFAA02; }

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

This div background color is #CFAA02.

Border color

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

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

This div border color is #CFAA02.

Opacity

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

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

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

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

This text has shadow with #CFAA02 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFAA02.

Preview

Color preview on black background

This text has color #CFAA02 on black background.


Color preview on white background

This text has color #CFAA02 on white background.


Black color preview on #CFAA02 background

This text has black color on #CFAA02 background.


White color preview on #CFAA02 background

This text has white color on #CFAA02 background.


Related colors

Complementary color

Complementary color for #hex is #3055FD.


I love getcolorcode.com

Triadic colors

1 #02CFAA and #AA02CF with #CFAA02 are triadic colors.

2 #02AACF and #AACF02 with #CFAA02 are triadic colors.