COLOR #CDA376

HEX: #CDA376 RGB: (205,163,118)

Color info

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

RGB color model

#CDA376 color RGB value is (205,163,118).

RGB: (205,163,118) (80%, 64%, 46%)

RGB channels and saturation

R 205 of 255 = 80%
G 163 of 255 = 64%
B 118 of 255 = 46%

205
163
118

R + G + B ~ 63%. #CDA376 is quite light color.

Portions of RGB colors in percentages

R + G + B = 205 + 163 + 118 = 486 (100%)
R 205 of 486 ~ 42.18%
G 163 of 486 ~ 33.54%
B 118 of 486 ~ 24.28'%

%42.18
%33.54
%24.28

CMYK color model

#CDA376 color CMYK value is (0,20,42,20).

  • cyan value is 0.00%
  • magenta value is 20.49%
  • yellow value is 42.44%
  • key color value is 19.61%
CMYK: (0,20,42,20) C0M20Y42K20 (0%,20%,42%,20%) (0.00/0.20/0.42/0.20) 

CMYK percentages

%0
%20.49
%42.44
%19.61

Codes

Color #CDA376 in popluar color models

CD A3 76
RGB 205 163 118
HSL 31° 46.52% 63.33%
HSB/HSV 31° 42.44% 80.39%
CMYK 0.00% 20.49% 42.44%
19.61%

Color #CDA376 in popluar number systems.

HEX CD A3 76
Decimal 205 163 118
Binary 11001101 10100011 1110110
Octal 315 243 166

Shades and tints

Shades of #CDA376

#CDA376
(205,163,118)
#BB956C
(187,149,108)
#A98762
(169,135,98)
#977958
(151,121,88)
#856B4E
(133,107,78)
#735D44
(115,93,68)
#614F3A
(97,79,58)
#4F4130
(79,65,48)
#3D3326
(61,51,38)
#2B251C
(43,37,28)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #CDA376

#CDA376
(205,163,118)
#D1AB82
(209,171,130)
#D5B38E
(213,179,142)
#D9BB9A
(217,187,154)
#DDC3A6
(221,195,166)
#E1CBB2
(225,203,178)
#E5D3BE
(229,211,190)
#E9DBCA
(233,219,202)
#EDE3D6
(237,227,214)
#F1EBE2
(241,235,226)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDA376; }

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

This text font color is #CDA376.

Background Color

.myBgColor { background-color: #CDA376; }

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

This div background color is #CDA376.

Border color

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

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

This div border color is #CDA376.

Opacity

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

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

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

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

This text has shadow with #CDA376 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDA376.

Preview

Color preview on black background

This text has color #CDA376 on black background.


Color preview on white background

This text has color #CDA376 on white background.


Black color preview on #CDA376 background

This text has black color on #CDA376 background.


White color preview on #CDA376 background

This text has white color on #CDA376 background.


Related colors

Complementary color

Complementary color for #hex is #325C89.


I love getcolorcode.com

Triadic colors

1 #76CDA3 and #A376CD with #CDA376 are triadic colors.

2 #76A3CD and #A3CD76 with #CDA376 are triadic colors.