COLOR #DA764B

HEX: #DA764B
RGB: (218,118,75)

Color info

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

RGB color model

#DA764B color RGB value is (218,118,75).

  • red value is 218;
  • green value is 118;
  • blue value is 75.
RGB:
(218,118,75)
(85%,46%,29%)

RGB channels and saturation

R 218 of 255 = 85%
G 118 of 255 = 46%
B 75 of 255 = 29%

218
118
75

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

Portions of RGB colors in percentages

R + G + B =
218 + 118 + 75 = 411 (100%)
R 218 of 411 ~ 53.04%
G 118 of 411 ~ 28.71%
B 75 of 411 ~ 18.25%

%53.04
%28.71
%18.25

CMYK color model

#DA764B color CMYK value is (0,46,66,15).

  • cyan value is 0.00%
  • magenta value is 45.87%
  • yellow value is 65.60%
  • key color value is 14.51%
CMYK:
(0,46,66,15)
C0M46Y66K15 
(0%,46%,66%,15%)
(0.00/0.46/0.66/0.15)	

CMYK percentages

%0
%45.87
%65.6
%14.51

Codes

Color #DA764B in popluar color models

DA764B
RGB21811875
HSL18°65.90%57.45%
HSB/HSV18°65.60%85.49%
CMYK0.00%45.87%65.60%
14.51%

Color #DA764B in popluar number systems.

HEXDA764B
Decimal21811875
Binary1101101011101101001011
Octal332166113

Shades and tints

Shades of #DA764B

#DA764B
(218,118,75)
#C76C45
(199,108,69)
#B4623F
(180,98,63)
#A15839
(161,88,57)
#8E4E33
(142,78,51)
#7B442D
(123,68,45)
#683A27
(104,58,39)
#553021
(85,48,33)
#42261B
(66,38,27)
#2F1C15
(47,28,21)
#1C120F
(28,18,15)
#000000
(0,0,0)

Tints of #DA764B

#DA764B
(218,118,75)
#DD825B
(221,130,91)
#E08E6B
(224,142,107)
#E39A7B
(227,154,123)
#E6A68B
(230,166,139)
#E9B29B
(233,178,155)
#ECBEAB
(236,190,171)
#EFCABB
(239,202,187)
#F2D6CB
(242,214,203)
#F5E2DB
(245,226,219)
#F8EEEB
(248,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA764B color. Also use rgb(218,118,75) instead hex code.

Text Font Color

.myTextColor { color: #DA764B; }

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

This text font color is #DA764B.


Background Color

.myBgColor { background-color: #DA764B; }

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

This div background color is #DA764B.


Border color

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

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

This div border color is #DA764B.


Opacity

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

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

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

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

This text has shadow with #DA764B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA764B on black background.


Color preview on white background

This text has color #DA764B on white background.



Black color preview on #DA764B background

This text has black color on #DA764B background.


White color preview on #DA764B background

This text has white color on #DA764B background.