COLOR #D59F40

HEX: #D59F40
RGB: (213,159,64)

Color info

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

RGB color model

#D59F40 color RGB value is (213,159,64).

  • red value is 213;
  • green value is 159;
  • blue value is 64.
RGB:
(213,159,64)
(84%,62%,25%)

RGB channels and saturation

R 213 of 255 = 84%
G 159 of 255 = 62%
B 64 of 255 = 25%

213
159
64

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

Portions of RGB colors in percentages

R + G + B =
213 + 159 + 64 = 436 (100%)
R 213 of 436 ~ 48.85%
G 159 of 436 ~ 36.47%
B 64 of 436 ~ 14.68%

%48.85
%36.47
%14.68

CMYK color model

#D59F40 color CMYK value is (0,25,70,16).

  • cyan value is 0.00%
  • magenta value is 25.35%
  • yellow value is 69.95%
  • key color value is 16.47%
CMYK:
(0,25,70,16)
C0M25Y70K16 
(0%,25%,70%,16%)
(0.00/0.25/0.70/0.16)	

CMYK percentages

%0
%25.35
%69.95
%16.47

Codes

Color #D59F40 in popluar color models

D59F40
RGB21315964
HSL38°63.95%54.31%
HSB/HSV38°69.95%83.53%
CMYK0.00%25.35%69.95%
16.47%

Color #D59F40 in popluar number systems.

HEXD59F40
Decimal21315964
Binary11010101100111111000000
Octal325237100

Shades and tints

Shades of #D59F40

#D59F40
(213,159,64)
#C2913B
(194,145,59)
#AF8336
(175,131,54)
#9C7531
(156,117,49)
#89672C
(137,103,44)
#765927
(118,89,39)
#634B22
(99,75,34)
#503D1D
(80,61,29)
#3D2F18
(61,47,24)
#2A2113
(42,33,19)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #D59F40

#D59F40
(213,159,64)
#D8A751
(216,167,81)
#DBAF62
(219,175,98)
#DEB773
(222,183,115)
#E1BF84
(225,191,132)
#E4C795
(228,199,149)
#E7CFA6
(231,207,166)
#EAD7B7
(234,215,183)
#EDDFC8
(237,223,200)
#F0E7D9
(240,231,217)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59F40 color. Also use rgb(213,159,64) instead hex code.

Text Font Color

.myTextColor { color: #D59F40; }

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

This text font color is #D59F40.


Background Color

.myBgColor { background-color: #D59F40; }

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

This div background color is #D59F40.


Border color

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

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

This div border color is #D59F40.


Opacity

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

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

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

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

This text has shadow with #D59F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59F40 on black background.


Color preview on white background

This text has color #D59F40 on white background.



Black color preview on #D59F40 background

This text has black color on #D59F40 background.


White color preview on #D59F40 background

This text has white color on #D59F40 background.