COLOR #DA7B36

HEX: #DA7B36
RGB: (218,123,54)

Color info

#DA7B36 contains mainly red color. Web safe color of #DA7B36 is #CC6633 (or #C63).

RGB color model

#DA7B36 color RGB value is (218,123,54).

  • red value is 218;
  • green value is 123;
  • blue value is 54.
RGB:
(218,123,54)
(85%,48%,21%)

RGB channels and saturation

R 218 of 255 = 85%
G 123 of 255 = 48%
B 54 of 255 = 21%

218
123
54

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

Portions of RGB colors in percentages

R + G + B =
218 + 123 + 54 = 395 (100%)
R 218 of 395 ~ 55.19%
G 123 of 395 ~ 31.14%
B 54 of 395 ~ 13.67%

%55.19
%31.14
%13.67

CMYK color model

#DA7B36 color CMYK value is (0,44,75,15).

  • cyan value is 0.00%
  • magenta value is 43.58%
  • yellow value is 75.23%
  • key color value is 14.51%
CMYK:
(0,44,75,15)
C0M44Y75K15 
(0%,44%,75%,15%)
(0.00/0.44/0.75/0.15)	

CMYK percentages

%0
%43.58
%75.23
%14.51

Codes

Color #DA7B36 in popluar color models

DA7B36
RGB21812354
HSL25°68.91%53.33%
HSB/HSV25°75.23%85.49%
CMYK0.00%43.58%75.23%
14.51%

Color #DA7B36 in popluar number systems.

HEXDA7B36
Decimal21812354
Binary110110101111011110110
Octal33217366

Shades and tints

Shades of #DA7B36

#DA7B36
(218,123,54)
#C77032
(199,112,50)
#B4652E
(180,101,46)
#A15A2A
(161,90,42)
#8E4F26
(142,79,38)
#7B4422
(123,68,34)
#68391E
(104,57,30)
#552E1A
(85,46,26)
#422316
(66,35,22)
#2F1812
(47,24,18)
#1C0D0E
(28,13,14)
#000000
(0,0,0)

Tints of #DA7B36

#DA7B36
(218,123,54)
#DD8748
(221,135,72)
#E0935A
(224,147,90)
#E39F6C
(227,159,108)
#E6AB7E
(230,171,126)
#E9B790
(233,183,144)
#ECC3A2
(236,195,162)
#EFCFB4
(239,207,180)
#F2DBC6
(242,219,198)
#F5E7D8
(245,231,216)
#F8F3EA
(248,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA7B36 color. Also use rgb(218,123,54) instead hex code.

Text Font Color

.myTextColor { color: #DA7B36; }

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

This text font color is #DA7B36.


Background Color

.myBgColor { background-color: #DA7B36; }

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

This div background color is #DA7B36.


Border color

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

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

This div border color is #DA7B36.


Opacity

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

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

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

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

This text has shadow with #DA7B36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA7B36 on black background.


Color preview on white background

This text has color #DA7B36 on white background.



Black color preview on #DA7B36 background

This text has black color on #DA7B36 background.


White color preview on #DA7B36 background

This text has white color on #DA7B36 background.