COLOR #DF9260

HEX: #DF9260
RGB: (223,146,96)

Color info

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

RGB color model

#DF9260 color RGB value is (223,146,96).

  • red value is 223;
  • green value is 146;
  • blue value is 96.
RGB:
(223,146,96)
(87%,57%,38%)

RGB channels and saturation

R 223 of 255 = 87%
G 146 of 255 = 57%
B 96 of 255 = 38%

223
146
96

R + G + B ~ 61%. #DF9260 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 146 + 96 = 465 (100%)
R 223 of 465 ~ 47.96%
G 146 of 465 ~ 31.4%
B 96 of 465 ~ 20.65%

%47.96
%31.4
%20.65

CMYK color model

#DF9260 color CMYK value is (0,35,57,13).

  • cyan value is 0.00%
  • magenta value is 34.53%
  • yellow value is 56.95%
  • key color value is 12.55%
CMYK:
(0,35,57,13)
C0M35Y57K13 
(0%,35%,57%,13%)
(0.00/0.35/0.57/0.13)	

CMYK percentages

%0
%34.53
%56.95
%12.55

Codes

Color #DF9260 in popluar color models

DF9260
RGB22314696
HSL24°66.49%62.55%
HSB/HSV24°56.95%87.45%
CMYK0.00%34.53%56.95%
12.55%

Color #DF9260 in popluar number systems.

HEXDF9260
Decimal22314696
Binary11011111100100101100000
Octal337222140

Shades and tints

Shades of #DF9260

#DF9260
(223,146,96)
#CB8558
(203,133,88)
#B77850
(183,120,80)
#A36B48
(163,107,72)
#8F5E40
(143,94,64)
#7B5138
(123,81,56)
#674430
(103,68,48)
#533728
(83,55,40)
#3F2A20
(63,42,32)
#2B1D18
(43,29,24)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #DF9260

#DF9260
(223,146,96)
#E19B6E
(225,155,110)
#E3A47C
(227,164,124)
#E5AD8A
(229,173,138)
#E7B698
(231,182,152)
#E9BFA6
(233,191,166)
#EBC8B4
(235,200,180)
#EDD1C2
(237,209,194)
#EFDAD0
(239,218,208)
#F1E3DE
(241,227,222)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF9260 color. Also use rgb(223,146,96) instead hex code.

Text Font Color

.myTextColor { color: #DF9260; }

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

This text font color is #DF9260.


Background Color

.myBgColor { background-color: #DF9260; }

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

This div background color is #DF9260.


Border color

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

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

This div border color is #DF9260.


Opacity

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

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

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

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

This text has shadow with #DF9260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF9260 on black background.


Color preview on white background

This text has color #DF9260 on white background.



Black color preview on #DF9260 background

This text has black color on #DF9260 background.


White color preview on #DF9260 background

This text has white color on #DF9260 background.