COLOR #DF996C

HEX: #DF996C
RGB: (223,153,108)

Renk bilgisi

#DF996C contains mainly red color. #DF996C ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#DF996C color RGB value is (223,153,108).

  • kırmız ton 223;
  • yeşil ton 153;
  • mavi ton 108.
RGB:
(223,153,108)
(87%,60%,42%)

RGB bağlantıları ve doygunluk

R 223 of 255 = 87%
G 153 of 255 = 60%
B 108 of 255 = 42%

223
153
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
223 + 153 + 108 = 484 (100%)
R 223 of 484 ~ 46.07%
G 153 of 484 ~ 31.61%
B 108 of 484 ~ 22.31%

%46.07
%31.61
%22.31

CMYK RENK MODELİ

#DF996C rengi CMYK tonu (0,31,52,13).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.39%
  • sarı tonu 51.57%
  • ana renk tonu 12.55%
CMYK:
(0,31,52,13)
C0M31Y52K13 
(0%,31%,52%,13%)
(0.00/0.31/0.52/0.13)	

CMYK yüzdeleri

%0
%31.39
%51.57
%12.55

Codes

Color #DF996C in popluar color models

DF996C
RGB223153108
HSL23°64.25%64.90%
HSB/HSV23°51.57%87.45%
CMYK0.00%31.39%51.57%
12.55%

Color #DF996C in popluar number systems.

HEXDF996C
Decimal223153108
Binary11011111100110011101100
Octal337231154

Shades and tints

Shades of #DF996C

#DF996C
(223,153,108)
#CB8C63
(203,140,99)
#B77F5A
(183,127,90)
#A37251
(163,114,81)
#8F6548
(143,101,72)
#7B583F
(123,88,63)
#674B36
(103,75,54)
#533E2D
(83,62,45)
#3F3124
(63,49,36)
#2B241B
(43,36,27)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #DF996C

#DF996C
(223,153,108)
#E1A279
(225,162,121)
#E3AB86
(227,171,134)
#E5B493
(229,180,147)
#E7BDA0
(231,189,160)
#E9C6AD
(233,198,173)
#EBCFBA
(235,207,186)
#EDD8C7
(237,216,199)
#EFE1D4
(239,225,212)
#F1EAE1
(241,234,225)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF996C color. Also use rgb(223,153,108) instead hex code.

Text Font Color

.myTextColor { color: #DF996C; }

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

This text font color is #DF996C.


Background Color

.myBgColor { background-color: #DF996C; }

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

This div background color is #DF996C.


Border color

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

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

This div border color is #DF996C.


Opacity

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

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

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

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

This text has shadow with #DF996C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF996C on black background.


Color preview on white background

This text has color #DF996C on white background.



Black color preview on #DF996C background

This text has black color on #DF996C background.


White color preview on #DF996C background

This text has white color on #DF996C background.