COLOR #CDB375

HEX: #CDB375
RGB: (205,179,117)

Color info

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

RGB color model

#CDB375 color RGB value is (205,179,117).

  • red value is 205;
  • green value is 179;
  • blue value is 117.
RGB:
(205,179,117)
(80%,70%,46%)

RGB channels and saturation

R 205 of 255 = 80%
G 179 of 255 = 70%
B 117 of 255 = 46%

205
179
117

R + G + B ~ 65%. #CDB375 is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 179 + 117 = 501 (100%)
R 205 of 501 ~ 40.92%
G 179 of 501 ~ 35.73%
B 117 of 501 ~ 23.35%

%40.92
%35.73
%23.35

CMYK color model

#CDB375 color CMYK value is (0,13,43,20).

  • cyan value is 0.00%
  • magenta value is 12.68%
  • yellow value is 42.93%
  • key color value is 19.61%
CMYK:
(0,13,43,20)
C0M13Y43K20 
(0%,13%,43%,20%)
(0.00/0.13/0.43/0.20)	

CMYK percentages

%0
%12.68
%42.93
%19.61

Codes

Color #CDB375 in popluar color models

CDB375
RGB205179117
HSL42°46.81%63.14%
HSB/HSV42°42.93%80.39%
CMYK0.00%12.68%42.93%
19.61%

Color #CDB375 in popluar number systems.

HEXCDB375
Decimal205179117
Binary11001101101100111110101
Octal315263165

Shades and tints

Shades of #CDB375

#CDB375
(205,179,117)
#BBA36B
(187,163,107)
#A99361
(169,147,97)
#978357
(151,131,87)
#85734D
(133,115,77)
#736343
(115,99,67)
#615339
(97,83,57)
#4F432F
(79,67,47)
#3D3325
(61,51,37)
#2B231B
(43,35,27)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #CDB375

#CDB375
(205,179,117)
#D1B981
(209,185,129)
#D5BF8D
(213,191,141)
#D9C599
(217,197,153)
#DDCBA5
(221,203,165)
#E1D1B1
(225,209,177)
#E5D7BD
(229,215,189)
#E9DDC9
(233,221,201)
#EDE3D5
(237,227,213)
#F1E9E1
(241,233,225)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDB375 color. Also use rgb(205,179,117) instead hex code.

Text Font Color

.myTextColor { color: #CDB375; }

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

This text font color is #CDB375.


Background Color

.myBgColor { background-color: #CDB375; }

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

This div background color is #CDB375.


Border color

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

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

This div border color is #CDB375.


Opacity

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

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

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

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

This text has shadow with #CDB375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDB375 on black background.


Color preview on white background

This text has color #CDB375 on white background.



Black color preview on #CDB375 background

This text has black color on #CDB375 background.


White color preview on #CDB375 background

This text has white color on #CDB375 background.