COLOR #CFAD64

HEX: #CFAD64 RGB: (207,173,100)

Color info

#CFAD64 contains mainly red and green colors. Web safe color of #CFAD64 is #CC9966 (or #C96).

RGB color model

#CFAD64 color RGB value is (207,173,100).

RGB: (207,173,100) (81%, 68%, 39%)

RGB channels and saturation

R 207 of 255 = 81%
G 173 of 255 = 68%
B 100 of 255 = 39%

207
173
100

R + G + B ~ 63%. #CFAD64 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 173 + 100 = 480 (100%)
R 207 of 480 ~ 43.13%
G 173 of 480 ~ 36.04%
B 100 of 480 ~ 20.83'%

%43.13
%36.04
%20.83

CMYK color model

#CFAD64 color CMYK value is (0,16,52,19).

  • cyan value is 0.00%
  • magenta value is 16.43%
  • yellow value is 51.69%
  • key color value is 18.82%

CMYK: (0,16,52,19)
C0M16Y52K19 (0%, 16%, 52%, 19%)
(0.00 / 0.16 / 0.52 / 0.19)

CMYK percentages

%0
%16.43
%51.69
%18.82

Codes

Color #CFAD64 in popluar color models

CF AD 64
RGB 207 173 100
HSL 41° 52.71% 60.20%
HSB/HSV 41° 51.69% 81.18%
CMYK 0.00% 16.43% 51.69%
18.82%

Color #CFAD64 in popluar number systems.

HEX CF AD 64
Decimal 207 173 100
Binary 11001111 10101101 1100100
Octal 317 255 144

Shades and tints

Shades of #CFAD64

#CFAD64
(207,173,100)
#BD9E5B
(189,158,91)
#AB8F52
(171,143,82)
#998049
(153,128,73)
#877140
(135,113,64)
#756237
(117,98,55)
#63532E
(99,83,46)
#514425
(81,68,37)
#3F351C
(63,53,28)
#2D2613
(45,38,19)
#1B170A
(27,23,10)
#000000
(0,0,0)

Tints of #CFAD64

#CFAD64
(207,173,100)
#D3B472
(211,180,114)
#D7BB80
(215,187,128)
#DBC28E
(219,194,142)
#DFC99C
(223,201,156)
#E3D0AA
(227,208,170)
#E7D7B8
(231,215,184)
#EBDEC6
(235,222,198)
#EFE5D4
(239,229,212)
#F3ECE2
(243,236,226)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFAD64 color. Also use rgb(207,173,100) instead hex code.

Text Font Color

.myTextColor { color: #CFAD64; }

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

This text font color is #CFAD64.

Background Color

.myBgColor { background-color: #CFAD64; }

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

This div background color is #CFAD64.

Border color

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

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

This div border color is #CFAD64.

Opacity

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

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

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

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

This text has shadow with #CFAD64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFAD64.

Preview

Color preview on black background

This text has color #CFAD64 on black background.


Color preview on white background

This text has color #CFAD64 on white background.


Black color preview on #CFAD64 background

This text has black color on #CFAD64 background.


White color preview on #CFAD64 background

This text has white color on #CFAD64 background.


Related colors

Complementary color

Complementary color for #hex is #30529B.


I love getcolorcode.com

Triadic colors

1 #64CFAD and #AD64CF with #CFAD64 are triadic colors.

2 #64ADCF and #ADCF64 with #CFAD64 are triadic colors.