COLOR #D59265

HEX: #D59265
RGB: (213,146,101)

Color info

#D59265 contains mainly red color. Web safe color of #D59265 is #CC9966 (or #C96).

RGB color model

#D59265 color RGB value is (213,146,101).

  • red value is 213;
  • green value is 146;
  • blue value is 101.
RGB:
(213,146,101)
(84%,57%,40%)

RGB channels and saturation

R 213 of 255 = 84%
G 146 of 255 = 57%
B 101 of 255 = 40%

213
146
101

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

Portions of RGB colors in percentages

R + G + B =
213 + 146 + 101 = 460 (100%)
R 213 of 460 ~ 46.3%
G 146 of 460 ~ 31.74%
B 101 of 460 ~ 21.96%

%46.3
%31.74
%21.96

CMYK color model

#D59265 color CMYK value is (0,31,53,16).

  • cyan value is 0.00%
  • magenta value is 31.46%
  • yellow value is 52.58%
  • key color value is 16.47%
CMYK:
(0,31,53,16)
C0M31Y53K16 
(0%,31%,53%,16%)
(0.00/0.31/0.53/0.16)	

CMYK percentages

%0
%31.46
%52.58
%16.47

Codes

Color #D59265 in popluar color models

D59265
RGB213146101
HSL24°57.14%61.57%
HSB/HSV24°52.58%83.53%
CMYK0.00%31.46%52.58%
16.47%

Color #D59265 in popluar number systems.

HEXD59265
Decimal213146101
Binary11010101100100101100101
Octal325222145

Shades and tints

Shades of #D59265

#D59265
(213,146,101)
#C2855C
(194,133,92)
#AF7853
(175,120,83)
#9C6B4A
(156,107,74)
#895E41
(137,94,65)
#765138
(118,81,56)
#63442F
(99,68,47)
#503726
(80,55,38)
#3D2A1D
(61,42,29)
#2A1D14
(42,29,20)
#17100B
(23,16,11)
#000000
(0,0,0)

Tints of #D59265

#D59265
(213,146,101)
#D89B73
(216,155,115)
#DBA481
(219,164,129)
#DEAD8F
(222,173,143)
#E1B69D
(225,182,157)
#E4BFAB
(228,191,171)
#E7C8B9
(231,200,185)
#EAD1C7
(234,209,199)
#EDDAD5
(237,218,213)
#F0E3E3
(240,227,227)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59265 color. Also use rgb(213,146,101) instead hex code.

Text Font Color

.myTextColor { color: #D59265; }

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

This text font color is #D59265.


Background Color

.myBgColor { background-color: #D59265; }

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

This div background color is #D59265.


Border color

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

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

This div border color is #D59265.


Opacity

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

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

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

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

This text has shadow with #D59265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59265 on black background.


Color preview on white background

This text has color #D59265 on white background.



Black color preview on #D59265 background

This text has black color on #D59265 background.


White color preview on #D59265 background

This text has white color on #D59265 background.