COLOR #CDA85D

HEX: #CDA85D
RGB: (205,168,93)

Color info

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

RGB color model

#CDA85D color RGB value is (205,168,93).

  • red value is 205;
  • green value is 168;
  • blue value is 93.
RGB:
(205,168,93)
(80%,66%,36%)

RGB channels and saturation

R 205 of 255 = 80%
G 168 of 255 = 66%
B 93 of 255 = 36%

205
168
93

R + G + B ~ 61%. #CDA85D is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 168 + 93 = 466 (100%)
R 205 of 466 ~ 43.99%
G 168 of 466 ~ 36.05%
B 93 of 466 ~ 19.96%

%43.99
%36.05
%19.96

CMYK color model

#CDA85D color CMYK value is (0,18,55,20).

  • cyan value is 0.00%
  • magenta value is 18.05%
  • yellow value is 54.63%
  • key color value is 19.61%
CMYK:
(0,18,55,20)
C0M18Y55K20 
(0%,18%,55%,20%)
(0.00/0.18/0.55/0.20)	

CMYK percentages

%0
%18.05
%54.63
%19.61

Codes

Color #CDA85D in popluar color models

CDA85D
RGB20516893
HSL40°52.83%58.43%
HSB/HSV40°54.63%80.39%
CMYK0.00%18.05%54.63%
19.61%

Color #CDA85D in popluar number systems.

HEXCDA85D
Decimal20516893
Binary11001101101010001011101
Octal315250135

Shades and tints

Shades of #CDA85D

#CDA85D
(205,168,93)
#BB9955
(187,153,85)
#A98A4D
(169,138,77)
#977B45
(151,123,69)
#856C3D
(133,108,61)
#735D35
(115,93,53)
#614E2D
(97,78,45)
#4F3F25
(79,63,37)
#3D301D
(61,48,29)
#2B2115
(43,33,21)
#19120D
(25,18,13)
#000000
(0,0,0)

Tints of #CDA85D

#CDA85D
(205,168,93)
#D1AF6B
(209,175,107)
#D5B679
(213,182,121)
#D9BD87
(217,189,135)
#DDC495
(221,196,149)
#E1CBA3
(225,203,163)
#E5D2B1
(229,210,177)
#E9D9BF
(233,217,191)
#EDE0CD
(237,224,205)
#F1E7DB
(241,231,219)
#F5EEE9
(245,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDA85D color. Also use rgb(205,168,93) instead hex code.

Text Font Color

.myTextColor { color: #CDA85D; }

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

This text font color is #CDA85D.


Background Color

.myBgColor { background-color: #CDA85D; }

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

This div background color is #CDA85D.


Border color

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

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

This div border color is #CDA85D.


Opacity

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

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

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

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

This text has shadow with #CDA85D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDA85D on black background.


Color preview on white background

This text has color #CDA85D on white background.



Black color preview on #CDA85D background

This text has black color on #CDA85D background.


White color preview on #CDA85D background

This text has white color on #CDA85D background.