COLOR #D5925D

HEX: #D5925D RGB: (213,146,93)

Color info

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

RGB color model

#D5925D color RGB value is (213,146,93).

RGB: (213,146,93) (84%, 57%, 36%)

RGB channels and saturation

R 213 of 255 = 84%
G 146 of 255 = 57%
B 93 of 255 = 36%

213
146
93

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

Portions of RGB colors in percentages

R + G + B = 213 + 146 + 93 = 452 (100%)
R 213 of 452 ~ 47.12%
G 146 of 452 ~ 32.3%
B 93 of 452 ~ 20.58'%

%47.12
%32.3
%20.58

CMYK color model

#D5925D color CMYK value is (0,31,56,16).

  • cyan value is 0.00%
  • magenta value is 31.46%
  • yellow value is 56.34%
  • key color value is 16.47%

CMYK: (0,31,56,16)
C0M31Y56K16 (0%, 31%, 56%, 16%)
(0.00 / 0.31 / 0.56 / 0.16)

CMYK percentages

%0
%31.46
%56.34
%16.47

Codes

Color #D5925D in popluar color models

D5 92 5D
RGB 213 146 93
HSL 27° 58.82% 60.00%
HSB/HSV 27° 56.34% 83.53%
CMYK 0.00% 31.46% 56.34%
16.47%

Color #D5925D in popluar number systems.

HEX D5 92 5D
Decimal 213 146 93
Binary 11010101 10010010 1011101
Octal 325 222 135

Shades and tints

Shades of #D5925D

#D5925D
(213,146,93)
#C28555
(194,133,85)
#AF784D
(175,120,77)
#9C6B45
(156,107,69)
#895E3D
(137,94,61)
#765135
(118,81,53)
#63442D
(99,68,45)
#503725
(80,55,37)
#3D2A1D
(61,42,29)
#2A1D15
(42,29,21)
#17100D
(23,16,13)
#000000
(0,0,0)

Tints of #D5925D

#D5925D
(213,146,93)
#D89B6B
(216,155,107)
#DBA479
(219,164,121)
#DEAD87
(222,173,135)
#E1B695
(225,182,149)
#E4BFA3
(228,191,163)
#E7C8B1
(231,200,177)
#EAD1BF
(234,209,191)
#EDDACD
(237,218,205)
#F0E3DB
(240,227,219)
#F3ECE9
(243,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5925D; }

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

This text font color is #D5925D.

Background Color

.myBgColor { background-color: #D5925D; }

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

This div background color is #D5925D.

Border color

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

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

This div border color is #D5925D.

Opacity

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

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

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

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

This text has shadow with #D5925D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5925D.

Preview

Color preview on black background

This text has color #D5925D on black background.


Color preview on white background

This text has color #D5925D on white background.


Black color preview on #D5925D background

This text has black color on #D5925D background.


White color preview on #D5925D background

This text has white color on #D5925D background.


Related colors

Complementary color

Complementary color for #hex is #2A6DA2.


I love getcolorcode.com

Triadic colors

1 #5DD592 and #925DD5 with #D5925D are triadic colors.

2 #5D92D5 and #92D55D with #D5925D are triadic colors.