COLOR #DDCF93

HEX: #DDCF93
RGB: (221,207,147)

Color info

#DDCF93 contains mainly red and green colors. Web safe color of #DDCF93 is #CCCC99 (or #CC9).

RGB color model

#DDCF93 color RGB value is (221,207,147).

  • red value is 221;
  • green value is 207;
  • blue value is 147.
RGB:
(221,207,147)
(87%,81%,58%)

RGB channels and saturation

R 221 of 255 = 87%
G 207 of 255 = 81%
B 147 of 255 = 58%

221
207
147

R + G + B ~ 75%. #DDCF93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 207 + 147 = 575 (100%)
R 221 of 575 ~ 38.43%
G 207 of 575 ~ 36%
B 147 of 575 ~ 25.57%

%38.43
%36
%25.57

CMYK color model

#DDCF93 color CMYK value is (0,6,33,13).

  • cyan value is 0.00%
  • magenta value is 6.33%
  • yellow value is 33.48%
  • key color value is 13.33%
CMYK:
(0,6,33,13)
C0M6Y33K13 
(0%,6%,33%,13%)
(0.00/0.06/0.33/0.13)	

CMYK percentages

%0
%6.33
%33.48
%13.33

Codes

Color #DDCF93 in popluar color models

DDCF93
RGB221207147
HSL49°52.11%72.16%
HSB/HSV49°33.48%86.67%
CMYK0.00%6.33%33.48%
13.33%

Color #DDCF93 in popluar number systems.

HEXDDCF93
Decimal221207147
Binary110111011100111110010011
Octal335317223

Shades and tints

Shades of #DDCF93

#DDCF93
(221,207,147)
#C9BD86
(201,189,134)
#B5AB79
(181,171,121)
#A1996C
(161,153,108)
#8D875F
(141,135,95)
#797552
(121,117,82)
#656345
(101,99,69)
#515138
(81,81,56)
#3D3F2B
(61,63,43)
#292D1E
(41,45,30)
#151B11
(21,27,17)
#000000
(0,0,0)

Tints of #DDCF93

#DDCF93
(221,207,147)
#E0D39C
(224,211,156)
#E3D7A5
(227,215,165)
#E6DBAE
(230,219,174)
#E9DFB7
(233,223,183)
#ECE3C0
(236,227,192)
#EFE7C9
(239,231,201)
#F2EBD2
(242,235,210)
#F5EFDB
(245,239,219)
#F8F3E4
(248,243,228)
#FBF7ED
(251,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCF93 color. Also use rgb(221,207,147) instead hex code.

Text Font Color

.myTextColor { color: #DDCF93; }

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

This text font color is #DDCF93.


Background Color

.myBgColor { background-color: #DDCF93; }

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

This div background color is #DDCF93.


Border color

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

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

This div border color is #DDCF93.


Opacity

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

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

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

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

This text has shadow with #DDCF93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCF93 on black background.


Color preview on white background

This text has color #DDCF93 on white background.



Black color preview on #DDCF93 background

This text has black color on #DDCF93 background.


White color preview on #DDCF93 background

This text has white color on #DDCF93 background.