COLOR #DD580B

HEX: #DD580B
RGB: (221,88,11)

Color info

#DD580B contains mainly red color. Web safe color of #DD580B is #CC6600 (or #C60).

RGB color model

#DD580B color RGB value is (221,88,11).

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

RGB channels and saturation

R 221 of 255 = 87%
G 88 of 255 = 35%
B 11 of 255 = 4%

221
88
11

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

Portions of RGB colors in percentages

R + G + B =
221 + 88 + 11 = 320 (100%)
R 221 of 320 ~ 69.06%
G 88 of 320 ~ 27.5%
B 11 of 320 ~ 3.44%

%69.06
%27.5

CMYK color model

#DD580B color CMYK value is (0,60,95,13).

  • cyan value is 0.00%
  • magenta value is 60.18%
  • yellow value is 95.02%
  • key color value is 13.33%
CMYK:
(0,60,95,13)
C0M60Y95K13 
(0%,60%,95%,13%)
(0.00/0.60/0.95/0.13)	

CMYK percentages

%0
%60.18
%95.02
%13.33

Codes

Color #DD580B in popluar color models

DD580B
RGB2218811
HSL22°90.52%45.49%
HSB/HSV22°95.02%86.67%
CMYK0.00%60.18%95.02%
13.33%

Color #DD580B in popluar number systems.

HEXDD580B
Decimal2218811
Binary1101110110110001011
Octal33513013

Shades and tints

Shades of #DD580B

#DD580B
(221,88,11)
#C9500A
(201,80,10)
#B54809
(181,72,9)
#A14008
(161,64,8)
#8D3807
(141,56,7)
#793006
(121,48,6)
#652805
(101,40,5)
#512004
(81,32,4)
#3D1803
(61,24,3)
#291002
(41,16,2)
#150801
(21,8,1)
#000000
(0,0,0)

Tints of #DD580B

#DD580B
(221,88,11)
#E06721
(224,103,33)
#E37637
(227,118,55)
#E6854D
(230,133,77)
#E99463
(233,148,99)
#ECA379
(236,163,121)
#EFB28F
(239,178,143)
#F2C1A5
(242,193,165)
#F5D0BB
(245,208,187)
#F8DFD1
(248,223,209)
#FBEEE7
(251,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD580B; }

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

This text font color is #DD580B.


Background Color

.myBgColor { background-color: #DD580B; }

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

This div background color is #DD580B.


Border color

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

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

This div border color is #DD580B.


Opacity

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

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

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

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

This text has shadow with #DD580B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD580B on black background.


Color preview on white background

This text has color #DD580B on white background.



Black color preview on #DD580B background

This text has black color on #DD580B background.


White color preview on #DD580B background

This text has white color on #DD580B background.