COLOR #DA925B

HEX: #DA925B RGB: (218,146,91)

Color info

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

RGB color model

#DA925B color RGB value is (218,146,91).

RGB: (218,146,91) (85%, 57%, 36%)

RGB channels and saturation

R 218 of 255 = 85%
G 146 of 255 = 57%
B 91 of 255 = 36%

218
146
91

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

Portions of RGB colors in percentages

R + G + B = 218 + 146 + 91 = 455 (100%)
R 218 of 455 ~ 47.91%
G 146 of 455 ~ 32.09%
B 91 of 455 ~ 20'%

%47.91
%32.09
%20

CMYK color model

#DA925B color CMYK value is (0,33,58,15).

  • cyan value is 0.00%
  • magenta value is 33.03%
  • yellow value is 58.26%
  • key color value is 14.51%

CMYK: (0,33,58,15)
C0M33Y58K15 (0%, 33%, 58%, 15%)
(0.00 / 0.33 / 0.58 / 0.15)

CMYK percentages

%0
%33.03
%58.26
%14.51

Codes

Color #DA925B in popluar color models

DA 92 5B
RGB 218 146 91
HSL 26° 63.18% 60.59%
HSB/HSV 26° 58.26% 85.49%
CMYK 0.00% 33.03% 58.26%
14.51%

Color #DA925B in popluar number systems.

HEX DA 92 5B
Decimal 218 146 91
Binary 11011010 10010010 1011011
Octal 332 222 133

Shades and tints

Shades of #DA925B

#DA925B
(218,146,91)
#C78553
(199,133,83)
#B4784B
(180,120,75)
#A16B43
(161,107,67)
#8E5E3B
(142,94,59)
#7B5133
(123,81,51)
#68442B
(104,68,43)
#553723
(85,55,35)
#422A1B
(66,42,27)
#2F1D13
(47,29,19)
#1C100B
(28,16,11)
#000000
(0,0,0)

Tints of #DA925B

#DA925B
(218,146,91)
#DD9B69
(221,155,105)
#E0A477
(224,164,119)
#E3AD85
(227,173,133)
#E6B693
(230,182,147)
#E9BFA1
(233,191,161)
#ECC8AF
(236,200,175)
#EFD1BD
(239,209,189)
#F2DACB
(242,218,203)
#F5E3D9
(245,227,217)
#F8ECE7
(248,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA925B color. Also use rgb(218,146,91) instead hex code.

Text Font Color

.myTextColor { color: #DA925B; }

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

This text font color is #DA925B.

Background Color

.myBgColor { background-color: #DA925B; }

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

This div background color is #DA925B.

Border color

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

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

This div border color is #DA925B.

Opacity

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

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

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

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

This text has shadow with #DA925B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA925B.

Preview

Color preview on black background

This text has color #DA925B on black background.


Color preview on white background

This text has color #DA925B on white background.


Black color preview on #DA925B background

This text has black color on #DA925B background.


White color preview on #DA925B background

This text has white color on #DA925B background.


Related colors

Complementary color

Complementary color for #hex is #256DA4.


I love getcolorcode.com

Triadic colors

1 #5BDA92 and #925BDA with #DA925B are triadic colors.

2 #5B92DA and #92DA5B with #DA925B are triadic colors.