COLOR #DDB65F

HEX: #DDB65F
RGB: (221,182,95)

Color info

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

RGB color model

#DDB65F color RGB value is (221,182,95).

  • red value is 221;
  • green value is 182;
  • blue value is 95.
RGB:
(221,182,95)
(87%,71%,37%)

RGB channels and saturation

R 221 of 255 = 87%
G 182 of 255 = 71%
B 95 of 255 = 37%

221
182
95

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

Portions of RGB colors in percentages

R + G + B =
221 + 182 + 95 = 498 (100%)
R 221 of 498 ~ 44.38%
G 182 of 498 ~ 36.55%
B 95 of 498 ~ 19.08%

%44.38
%36.55
%19.08

CMYK color model

#DDB65F color CMYK value is (0,18,57,13).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 57.01%
  • key color value is 13.33%
CMYK:
(0,18,57,13)
C0M18Y57K13 
(0%,18%,57%,13%)
(0.00/0.18/0.57/0.13)	

CMYK percentages

%0
%17.65
%57.01
%13.33

Codes

Color #DDB65F in popluar color models

DDB65F
RGB22118295
HSL41°64.95%61.96%
HSB/HSV41°57.01%86.67%
CMYK0.00%17.65%57.01%
13.33%

Color #DDB65F in popluar number systems.

HEXDDB65F
Decimal22118295
Binary11011101101101101011111
Octal335266137

Shades and tints

Shades of #DDB65F

#DDB65F
(221,182,95)
#C9A657
(201,166,87)
#B5964F
(181,150,79)
#A18647
(161,134,71)
#8D763F
(141,118,63)
#796637
(121,102,55)
#65562F
(101,86,47)
#514627
(81,70,39)
#3D361F
(61,54,31)
#292617
(41,38,23)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #DDB65F

#DDB65F
(221,182,95)
#E0BC6D
(224,188,109)
#E3C27B
(227,194,123)
#E6C889
(230,200,137)
#E9CE97
(233,206,151)
#ECD4A5
(236,212,165)
#EFDAB3
(239,218,179)
#F2E0C1
(242,224,193)
#F5E6CF
(245,230,207)
#F8ECDD
(248,236,221)
#FBF2EB
(251,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB65F color. Also use rgb(221,182,95) instead hex code.

Text Font Color

.myTextColor { color: #DDB65F; }

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

This text font color is #DDB65F.


Background Color

.myBgColor { background-color: #DDB65F; }

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

This div background color is #DDB65F.


Border color

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

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

This div border color is #DDB65F.


Opacity

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

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

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

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

This text has shadow with #DDB65F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB65F on black background.


Color preview on white background

This text has color #DDB65F on white background.



Black color preview on #DDB65F background

This text has black color on #DDB65F background.


White color preview on #DDB65F background

This text has white color on #DDB65F background.