COLOR #DFA381

HEX: #DFA381
RGB: (223,163,129)

Color info

#DFA381 contains mainly red color. Web safe color of #DFA381 is #CC9999 (or #C99).

RGB color model

#DFA381 color RGB value is (223,163,129).

  • red value is 223;
  • green value is 163;
  • blue value is 129.
RGB:
(223,163,129)
(87%,64%,51%)

RGB channels and saturation

R 223 of 255 = 87%
G 163 of 255 = 64%
B 129 of 255 = 51%

223
163
129

R + G + B ~ 67%. #DFA381 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 163 + 129 = 515 (100%)
R 223 of 515 ~ 43.3%
G 163 of 515 ~ 31.65%
B 129 of 515 ~ 25.05%

%43.3
%31.65
%25.05

CMYK color model

#DFA381 color CMYK value is (0,27,42,13).

  • cyan value is 0.00%
  • magenta value is 26.91%
  • yellow value is 42.15%
  • key color value is 12.55%
CMYK:
(0,27,42,13)
C0M27Y42K13 
(0%,27%,42%,13%)
(0.00/0.27/0.42/0.13)	

CMYK percentages

%0
%26.91
%42.15
%12.55

Codes

Color #DFA381 in popluar color models

DFA381
RGB223163129
HSL22°59.49%69.02%
HSB/HSV22°42.15%87.45%
CMYK0.00%26.91%42.15%
12.55%

Color #DFA381 in popluar number systems.

HEXDFA381
Decimal223163129
Binary110111111010001110000001
Octal337243201

Shades and tints

Shades of #DFA381

#DFA381
(223,163,129)
#CB9576
(203,149,118)
#B7876B
(183,135,107)
#A37960
(163,121,96)
#8F6B55
(143,107,85)
#7B5D4A
(123,93,74)
#674F3F
(103,79,63)
#534134
(83,65,52)
#3F3329
(63,51,41)
#2B251E
(43,37,30)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #DFA381

#DFA381
(223,163,129)
#E1AB8C
(225,171,140)
#E3B397
(227,179,151)
#E5BBA2
(229,187,162)
#E7C3AD
(231,195,173)
#E9CBB8
(233,203,184)
#EBD3C3
(235,211,195)
#EDDBCE
(237,219,206)
#EFE3D9
(239,227,217)
#F1EBE4
(241,235,228)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFA381 color. Also use rgb(223,163,129) instead hex code.

Text Font Color

.myTextColor { color: #DFA381; }

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

This text font color is #DFA381.


Background Color

.myBgColor { background-color: #DFA381; }

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

This div background color is #DFA381.


Border color

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

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

This div border color is #DFA381.


Opacity

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

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

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

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

This text has shadow with #DFA381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFA381 on black background.


Color preview on white background

This text has color #DFA381 on white background.



Black color preview on #DFA381 background

This text has black color on #DFA381 background.


White color preview on #DFA381 background

This text has white color on #DFA381 background.