COLOR #CDA389

HEX: #CDA389
RGB: (205,163,137)

Color info

#CDA389 contains mainly red and green colors. Web safe color of #CDA389 is #CC9999 (or #C99).

RGB color model

#CDA389 color RGB value is (205,163,137).

  • red value is 205;
  • green value is 163;
  • blue value is 137.
RGB:
(205,163,137)
(80%,64%,54%)

RGB channels and saturation

R 205 of 255 = 80%
G 163 of 255 = 64%
B 137 of 255 = 54%

205
163
137

R + G + B ~ 66%. #CDA389 is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 163 + 137 = 505 (100%)
R 205 of 505 ~ 40.59%
G 163 of 505 ~ 32.28%
B 137 of 505 ~ 27.13%

%40.59
%32.28
%27.13

CMYK color model

#CDA389 color CMYK value is (0,20,33,20).

  • cyan value is 0.00%
  • magenta value is 20.49%
  • yellow value is 33.17%
  • key color value is 19.61%
CMYK:
(0,20,33,20)
C0M20Y33K20 
(0%,20%,33%,20%)
(0.00/0.20/0.33/0.20)	

CMYK percentages

%0
%20.49
%33.17
%19.61

Codes

Color #CDA389 in popluar color models

CDA389
RGB205163137
HSL23°40.48%67.06%
HSB/HSV23°33.17%80.39%
CMYK0.00%20.49%33.17%
19.61%

Color #CDA389 in popluar number systems.

HEXCDA389
Decimal205163137
Binary110011011010001110001001
Octal315243211

Shades and tints

Shades of #CDA389

#CDA389
(205,163,137)
#BB957D
(187,149,125)
#A98771
(169,135,113)
#977965
(151,121,101)
#856B59
(133,107,89)
#735D4D
(115,93,77)
#614F41
(97,79,65)
#4F4135
(79,65,53)
#3D3329
(61,51,41)
#2B251D
(43,37,29)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #CDA389

#CDA389
(205,163,137)
#D1AB93
(209,171,147)
#D5B39D
(213,179,157)
#D9BBA7
(217,187,167)
#DDC3B1
(221,195,177)
#E1CBBB
(225,203,187)
#E5D3C5
(229,211,197)
#E9DBCF
(233,219,207)
#EDE3D9
(237,227,217)
#F1EBE3
(241,235,227)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDA389 color. Also use rgb(205,163,137) instead hex code.

Text Font Color

.myTextColor { color: #CDA389; }

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

This text font color is #CDA389.


Background Color

.myBgColor { background-color: #CDA389; }

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

This div background color is #CDA389.


Border color

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

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

This div border color is #CDA389.


Opacity

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

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

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

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

This text has shadow with #CDA389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDA389 on black background.


Color preview on white background

This text has color #CDA389 on white background.



Black color preview on #CDA389 background

This text has black color on #CDA389 background.


White color preview on #CDA389 background

This text has white color on #CDA389 background.