COLOR #CDAA71

HEX: #CDAA71 RGB: (205,170,113)

Color info

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

RGB color model

#CDAA71 color RGB value is (205,170,113).

RGB: (205,170,113) (80%, 67%, 44%)

RGB channels and saturation

R 205 of 255 = 80%
G 170 of 255 = 67%
B 113 of 255 = 44%

205
170
113

R + G + B ~ 64%. #CDAA71 is quite light color.

Portions of RGB colors in percentages

R + G + B = 205 + 170 + 113 = 488 (100%)
R 205 of 488 ~ 42.01%
G 170 of 488 ~ 34.84%
B 113 of 488 ~ 23.16'%

%42.01
%34.84
%23.16

CMYK color model

#CDAA71 color CMYK value is (0,17,45,20).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 44.88%
  • key color value is 19.61%
CMYK: (0,17,45,20) C0M17Y45K20 (0%,17%,45%,20%) (0.00/0.17/0.45/0.20) 

CMYK percentages

%0
%17.07
%44.88
%19.61

Codes

Color #CDAA71 in popluar color models

CD AA 71
RGB 205 170 113
HSL 37° 47.92% 62.35%
HSB/HSV 37° 44.88% 80.39%
CMYK 0.00% 17.07% 44.88%
19.61%

Color #CDAA71 in popluar number systems.

HEX CD AA 71
Decimal 205 170 113
Binary 11001101 10101010 1110001
Octal 315 252 161

Shades and tints

Shades of #CDAA71

#CDAA71
(205,170,113)
#BB9B67
(187,155,103)
#A98C5D
(169,140,93)
#977D53
(151,125,83)
#856E49
(133,110,73)
#735F3F
(115,95,63)
#615035
(97,80,53)
#4F412B
(79,65,43)
#3D3221
(61,50,33)
#2B2317
(43,35,23)
#19140D
(25,20,13)
#000000
(0,0,0)

Tints of #CDAA71

#CDAA71
(205,170,113)
#D1B17D
(209,177,125)
#D5B889
(213,184,137)
#D9BF95
(217,191,149)
#DDC6A1
(221,198,161)
#E1CDAD
(225,205,173)
#E5D4B9
(229,212,185)
#E9DBC5
(233,219,197)
#EDE2D1
(237,226,209)
#F1E9DD
(241,233,221)
#F5F0E9
(245,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDAA71 color. Also use rgb(205,170,113) instead hex code.

Text Font Color

.myTextColor { color: #CDAA71; }

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

This text font color is #CDAA71.

Background Color

.myBgColor { background-color: #CDAA71; }

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

This div background color is #CDAA71.

Border color

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

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

This div border color is #CDAA71.

Opacity

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

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

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

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

This text has shadow with #CDAA71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDAA71.

Preview

Color preview on black background

This text has color #CDAA71 on black background.


Color preview on white background

This text has color #CDAA71 on white background.


Black color preview on #CDAA71 background

This text has black color on #CDAA71 background.


White color preview on #CDAA71 background

This text has white color on #CDAA71 background.


Related colors

Complementary color

Complementary color for #hex is #32558E.


I love getcolorcode.com

Triadic colors

1 #71CDAA and #AA71CD with #CDAA71 are triadic colors.

2 #71AACD and #AACD71 with #CDAA71 are triadic colors.