COLOR #CDA949

HEX: #CDA949
RGB: (205,169,73)

Color info

#CDA949 contains mainly red and green colors. Web safe color of #CDA949 is #CC9933 (or #C93).

RGB color model

#CDA949 color RGB value is (205,169,73).

  • red value is 205;
  • green value is 169;
  • blue value is 73.
RGB:
(205,169,73)
(80%,66%,29%)

RGB channels and saturation

R 205 of 255 = 80%
G 169 of 255 = 66%
B 73 of 255 = 29%

205
169
73

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

Portions of RGB colors in percentages

R + G + B =
205 + 169 + 73 = 447 (100%)
R 205 of 447 ~ 45.86%
G 169 of 447 ~ 37.81%
B 73 of 447 ~ 16.33%

%45.86
%37.81
%16.33

CMYK color model

#CDA949 color CMYK value is (0,18,64,20).

  • cyan value is 0.00%
  • magenta value is 17.56%
  • yellow value is 64.39%
  • key color value is 19.61%
CMYK:
(0,18,64,20)
C0M18Y64K20 
(0%,18%,64%,20%)
(0.00/0.18/0.64/0.20)	

CMYK percentages

%0
%17.56
%64.39
%19.61

Codes

Color #CDA949 in popluar color models

CDA949
RGB20516973
HSL44°56.90%54.51%
HSB/HSV44°64.39%80.39%
CMYK0.00%17.56%64.39%
19.61%

Color #CDA949 in popluar number systems.

HEXCDA949
Decimal20516973
Binary11001101101010011001001
Octal315251111

Shades and tints

Shades of #CDA949

#CDA949
(205,169,73)
#BB9A43
(187,154,67)
#A98B3D
(169,139,61)
#977C37
(151,124,55)
#856D31
(133,109,49)
#735E2B
(115,94,43)
#614F25
(97,79,37)
#4F401F
(79,64,31)
#3D3119
(61,49,25)
#2B2213
(43,34,19)
#19130D
(25,19,13)
#000000
(0,0,0)

Tints of #CDA949

#CDA949
(205,169,73)
#D1B059
(209,176,89)
#D5B769
(213,183,105)
#D9BE79
(217,190,121)
#DDC589
(221,197,137)
#E1CC99
(225,204,153)
#E5D3A9
(229,211,169)
#E9DAB9
(233,218,185)
#EDE1C9
(237,225,201)
#F1E8D9
(241,232,217)
#F5EFE9
(245,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDA949 color. Also use rgb(205,169,73) instead hex code.

Text Font Color

.myTextColor { color: #CDA949; }

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

This text font color is #CDA949.


Background Color

.myBgColor { background-color: #CDA949; }

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

This div background color is #CDA949.


Border color

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

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

This div border color is #CDA949.


Opacity

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

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

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

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

This text has shadow with #CDA949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDA949 on black background.


Color preview on white background

This text has color #CDA949 on white background.



Black color preview on #CDA949 background

This text has black color on #CDA949 background.


White color preview on #CDA949 background

This text has white color on #CDA949 background.