COLOR #DDB258

HEX: #DDB258
RGB: (221,178,88)

Color info

#DDB258 contains mainly red and green colors. Web safe color of #DDB258 is #CC9966 (or #C96).

RGB color model

#DDB258 color RGB value is (221,178,88).

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

RGB channels and saturation

R 221 of 255 = 87%
G 178 of 255 = 70%
B 88 of 255 = 35%

221
178
88

R + G + B ~ 64%. #DDB258 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 178 + 88 = 487 (100%)
R 221 of 487 ~ 45.38%
G 178 of 487 ~ 36.55%
B 88 of 487 ~ 18.07%

%45.38
%36.55
%18.07

CMYK color model

#DDB258 color CMYK value is (0,19,60,13).

  • cyan value is 0.00%
  • magenta value is 19.46%
  • yellow value is 60.18%
  • key color value is 13.33%
CMYK:
(0,19,60,13)
C0M19Y60K13 
(0%,19%,60%,13%)
(0.00/0.19/0.60/0.13)	

CMYK percentages

%0
%19.46
%60.18
%13.33

Codes

Color #DDB258 in popluar color models

DDB258
RGB22117888
HSL41°66.17%60.59%
HSB/HSV41°60.18%86.67%
CMYK0.00%19.46%60.18%
13.33%

Color #DDB258 in popluar number systems.

HEXDDB258
Decimal22117888
Binary11011101101100101011000
Octal335262130

Shades and tints

Shades of #DDB258

#DDB258
(221,178,88)
#C9A250
(201,162,80)
#B59248
(181,146,72)
#A18240
(161,130,64)
#8D7238
(141,114,56)
#796230
(121,98,48)
#655228
(101,82,40)
#514220
(81,66,32)
#3D3218
(61,50,24)
#292210
(41,34,16)
#151208
(21,18,8)
#000000
(0,0,0)

Tints of #DDB258

#DDB258
(221,178,88)
#E0B967
(224,185,103)
#E3C076
(227,192,118)
#E6C785
(230,199,133)
#E9CE94
(233,206,148)
#ECD5A3
(236,213,163)
#EFDCB2
(239,220,178)
#F2E3C1
(242,227,193)
#F5EAD0
(245,234,208)
#F8F1DF
(248,241,223)
#FBF8EE
(251,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB258; }

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

This text font color is #DDB258.


Background Color

.myBgColor { background-color: #DDB258; }

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

This div background color is #DDB258.


Border color

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

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

This div border color is #DDB258.


Opacity

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

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

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

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

This text has shadow with #DDB258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB258 on black background.


Color preview on white background

This text has color #DDB258 on white background.



Black color preview on #DDB258 background

This text has black color on #DDB258 background.


White color preview on #DDB258 background

This text has white color on #DDB258 background.