COLOR #DF966B

HEX: #DF966B RGB: (223,150,107)

Color info

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

RGB color model

#DF966B color RGB value is (223,150,107).

RGB: (223,150,107) (87%, 59%, 42%)

RGB channels and saturation

R 223 of 255 = 87%
G 150 of 255 = 59%
B 107 of 255 = 42%

223
150
107

R + G + B ~ 63%. #DF966B is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 150 + 107 = 480 (100%)
R 223 of 480 ~ 46.46%
G 150 of 480 ~ 31.25%
B 107 of 480 ~ 22.29'%

%46.46
%31.25
%22.29

CMYK color model

#DF966B color CMYK value is (0,33,52,13).

  • cyan value is 0.00%
  • magenta value is 32.74%
  • yellow value is 52.02%
  • key color value is 12.55%

CMYK: (0,33,52,13)
C0M33Y52K13 (0%, 33%, 52%, 13%)
(0.00 / 0.33 / 0.52 / 0.13)

CMYK percentages

%0
%32.74
%52.02
%12.55

Codes

Color #DF966B in popluar color models

DF 96 6B
RGB 223 150 107
HSL 22° 64.44% 64.71%
HSB/HSV 22° 52.02% 87.45%
CMYK 0.00% 32.74% 52.02%
12.55%

Color #DF966B in popluar number systems.

HEX DF 96 6B
Decimal 223 150 107
Binary 11011111 10010110 1101011
Octal 337 226 153

Shades and tints

Shades of #DF966B

#DF966B
(223,150,107)
#CB8962
(203,137,98)
#B77C59
(183,124,89)
#A36F50
(163,111,80)
#8F6247
(143,98,71)
#7B553E
(123,85,62)
#674835
(103,72,53)
#533B2C
(83,59,44)
#3F2E23
(63,46,35)
#2B211A
(43,33,26)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #DF966B

#DF966B
(223,150,107)
#E19F78
(225,159,120)
#E3A885
(227,168,133)
#E5B192
(229,177,146)
#E7BA9F
(231,186,159)
#E9C3AC
(233,195,172)
#EBCCB9
(235,204,185)
#EDD5C6
(237,213,198)
#EFDED3
(239,222,211)
#F1E7E0
(241,231,224)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF966B color. Also use rgb(223,150,107) instead hex code.

Text Font Color

.myTextColor { color: #DF966B; }

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

This text font color is #DF966B.

Background Color

.myBgColor { background-color: #DF966B; }

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

This div background color is #DF966B.

Border color

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

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

This div border color is #DF966B.

Opacity

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

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

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

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

This text has shadow with #DF966B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF966B.

Preview

Color preview on black background

This text has color #DF966B on black background.


Color preview on white background

This text has color #DF966B on white background.


Black color preview on #DF966B background

This text has black color on #DF966B background.


White color preview on #DF966B background

This text has white color on #DF966B background.


Related colors

Complementary color

Complementary color for #hex is #206994.


I love getcolorcode.com

Triadic colors

1 #6BDF96 and #966BDF with #DF966B are triadic colors.

2 #6B96DF and #96DF6B with #DF966B are triadic colors.