COLOR #DA6A6A

HEX: #DA6A6A
RGB: (218,106,106)

Color info

#DA6A6A contains mainly red color. Web safe color of #DA6A6A is #CC6666 (or #C66).

RGB color model

#DA6A6A color RGB value is (218,106,106).

  • red value is 218;
  • green value is 106;
  • blue value is 106.
RGB:
(218,106,106)
(85%,42%,42%)

RGB channels and saturation

R 218 of 255 = 85%
G 106 of 255 = 42%
B 106 of 255 = 42%

218
106
106

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

Portions of RGB colors in percentages

R + G + B =
218 + 106 + 106 = 430 (100%)
R 218 of 430 ~ 50.7%
G 106 of 430 ~ 24.65%
B 106 of 430 ~ 24.65%

%50.7
%24.65
%24.65

CMYK color model

#DA6A6A color CMYK value is (0,51,51,15).

  • cyan value is 0.00%
  • magenta value is 51.38%
  • yellow value is 51.38%
  • key color value is 14.51%
CMYK:
(0,51,51,15)
C0M51Y51K15 
(0%,51%,51%,15%)
(0.00/0.51/0.51/0.15)	

CMYK percentages

%0
%51.38
%51.38
%14.51

Codes

Color #DA6A6A in popluar color models

DA6A6A
RGB218106106
HSL60.22%63.53%
HSB/HSV51.38%85.49%
CMYK0.00%51.38%51.38%
14.51%

Color #DA6A6A in popluar number systems.

HEXDA6A6A
Decimal218106106
Binary1101101011010101101010
Octal332152152

Shades and tints

Shades of #DA6A6A

#DA6A6A
(218,106,106)
#C76161
(199,97,97)
#B45858
(180,88,88)
#A14F4F
(161,79,79)
#8E4646
(142,70,70)
#7B3D3D
(123,61,61)
#683434
(104,52,52)
#552B2B
(85,43,43)
#422222
(66,34,34)
#2F1919
(47,25,25)
#1C1010
(28,16,16)
#000000
(0,0,0)

Tints of #DA6A6A

#DA6A6A
(218,106,106)
#DD7777
(221,119,119)
#E08484
(224,132,132)
#E39191
(227,145,145)
#E69E9E
(230,158,158)
#E9ABAB
(233,171,171)
#ECB8B8
(236,184,184)
#EFC5C5
(239,197,197)
#F2D2D2
(242,210,210)
#F5DFDF
(245,223,223)
#F8ECEC
(248,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA6A6A; }

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

This text font color is #DA6A6A.


Background Color

.myBgColor { background-color: #DA6A6A; }

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

This div background color is #DA6A6A.


Border color

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

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

This div border color is #DA6A6A.


Opacity

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

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

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

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

This text has shadow with #DA6A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA6A6A on black background.


Color preview on white background

This text has color #DA6A6A on white background.



Black color preview on #DA6A6A background

This text has black color on #DA6A6A background.


White color preview on #DA6A6A background

This text has white color on #DA6A6A background.