COLOR #DDCC0B

HEX: #DDCC0B
RGB: (221,204,11)

Color info

#DDCC0B contains mainly red and green colors. Web safe color of #DDCC0B is #CCCC00 (or #CC0).

RGB color model

#DDCC0B color RGB value is (221,204,11).

  • red value is 221;
  • green value is 204;
  • blue value is 11.
RGB:
(221,204,11)
(87%,80%,4%)

RGB channels and saturation

R 221 of 255 = 87%
G 204 of 255 = 80%
B 11 of 255 = 4%

221
204
11

R + G + B ~ 57%. #DDCC0B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
221 + 204 + 11 = 436 (100%)
R 221 of 436 ~ 50.69%
G 204 of 436 ~ 46.79%
B 11 of 436 ~ 2.52%

%50.69
%46.79

CMYK color model

#DDCC0B color CMYK value is (0,8,95,13).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 95.02%
  • key color value is 13.33%
CMYK:
(0,8,95,13)
C0M8Y95K13 
(0%,8%,95%,13%)
(0.00/0.08/0.95/0.13)	

CMYK percentages

%0
%7.69
%95.02
%13.33

Codes

Color #DDCC0B in popluar color models

DDCC0B
RGB22120411
HSL55°90.52%45.49%
HSB/HSV55°95.02%86.67%
CMYK0.00%7.69%95.02%
13.33%

Color #DDCC0B in popluar number systems.

HEXDDCC0B
Decimal22120411
Binary11011101110011001011
Octal33531413

Shades and tints

Shades of #DDCC0B

#DDCC0B
(221,204,11)
#C9BA0A
(201,186,10)
#B5A809
(181,168,9)
#A19608
(161,150,8)
#8D8407
(141,132,7)
#797206
(121,114,6)
#656005
(101,96,5)
#514E04
(81,78,4)
#3D3C03
(61,60,3)
#292A02
(41,42,2)
#151801
(21,24,1)
#000000
(0,0,0)

Tints of #DDCC0B

#DDCC0B
(221,204,11)
#E0D021
(224,208,33)
#E3D437
(227,212,55)
#E6D84D
(230,216,77)
#E9DC63
(233,220,99)
#ECE079
(236,224,121)
#EFE48F
(239,228,143)
#F2E8A5
(242,232,165)
#F5ECBB
(245,236,187)
#F8F0D1
(248,240,209)
#FBF4E7
(251,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCC0B color. Also use rgb(221,204,11) instead hex code.

Text Font Color

.myTextColor { color: #DDCC0B; }

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

This text font color is #DDCC0B.


Background Color

.myBgColor { background-color: #DDCC0B; }

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

This div background color is #DDCC0B.


Border color

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

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

This div border color is #DDCC0B.


Opacity

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

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

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

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

This text has shadow with #DDCC0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCC0B on black background.


Color preview on white background

This text has color #DDCC0B on white background.



Black color preview on #DDCC0B background

This text has black color on #DDCC0B background.


White color preview on #DDCC0B background

This text has white color on #DDCC0B background.