COLOR #CDA54E

HEX: #CDA54E
RGB: (205,165,78)

Color info

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

RGB color model

#CDA54E color RGB value is (205,165,78).

  • red value is 205;
  • green value is 165;
  • blue value is 78.
RGB:
(205,165,78)
(80%,65%,31%)

RGB channels and saturation

R 205 of 255 = 80%
G 165 of 255 = 65%
B 78 of 255 = 31%

205
165
78

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

Portions of RGB colors in percentages

R + G + B =
205 + 165 + 78 = 448 (100%)
R 205 of 448 ~ 45.76%
G 165 of 448 ~ 36.83%
B 78 of 448 ~ 17.41%

%45.76
%36.83
%17.41

CMYK color model

#CDA54E color CMYK value is (0,20,62,20).

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 61.95%
  • key color value is 19.61%
CMYK:
(0,20,62,20)
C0M20Y62K20 
(0%,20%,62%,20%)
(0.00/0.20/0.62/0.20)	

CMYK percentages

%0
%19.51
%61.95
%19.61

Codes

Color #CDA54E in popluar color models

CDA54E
RGB20516578
HSL41°55.95%55.49%
HSB/HSV41°61.95%80.39%
CMYK0.00%19.51%61.95%
19.61%

Color #CDA54E in popluar number systems.

HEXCDA54E
Decimal20516578
Binary11001101101001011001110
Octal315245116

Shades and tints

Shades of #CDA54E

#CDA54E
(205,165,78)
#BB9647
(187,150,71)
#A98740
(169,135,64)
#977839
(151,120,57)
#856932
(133,105,50)
#735A2B
(115,90,43)
#614B24
(97,75,36)
#4F3C1D
(79,60,29)
#3D2D16
(61,45,22)
#2B1E0F
(43,30,15)
#190F08
(25,15,8)
#000000
(0,0,0)

Tints of #CDA54E

#CDA54E
(205,165,78)
#D1AD5E
(209,173,94)
#D5B56E
(213,181,110)
#D9BD7E
(217,189,126)
#DDC58E
(221,197,142)
#E1CD9E
(225,205,158)
#E5D5AE
(229,213,174)
#E9DDBE
(233,221,190)
#EDE5CE
(237,229,206)
#F1EDDE
(241,237,222)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDA54E color. Also use rgb(205,165,78) instead hex code.

Text Font Color

.myTextColor { color: #CDA54E; }

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

This text font color is #CDA54E.


Background Color

.myBgColor { background-color: #CDA54E; }

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

This div background color is #CDA54E.


Border color

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

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

This div border color is #CDA54E.


Opacity

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

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

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

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

This text has shadow with #CDA54E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDA54E on black background.


Color preview on white background

This text has color #CDA54E on white background.



Black color preview on #CDA54E background

This text has black color on #CDA54E background.


White color preview on #CDA54E background

This text has white color on #CDA54E background.