COLOR #CDB061

HEX: #CDB061 RGB: (205,176,97)

Color info

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

RGB color model

#CDB061 color RGB value is (205,176,97).

RGB: (205,176,97) (80%, 69%, 38%)

RGB channels and saturation

R 205 of 255 = 80%
G 176 of 255 = 69%
B 97 of 255 = 38%

205
176
97

R + G + B ~ 62%. #CDB061 is quite light color.

Portions of RGB colors in percentages

R + G + B = 205 + 176 + 97 = 478 (100%)
R 205 of 478 ~ 42.89%
G 176 of 478 ~ 36.82%
B 97 of 478 ~ 20.29'%

%42.89
%36.82
%20.29

CMYK color model

#CDB061 color CMYK value is (0,14,53,20).

  • cyan value is 0.00%
  • magenta value is 14.15%
  • yellow value is 52.68%
  • key color value is 19.61%

CMYK: (0,14,53,20)
C0M14Y53K20 (0%, 14%, 53%, 20%)
(0.00 / 0.14 / 0.53 / 0.20)

CMYK percentages

%0
%14.15
%52.68
%19.61

Codes

Color #CDB061 in popluar color models

CD B0 61
RGB 205 176 97
HSL 44° 51.92% 59.22%
HSB/HSV 44° 52.68% 80.39%
CMYK 0.00% 14.15% 52.68%
19.61%

Color #CDB061 in popluar number systems.

HEX CD B0 61
Decimal 205 176 97
Binary 11001101 10110000 1100001
Octal 315 260 141

Shades and tints

Shades of #CDB061

#CDB061
(205,176,97)
#BBA059
(187,160,89)
#A99051
(169,144,81)
#978049
(151,128,73)
#857041
(133,112,65)
#736039
(115,96,57)
#615031
(97,80,49)
#4F4029
(79,64,41)
#3D3021
(61,48,33)
#2B2019
(43,32,25)
#191011
(25,16,17)
#000000
(0,0,0)

Tints of #CDB061

#CDB061
(205,176,97)
#D1B76F
(209,183,111)
#D5BE7D
(213,190,125)
#D9C58B
(217,197,139)
#DDCC99
(221,204,153)
#E1D3A7
(225,211,167)
#E5DAB5
(229,218,181)
#E9E1C3
(233,225,195)
#EDE8D1
(237,232,209)
#F1EFDF
(241,239,223)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDB061 color. Also use rgb(205,176,97) instead hex code.

Text Font Color

.myTextColor { color: #CDB061; }

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

This text font color is #CDB061.

Background Color

.myBgColor { background-color: #CDB061; }

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

This div background color is #CDB061.

Border color

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

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

This div border color is #CDB061.

Opacity

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

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

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

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

This text has shadow with #CDB061 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDB061.

Preview

Color preview on black background

This text has color #CDB061 on black background.


Color preview on white background

This text has color #CDB061 on white background.


Black color preview on #CDB061 background

This text has black color on #CDB061 background.


White color preview on #CDB061 background

This text has white color on #CDB061 background.


Related colors

Complementary color

Complementary color for #hex is #324F9E.


I love getcolorcode.com

Triadic colors

1 #61CDB0 and #B061CD with #CDB061 are triadic colors.

2 #61B0CD and #B0CD61 with #CDB061 are triadic colors.