COLOR #DDBC65

HEX: #DDBC65 RGB: (221,188,101)

Color info

#DDBC65 contains mainly red and green colors. Web safe color of #DDBC65 is #CCCC66 (or #CC6).

RGB color model

#DDBC65 color RGB value is (221,188,101).

RGB: (221,188,101) (87%, 74%, 40%)

RGB channels and saturation

R 221 of 255 = 87%
G 188 of 255 = 74%
B 101 of 255 = 40%

221
188
101

R + G + B ~ 67%. #DDBC65 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 188 + 101 = 510 (100%)
R 221 of 510 ~ 43.33%
G 188 of 510 ~ 36.86%
B 101 of 510 ~ 19.8'%

%43.33
%36.86
%19.8

CMYK color model

#DDBC65 color CMYK value is (0,15,54,13).

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 54.30%
  • key color value is 13.33%
CMYK: (0,15,54,13) C0M15Y54K13 (0%,15%,54%,13%) (0.00/0.15/0.54/0.13) 

CMYK percentages

%0
%14.93
%54.3
%13.33

Codes

Color #DDBC65 in popluar color models

DD BC 65
RGB 221 188 101
HSL 44° 63.83% 63.14%
HSB/HSV 44° 54.30% 86.67%
CMYK 0.00% 14.93% 54.30%
13.33%

Color #DDBC65 in popluar number systems.

HEX DD BC 65
Decimal 221 188 101
Binary 11011101 10111100 1100101
Octal 335 274 145

Shades and tints

Shades of #DDBC65

#DDBC65
(221,188,101)
#C9AB5C
(201,171,92)
#B59A53
(181,154,83)
#A1894A
(161,137,74)
#8D7841
(141,120,65)
#796738
(121,103,56)
#65562F
(101,86,47)
#514526
(81,69,38)
#3D341D
(61,52,29)
#292314
(41,35,20)
#15120B
(21,18,11)
#000000
(0,0,0)

Tints of #DDBC65

#DDBC65
(221,188,101)
#E0C273
(224,194,115)
#E3C881
(227,200,129)
#E6CE8F
(230,206,143)
#E9D49D
(233,212,157)
#ECDAAB
(236,218,171)
#EFE0B9
(239,224,185)
#F2E6C7
(242,230,199)
#F5ECD5
(245,236,213)
#F8F2E3
(248,242,227)
#FBF8F1
(251,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDBC65 color. Also use rgb(221,188,101) instead hex code.

Text Font Color

.myTextColor { color: #DDBC65; }

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

This text font color is #DDBC65.

Background Color

.myBgColor { background-color: #DDBC65; }

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

This div background color is #DDBC65.

Border color

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

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

This div border color is #DDBC65.

Opacity

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

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

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

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

This text has shadow with #DDBC65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBC65.

Preview

Color preview on black background

This text has color #DDBC65 on black background.


Color preview on white background

This text has color #DDBC65 on white background.


Black color preview on #DDBC65 background

This text has black color on #DDBC65 background.


White color preview on #DDBC65 background

This text has white color on #DDBC65 background.


Related colors

Complementary color

Complementary color for #hex is #22439A.


I love getcolorcode.com

Triadic colors

1 #65DDBC and #BC65DD with #DDBC65 are triadic colors.

2 #65BCDD and #BCDD65 with #DDBC65 are triadic colors.