COLOR #D59A23

HEX: #D59A23
RGB: (213,154,35)

Color info

#D59A23 contains mainly red and green colors. Web safe color of #D59A23 is #CC9933 (or #C93).

RGB color model

#D59A23 color RGB value is (213,154,35).

  • red value is 213;
  • green value is 154;
  • blue value is 35.
RGB:
(213,154,35)
(84%,60%,14%)

RGB channels and saturation

R 213 of 255 = 84%
G 154 of 255 = 60%
B 35 of 255 = 14%

213
154
35

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

Portions of RGB colors in percentages

R + G + B =
213 + 154 + 35 = 402 (100%)
R 213 of 402 ~ 52.99%
G 154 of 402 ~ 38.31%
B 35 of 402 ~ 8.71%

%52.99
%38.31

CMYK color model

#D59A23 color CMYK value is (0,28,84,16).

  • cyan value is 0.00%
  • magenta value is 27.70%
  • yellow value is 83.57%
  • key color value is 16.47%
CMYK:
(0,28,84,16)
C0M28Y84K16 
(0%,28%,84%,16%)
(0.00/0.28/0.84/0.16)	

CMYK percentages

%0
%27.7
%83.57
%16.47

Codes

Color #D59A23 in popluar color models

D59A23
RGB21315435
HSL40°71.77%48.63%
HSB/HSV40°83.57%83.53%
CMYK0.00%27.70%83.57%
16.47%

Color #D59A23 in popluar number systems.

HEXD59A23
Decimal21315435
Binary1101010110011010100011
Octal32523243

Shades and tints

Shades of #D59A23

#D59A23
(213,154,35)
#C28C20
(194,140,32)
#AF7E1D
(175,126,29)
#9C701A
(156,112,26)
#896217
(137,98,23)
#765414
(118,84,20)
#634611
(99,70,17)
#50380E
(80,56,14)
#3D2A0B
(61,42,11)
#2A1C08
(42,28,8)
#170E05
(23,14,5)
#000000
(0,0,0)

Tints of #D59A23

#D59A23
(213,154,35)
#D8A337
(216,163,55)
#DBAC4B
(219,172,75)
#DEB55F
(222,181,95)
#E1BE73
(225,190,115)
#E4C787
(228,199,135)
#E7D09B
(231,208,155)
#EAD9AF
(234,217,175)
#EDE2C3
(237,226,195)
#F0EBD7
(240,235,215)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59A23 color. Also use rgb(213,154,35) instead hex code.

Text Font Color

.myTextColor { color: #D59A23; }

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

This text font color is #D59A23.


Background Color

.myBgColor { background-color: #D59A23; }

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

This div background color is #D59A23.


Border color

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

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

This div border color is #D59A23.


Opacity

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

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

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

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

This text has shadow with #D59A23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59A23 on black background.


Color preview on white background

This text has color #D59A23 on white background.



Black color preview on #D59A23 background

This text has black color on #D59A23 background.


White color preview on #D59A23 background

This text has white color on #D59A23 background.