COLOR #DDC27B

HEX: #DDC27B
RGB: (221,194,123)

Color info

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

RGB color model

#DDC27B color RGB value is (221,194,123).

  • red value is 221;
  • green value is 194;
  • blue value is 123.
RGB:
(221,194,123)
(87%,76%,48%)

RGB channels and saturation

R 221 of 255 = 87%
G 194 of 255 = 76%
B 123 of 255 = 48%

221
194
123

R + G + B ~ 70%. #DDC27B is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 194 + 123 = 538 (100%)
R 221 of 538 ~ 41.08%
G 194 of 538 ~ 36.06%
B 123 of 538 ~ 22.86%

%41.08
%36.06
%22.86

CMYK color model

#DDC27B color CMYK value is (0,12,44,13).

  • cyan value is 0.00%
  • magenta value is 12.22%
  • yellow value is 44.34%
  • key color value is 13.33%
CMYK:
(0,12,44,13)
C0M12Y44K13 
(0%,12%,44%,13%)
(0.00/0.12/0.44/0.13)	

CMYK percentages

%0
%12.22
%44.34
%13.33

Codes

Color #DDC27B in popluar color models

DDC27B
RGB221194123
HSL43°59.04%67.45%
HSB/HSV43°44.34%86.67%
CMYK0.00%12.22%44.34%
13.33%

Color #DDC27B in popluar number systems.

HEXDDC27B
Decimal221194123
Binary11011101110000101111011
Octal335302173

Shades and tints

Shades of #DDC27B

#DDC27B
(221,194,123)
#C9B170
(201,177,112)
#B5A065
(181,160,101)
#A18F5A
(161,143,90)
#8D7E4F
(141,126,79)
#796D44
(121,109,68)
#655C39
(101,92,57)
#514B2E
(81,75,46)
#3D3A23
(61,58,35)
#292918
(41,41,24)
#15180D
(21,24,13)
#000000
(0,0,0)

Tints of #DDC27B

#DDC27B
(221,194,123)
#E0C787
(224,199,135)
#E3CC93
(227,204,147)
#E6D19F
(230,209,159)
#E9D6AB
(233,214,171)
#ECDBB7
(236,219,183)
#EFE0C3
(239,224,195)
#F2E5CF
(242,229,207)
#F5EADB
(245,234,219)
#F8EFE7
(248,239,231)
#FBF4F3
(251,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC27B color. Also use rgb(221,194,123) instead hex code.

Text Font Color

.myTextColor { color: #DDC27B; }

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

This text font color is #DDC27B.


Background Color

.myBgColor { background-color: #DDC27B; }

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

This div background color is #DDC27B.


Border color

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

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

This div border color is #DDC27B.


Opacity

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

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

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

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

This text has shadow with #DDC27B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC27B on black background.


Color preview on white background

This text has color #DDC27B on white background.



Black color preview on #DDC27B background

This text has black color on #DDC27B background.


White color preview on #DDC27B background

This text has white color on #DDC27B background.