COLOR #CDA743

HEX: #CDA743
RGB: (205,167,67)

Color info

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

RGB color model

#CDA743 color RGB value is (205,167,67).

  • red value is 205;
  • green value is 167;
  • blue value is 67.
RGB:
(205,167,67)
(80%,65%,26%)

RGB channels and saturation

R 205 of 255 = 80%
G 167 of 255 = 65%
B 67 of 255 = 26%

205
167
67

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

Portions of RGB colors in percentages

R + G + B =
205 + 167 + 67 = 439 (100%)
R 205 of 439 ~ 46.7%
G 167 of 439 ~ 38.04%
B 67 of 439 ~ 15.26%

%46.7
%38.04
%15.26

CMYK color model

#CDA743 color CMYK value is (0,19,67,20).

  • cyan value is 0.00%
  • magenta value is 18.54%
  • yellow value is 67.32%
  • key color value is 19.61%
CMYK:
(0,19,67,20)
C0M19Y67K20 
(0%,19%,67%,20%)
(0.00/0.19/0.67/0.20)	

CMYK percentages

%0
%18.54
%67.32
%19.61

Codes

Color #CDA743 in popluar color models

CDA743
RGB20516767
HSL43°57.98%53.33%
HSB/HSV43°67.32%80.39%
CMYK0.00%18.54%67.32%
19.61%

Color #CDA743 in popluar number systems.

HEXCDA743
Decimal20516767
Binary11001101101001111000011
Octal315247103

Shades and tints

Shades of #CDA743

#CDA743
(205,167,67)
#BB983D
(187,152,61)
#A98937
(169,137,55)
#977A31
(151,122,49)
#856B2B
(133,107,43)
#735C25
(115,92,37)
#614D1F
(97,77,31)
#4F3E19
(79,62,25)
#3D2F13
(61,47,19)
#2B200D
(43,32,13)
#191107
(25,17,7)
#000000
(0,0,0)

Tints of #CDA743

#CDA743
(205,167,67)
#D1AF54
(209,175,84)
#D5B765
(213,183,101)
#D9BF76
(217,191,118)
#DDC787
(221,199,135)
#E1CF98
(225,207,152)
#E5D7A9
(229,215,169)
#E9DFBA
(233,223,186)
#EDE7CB
(237,231,203)
#F1EFDC
(241,239,220)
#F5F7ED
(245,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDA743 color. Also use rgb(205,167,67) instead hex code.

Text Font Color

.myTextColor { color: #CDA743; }

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

This text font color is #CDA743.


Background Color

.myBgColor { background-color: #CDA743; }

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

This div background color is #CDA743.


Border color

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

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

This div border color is #CDA743.


Opacity

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

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

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

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

This text has shadow with #CDA743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDA743 on black background.


Color preview on white background

This text has color #CDA743 on white background.



Black color preview on #CDA743 background

This text has black color on #CDA743 background.


White color preview on #CDA743 background

This text has white color on #CDA743 background.